QUOTE
Originally posted by Hawk19
I'm looking for other software that I can use for live streaming. I never did figure out how to even install helix, I extracted it and never found out in the readme's or installation help exactely how or where the installation files were. Then I wondered if it was really what I wanted.
Basically all I want is a program to sit on my server to catch the live stream I'm sending with another program. If someone knows of a good program to do this, let me know. I've been looking for 2 days straight and it seems like if I do find something the instructions were written for people who code the stuff.
It seems to me that if you can't install the software, then you are not ready to deploy streaming video on your web site.
2 minutes work gave me this link
http://service.real.com/help/library/guide...er/realsrvr.htm
Under section 3 , Installation and Quickstart, it tells you about port conflicts etc, and then tells you to execute the binary file you downloaded.
Did you get a binary file ?
When I did it, I wgeted the file straight to my server and the file name looks something like rs900-linux-22libc6-ia32.bin
On the server (via ssh, of course) login as admin and if you have the binary in your home directory, just type
CODE
./rs900-linux-22libc6-ia32.bin
and the setup will start. (remember to chmod the file to 755 first ! )
You will need to have put the licence key file on the server as well, you will be asked where it is !
read the manual for further instructions.
If you don't understand the instructions above, I would suggest you need to learn more about admin tasks and functions on *nix before you go any further.
Its all pretty straight forward really.
BTW, you never said why you need to stream "live" video from your site. What type of content is it ?
Unless you want to run a web tv service, pre-recorded streams are fine and you don't need a streaming server.
Real Producer can make the files and you can just upload them as necessary.
If you want to stream from say, a web cam, then there are other packages out there that can do this out of the box. Mostly thru java I suspect.
What program are you sending the stream to the server with ?
Did you write that program ?
If not, then what recipient is the program
expecting to send to ?
What is the purpose of the stream ?
What bitrate quality of stream do you want ?
Which web server are you running ?
Do you have admin rights on that web server ?
All things to answer before you get started, or before anybody can really comment or help.
regards
alan