[FFmpeg-devel] [PATCH 0/3] Workaround for large JPEG over RTP
Andrey Utkin
andrey.utkin at corp.bluecherry.net
Tue Dec 8 13:10:30 CET 2015
RFCs for JPEG over RTP don't support dimensions larger than 2040 pixels, but it
is possible to work around if we stick with information from SDP.
Andrey Utkin (3):
sdp: print a=framesize for MJPEG
rtpdec_jpeg: use framesize from SDP if present
Don't forget to run SDP parsing callback for static RTP types
libavformat/rtpdec_jpeg.c | 46 +++++++++++++++++++++++++++++++++++++++++++---
libavformat/rtsp.c | 2 +-
libavformat/sdp.c | 2 ++
3 files changed, 46 insertions(+), 4 deletions(-)
--
2.6.3
More information about the ffmpeg-devel
mailing list