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 445005 - error while playing real media stream with ffmpeg
error while playing real media stream with ffmpeg
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other All
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-07 05:53 UTC by shashidhar
Modified: 2007-07-16 22:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description shashidhar 2007-06-07 05:53:51 UTC
Steps to reproduce:
1. 
2. 
3. 


Stack trace:
1 )gives a error while running .rm file with ffdemux_rm with ffdec_rv10 or ffdec_rv20

 gst-launch-0.10 filesrc location=/home/test_input/test.rm ! ffdemux_rm ! ffdec_rv10 ! sdlvideosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

** (gst-launch-0.10:16333): WARNING **: Unknown codec ID 72, please add here

(gst-launch-0.10:16333): GStreamer-CRITICAL **: gst_pad_push_event: assertion `GST_IS_PAD (pad)' failed
ERROR: from element /pipeline0/ffdec_rv100: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstffmpegdec.c(1276): gst_ffmpegdec_chain (): /pipeline0/ffdec_rv100:
ffdec_rv10: input format was not set before data start
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...


2 ) How to run video extracted files from .rm(.bits file) with ffdec_rv20 or ffdec_rv10.Gives a warning when i tried the following comand.

gst-launch-0.10 filesrc location=/home/test_input/salesman.bit ! ffdec_rv20 ! filesink  location=salesman.yuv
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /pipeline0/ffdec_rv200: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstffmpegdec.c(1276): gst_ffmpegdec_chain (): /pipeline0/ffdec_rv200:
ffdec_rv20: input format was not set before data start
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...




Other information:
Comment 1 Wim Taymans 2007-06-11 11:57:51 UTC
what version of gst-ffmpeg are you using? this should be fixed in gst-ffmpeg-0.10.2.
Comment 2 Pedro Villavicencio 2007-07-16 22:26:33 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!