After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165170 - [PATCH} [rtsp] get rtsp working
[PATCH} [rtsp] get rtsp working
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: High enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 145472 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-01-25 11:59 UTC by Zaheer Abbas Merali
Modified: 2006-03-28 19:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ffmpegrtspsrc.c (19.56 KB, text/plain)
2005-01-25 12:00 UTC, Zaheer Abbas Merali
  Details
ffrstp.patch (2.74 KB, patch)
2005-01-25 12:02 UTC, Zaheer Abbas Merali
none Details | Review

Description Zaheer Abbas Merali 2005-01-25 11:59:36 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)
Comment 1 Zaheer Abbas Merali 2005-01-25 12:00:43 UTC
Created attachment 36500 [details]
ffmpegrtspsrc.c

The C code that wraps the ffmpeg rtsp src
Comment 2 Zaheer Abbas Merali 2005-01-25 12:02:25 UTC
Created attachment 36501 [details] [review]
ffrstp.patch

Patch to integrate rtsp src
Comment 3 Christian Fredrik Kalager Schaller 2005-02-09 09:36:25 UTC
*** Bug 145472 has been marked as a duplicate of this bug. ***
Comment 4 Christian Fredrik Kalager Schaller 2005-02-09 09:38:59 UTC
*** Bug 119718 has been marked as a duplicate of this bug. ***
Comment 5 Ronald Bultje 2005-03-12 23:30:47 UTC
*** Bug 145472 has been marked as a duplicate of this bug. ***
Comment 6 Luca Ognibene 2005-11-11 16:51:58 UTC
Can we close this? all rtp effort is going on 0.9 these days..
Comment 7 Zaheer Abbas Merali 2005-11-28 08:42:46 UTC
yah feel free to close it