facing problems to install Darwin Streaming Server.
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
******************************************
Installing Darwin Streaming Server
Checking for and Killing currently running Darwin Streaming Server
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
Removing previous versions of Darwin Streaming Server
Backing up previous config files
Inserting path to perl into scripts..
Can't open perl script "perlpath.pl": No such file or directory
Creating unprivileged user to run the server = "qtss".
copying DarwinStreamingServer to /usr/local/sbin/DarwinStreamingServer
cp: cannot stat `DarwinStreamingServer': No such file or directory
copying PlaylistBroadcaster to /usr/local/bin/PlaylistBroadcaster
cp: cannot stat `PlaylistBroadcaster': No such file or directory
copying MP3Broadcaster to /usr/local/bin/MP3Broadcaster
cp: omitting directory `MP3Broadcaster'
copying qtpasswd to /usr/local/bin/qtpasswd
cp: cannot stat `qtpasswd': No such file or directory
creating /usr/local/sbin/StreamingServerModules directory
cp: cannot stat `StreamingServerModules/*': No such file or directory
creating /etc/streaming directory
./Install: line 241: /usr/local/sbin/DarwinStreamingServer: No such file or directory
chmod: cannot access `/etc/streaming/streamingserver.xml': No such file or directory
chown: cannot access `/etc/streaming/streamingserver.xml': No such file or directory
copying relayconfig.xml-Sample to /etc/streaming/relayconfig.xml-Sample
copying qtusers to /etc/streaming/qtusers
copying qtgroups to /etc/streaming/qtgroups
creating /var/streaming directory
copying readme.txt to /var/streaming/readme.txt
cp: cannot stat `readme.txt': No such file or directory
copying 3rdPartyAcknowledgements.rtf to /var/streaming/3rdPartyAcknowledgements.rtf
cp: cannot stat `3rdPartyAcknowledgements.rtf': No such file or directory
creating /var/streaming/logs directory
creating /usr/local/movies directory
creating /var/streaming/playlists directory
copying sample_100kbit.mov into /usr/local/movies/sample_100kbit.mov
copying sample_300kbit.mov into /usr/local/movies/sample_300kbit.mov
copying sample_100kbit.mp4 into /usr/local/movies/sample_100kbit.mp4
copying sample_300kbit.mp4 into /usr/local/movies/sample_300kbit.mp4
copying sample.mp3 into /usr/local/movies/sample.mp3
copying sample_50kbit.3gp into /usr/local/movies/sample_50kbit.3gp
copying sample_h264_100kbit.mp4 into /usr/local/movies/sample_h264_100kbit.mp4
copying sample_h264_300kbit.mp4 into /usr/local/movies/sample_h264_300kbit.mp4
copying sample_h264_1mbit.mp4 into /usr/local/movies/sample_h264_1mbit.mp4
copying streamingadminserver.pl into /usr/local/sbin/streamingadminserver.pl
cp: cannot stat `streamingadminserver.pl': No such file or directory
copying Admin HTML to /var/streaming/AdminHtml directory
cp: cannot stat `AdminHtml': No such file or directory
Launching streamingadminserver.pl
./Install: line 353: /usr/local/sbin/streamingadminserver.pl: No such file or directory
Installation Complete
Darwin Streaming Server Setup
In order to administer the Darwin Streaming Server you must create an administrator user [Note: The administrator user name cannot contain spaces, or single or double quote characters, and cannot be more than 255 characters long].
Please enter a new administrator user name: akram
You must also enter a password for the administrator user [Note: The administrator password cannot contain spaces, or quotes, either single or double, and cannot be more than 80 characters long].
Please enter a new administrator Password:
Re-enter the new administrator password:
./Install: line 406: /usr/local/bin/qtpasswd: No such file or directory
./Install: line 414: /usr/local/bin/qtpasswd: No such file or directory
Setup Complete!
[root@localhost DarwinStreamingSrvr5.5.5-Source-prune-20070717]#
**********************
but when I access it my web browser using the address "http://www.yourdomain.com:1220"or "http://localhost:1220", it gives me the error like "Unable to connect Firefox can't establish a connection to the server at localhost:1220."
while my httpd service is also running.
after installation of DSS a user is automatically created with the name "qtss", when I try to login using this user, it gives me the error "incorrect password or user name" like that......
please help me, and guide me where I am doing mistake, waiting for your response,
Since you use Fedora it is good to first search the preferred repo's for a package. If there even isn't one in the unofficial repo's then do search LQ and the 'net. The source you're trying to use is old and installing from tarball usually involves running "./configure && make make install" (also see "checkinstall").
I built DarwinStreamingServer-6.0.3-2.i686.rpm for Centos myself but I can't find my .src.rpms so I'll just point you to http://www.howtoforge.com/apples-dar...-on-centos-5.2 which you can easily adapt to run on F11. Please omit the "su -" and "rpm -i DarwinStreamingServer-6.0.3-2.src.rpm" commands and build the package as unprivileged user instead. To do that follow instructions at https://fedoraproject.org/wiki/How_t...an_RPM_package.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.