How to convert RTP to RTMP?

Asked By 10 points N/A Posted on -
qa-featured

 

Hi All,

I need help to convert RTP to RTMP. I have a system which is capable to output for IPTV with RTP. Actually, I want to link/integrate it with my online streaming server that is based on Flash with input RTMP/FLV. Can anybody help me in setting it up?

Thank you all in advance.

kelley franklin

 

SHARE
Answered By 0 points N/A #167333

How to convert RTP to RTMP?

qa-featured

 

 
Hello
 
This method is tested so it should work for you too:
 
1. Start VLC player using this command:
/Applications/VLC.app/Contents/MacOS/VLC -I dummy  ~/work/crtmpserver-trunk/media/tbs.mp4 –sout='#rtp{dst=0.0.0.0,sdp=rtsp://0.0.0.0:2323/test.sdp}'
 
 
2. Add this inside crtmpserver config file
{
        uri="rtsp://127.0.0.1:2323/test.sdp",
        localStreamName="gigi"
},
 
3. Now start the crtmpserver
 
4. And you can access your stream using this code
rtmp://localhost/live/gigi
 
I hope this will work for you too.
 

Related Questions