[gstreamer-bugs] [Bug 165170] New: [PATCH} [rtsp] get rtsp working

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Jan 25 03:59:37 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=165170
 GStreamer | gst-ffmpeg | Ver: HEAD CVS

           Summary: [PATCH} [rtsp] get rtsp working
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: zaheerabbas at merali.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


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)

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list