GNOME Bugzilla – Bug 165170
[PATCH} [rtsp] get rtsp working
Last modified: 2006-03-28 19:26:10 UTC
Attached is a patch and a c file that uses ffmpeg's rtsp support to create an rtspsrc. Currently only mpeg4 video works, but aac audio is not too far away. Issues that Ronald has pointed out: i) the gst_ffmpegrtspsrc_averror() function needs to be moved to gstffmpeg.c, with a declaration in gstffmpeg.h, since it's shared code between rtspsrc/demux ii) you add mpeg4 to the template caps,you shouldn'd do that. it implies a bug in gstffmpegcodecmap.c, I'd rather see you fix that iii) demux events need to be added so seeks work (both in rtspsrc and in demux)
Created attachment 36500 [details] ffmpegrtspsrc.c The C code that wraps the ffmpeg rtsp src
Created attachment 36501 [details] [review] ffrstp.patch Patch to integrate rtsp src
*** Bug 145472 has been marked as a duplicate of this bug. ***
*** Bug 119718 has been marked as a duplicate of this bug. ***
Can we close this? all rtp effort is going on 0.9 these days..
yah feel free to close it