[FFmpeg-devel] [RFC] ffserver rtsp URL options

Howard Chu hyc
Fri Jun 4 08:11:37 CEST 2010


ffserver's open_input_stream() checks the requested URL for a ?date=xx:xx:xx 
query parameter, to set a playback start position. This only works for 
requests received by HTTP. Requests received by RTSP go through 
rtsp_cmd_describe() which does no query parameter parsing of the URL. 
Shouldn't RTSP get this parameter parsed too?
-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/



More information about the ffmpeg-devel mailing list