The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
121 views

Im trying to stream multiple flv files using ffmpeg to Red5 server. Please help

So far I have red5 installed, jwplayer is embedded on to webpage, and it can receive a stream without issue (relatively). The command i have been using for the stream is: ffmpeg -i clip1.flv -re ...
1
vote
2answers
701 views

install red5 server on an ubuntu12.04 server

I've been struggling with this during 2 weeks without get it done. I'm building a website where the users will have to record a video and post it as there cv and for this I need a RTMP server. I ...
0
votes
0answers
116 views

ufw firewall port deny access

I installed red5(version 0_9_1) on my Ubuntu 12.04 server and I use ufw firewall. I want just an ip address to connect to port 5080 and protocol rtmp to see my flv movie. for test I have allowed IP1 ...
1
vote
1answer
3k views

Red5 - Linux Installation init.d script

I have followed this pretty little tutorial to install red5 on Ubuntu 11.04 I can now run it from /usr/share/red5/red5.sh But I'd like to have a init.d script like /etc/init.d/red5 ...
1
vote
1answer
705 views

Red5 start script not working

I have an EC2 instance running Red5 and I added the following script to the scripts that run on startup and shutdown of the server: ################# NOTE FROM DOMINICK # First Follow these ...
3
votes
1answer
559 views

How to get Red5 working?

I installed Red5 from the Ubuntu universe repository. After installation, I visited http://localhost:5080. The page looked like this: As you can see, there's a broken image on the page. As well, ...