google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

Red5 disconnect after exiting from "sh red.sh" #528

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi admin,

Red5 is working great at local and production too. But whenever I exit from "sh 
red.sh" in terminal(Ubuntu 14.04), then the status says:"Netconnection Closed 
to: rtmp://str*****.co.uk/vod" (on server). So that means I need to open my 
ubuntu system and terminal to make sure that red5 server is working. Please 
help me to avoid this.

In my app, I am recording the video using .as(edited accordingly) file of 
http://www.technogumbo.com/tutorials/Recording-Combined-Audio-and-Video-Streams-
With-Flash-and-Red5-1-0-2-SNAPSHOT-or-FMS
and saving the video file at on system and it works great.

I am using latest version of Red5(1.0), OS(Ubuntu 14.04)

Thanks. :)

Original issue reported on code.google.com by shubham....@gmail.com on 23 Jan 2015 at 3:39

GoogleCodeExporter commented 9 years ago
Its because you're stopping the server by exiting the terminal; this is basic 
unix stuff and has nothing to do with red5. If you want to keep something 
running use the "&" character after your command like so "sh red5.sh &"

Original comment by mondain on 20 Feb 2015 at 4:12