You can easily transcode rtmp to rtp using ffmpeg. <div><br></div><div>Use - I url - c copy - f rtp_mpegts rtp://<a href="http://127.0.0.1:10001">127.0.0.1:10001</a><br><br><br>For iOS, you might need hls stream with m3u8 to make it work I guess. </div><div><br></div><div><br>On Friday, December 14, 2018, UTKARSH AGARWAL <<a href="mailto:u.agarwal8@gmail.com">u.agarwal8@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am working on a screen sharing iOS application . Getting streams from Replay Kit which supports RTMP protocol and sending it to Kurento Media Server which supports RTP. </div><div><br></div><div>I can do something like below on server side.</div><div><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">[Browser] -> WebrtcEndpoint -> [Kurento] -> RtpEndpoint -><span> </span></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">[FFmpeg] -> RTMP -> [Node_Media_Server(srs)] -> RTMP -> [Browser]</p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)"><br></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">But due to some reasons i have to transcode it in my iOS application .</p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)"><br></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)"><br><span style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">Can i transcode the RTMP stream to RTP before sending it to KurentoMediaServer using FFmpeg on client side i.e iOS platform?</span></p></div></div>
</blockquote></div>