Re: [Libav-user] Transcode from RTMP to RTP iOS

2018-12-14 Thread NITIN GOYAL
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 wrote: > I am working on a screen sharing iOS application . Getting

Re: [Libav-user] Transcode from RTMP to RTP iOS

2018-12-14 Thread Carl Eugen Hoyos
2018-12-14 13:57 GMT+01:00, Carl Eugen Hoyos : > 2018-12-14 6:50 GMT+01:00, Utkarsh Agarwal > : >> 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 somethin

Re: [Libav-user] Transcode from RTMP to RTP iOS

2018-12-14 Thread Carl Eugen Hoyos
2018-12-14 6:50 GMT+01:00, Utkarsh Agarwal : > 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] -> WebrtcEndp

[Libav-user] Transcode from RTMP to RTP iOS

2018-12-13 Thread UTKARSH AGARWAL
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 ->

[Libav-user] Transcode from RTMP to RTP iOS

2018-12-13 Thread Utkarsh Agarwal
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 ->

[Libav-user] Transcode from RTMP to RTP iOS

2018-12-13 Thread Utkarsh Agarwal
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 ->