Page 1 of 1

Streaming under RTP/UDP

Posted: 20 Nov 2018 07:18
by addi
Dear Friends!

Can anybody say what video coding is possible to use for streaming under RTP/UDP?
For exmaple, If I transfer video thouth UDP with BT.656 format does VLC Player recognize it?

As I know that is possible to transfer only MPEG2, MPEG 4

Re: Streaming under RTP/UDP

Posted: 20 Nov 2018 09:25
by chubinou
Hi,

RTP isn't self describing except for a few formats [1], you usually need to provide a SDP to describe the format you're transmitting

[1] https://en.wikipedia.org/wiki/RTP_audio_video_profile
[2] https://en.wikipedia.org/wiki/Session_D ... n_Protocol

Re: Streaming under RTP/UDP

Posted: 18 Feb 2019 13:36
by addi
Thanks a lot!
Maybe you know some example how to create SDP file to do via UDP/RTP MJPEG stream to VCL player?
Thanks