Convert rtmp streams to rtsp and HTTP streams

i red5 server was installed on ubuntu 12.04 lts for streaming live video and vod. I just want to convert the protocol RTMPstream to the protocol stream RTSPand HTTP. I studied and searched FFMPEG. but I did not understand correctly. so please call me anyone. thanks in advance

sample url

rtmp://xxxxx.com/live

to

rtsp://xxxxx.com/live and http://xxxxx.com/live

+4
source share
2 answers

There are red5 plugins for hls (http live streaming) and rtsp. I don’t know how stable they are, so you can try. Here are the links.

https://github.com/Red5/red5-plugins/tree/master/rtspplugin

https://github.com/Red5/red5-hls-plugin

0

, Xuggler RTSP (RTMP β†’ RTSP). , , (RTSP β†’ RTMP).

0

All Articles