[Libav-user] Transcode from RTMP to RTP iOS

NITIN GOYAL nitinkumgoyal at gmail.com
Fri Dec 14 23:19:39 EET 2018


You can easily transcode rtmp to rtp using ffmpeg.

Use - I url - c copy - f rtp_mpegts rtp://127.0.0.1:10001


For iOS, you might need hls stream with m3u8 to make it work I guess.


On Friday, December 14, 2018, UTKARSH AGARWAL <u.agarwal8 at gmail.com> wrote:

> 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.
>
> I can do something like below on server side.
>
> [Browser] -> WebrtcEndpoint -> [Kurento] -> RtpEndpoint ->
>
> [FFmpeg] -> RTMP -> [Node_Media_Server(srs)] -> RTMP -> [Browser]
>
>
> But due to some reasons i have to transcode it in my iOS application .
>
>
>
> Can i transcode the RTMP stream to RTP before sending it to
> KurentoMediaServer using FFmpeg on client side i.e iOS platform?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20181215/40001cb6/attachment.html>


More information about the Libav-user mailing list