[vlc-devel] [PATCH 0/3] More RTP payloaders

Andrey Utkin andrey.krieger.utkin at gmail.com
Sun Dec 8 03:25:28 CET 2013


My previously posted GSM payloading patch is not modified since then, so i do not re-post it here, but it is considered valid.

Opus and VP8 payloaders are considered usable.

JPEG payloader is far from usability, posted now just for discussion. I find following RFC2435 quite difficult having nothing except the encoded frame, it takes quite a lot of parsing.

All tested with ffmpeg and vlc (but without looking at display, yet) as rtp clients. Suggestions of other clients to test with are welcome.


Andrey Utkin (3):
  Enable OPUS RTP packetization
  Enable VP8 RTP packetization
  [WIP] JPEG RTP packetization

 modules/stream_out/rtpfmt.c | 188 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 188 insertions(+)

-- 
1.8.1.5




More information about the vlc-devel mailing list