[FFmpeg-devel] FFMPEG RTSP parameters support

Stas Oskin stas.oskin
Sun Nov 14 10:34:18 CET 2010


Hi.

I noticed an issue with FFMPEG, where it doesn't support parameters in RTSP
control URI's, causing the SETUP request to fail.

For example:
ffmpeg -i rtsp://192.168.0.150/loadtest.sdp?a=1<http://192.168.253.150/loadtest.sdp?a=1>
or
ffmpeg -i rtsp://192.168.0.150/loadtest.sdp?a=1&tcp<http://192.168.253.150/loadtest.sdp?a=1&tcp>(/udp/http)

Will cause the request to fail with following error:

[rtsp @ 0x1a13f470] method SETUP failed: 415 Unsupported Media Type
rtsp://192.168.0.150/loadtest.sdp?a=1&tcp<http://192.168.253.150/loadtest.sdp?a=1&tcp>:
Invalid data found when processing input


I would like to add this and submit a patch - any idea what would the best
place to start?

Regards.



More information about the ffmpeg-devel mailing list