LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 08-13-2009, 09:32 AM   #1
akram
Member
 
Registered: Jul 2009
Posts: 31

Rep: Reputation: 15
facing problems to install Darwin Streaming Server.


Dear All,

I try to install Darwin Streaming Server on my fedora 11 box, it is available in tar.gz file format, I extract that file using the command

tar xvzf DarwinStreamingSrvr5.5.5-Source-prune-20070717.tar.gz

Than after going that extracted folder and run the command for installation.

cd DarwinStreamingSrvr5.5.5-Source-prune-20070717
./Install

it gives me output like that

[root@localhost DarwinStreamingSrvr5.5.5-Source-prune-20070717]# ./Install

******************************************
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,

Thanks

Regards,

Akram

Last edited by akram; 08-13-2009 at 09:50 AM.
 
Old 08-13-2009, 11:26 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Darwin streaming server Video streaming local only ahmed_as8 Linux - Networking 2 05-28-2009 02:52 PM
Darwin Streaming Server urgent help please ahmed_as8 Linux - Software 3 05-12-2009 06:17 AM
Q for Darwin Streaming Server ahmed_as8 Linux - Software 0 05-08-2009 02:11 PM
Darwin Streaming Server problem tendonut Linux - Software 0 11-11-2005 12:37 PM
Darwin Streaming Server??? lemay_jeff Linux - General 0 04-14-2004 09:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration