i was installed red5 server on ubuntu 12.04 lts for live and vod video streaming. i just want to convert my RTMP
protocol stream to RTSP
and HTTP
protocol stream. i was studied and search about FFMPEG
. but i did not understand correctly. so please guide me any one. thanks advance
the sample URL
rtmp://xxxxx.com/live
to
rtsp://xxxxx.com/live
and http://xxxxx.com/live
You could write a transcoding application that uses Xuggler and converts your streams on-the-fly to RTSP (RTMP -> RTSP). That isn't meant to sound simple, but it can be done as well as the other way around (RTSP -> RTMP).