[gstreamer-bugs] [Bug 478244] New: rtpamrdepay make no playable stream

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Sep 18 19:52:22 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=478244

  GStreamer | gst-plugins-good | Ver: 0.10.6
           Summary: rtpamrdepay make no playable stream
           Product: GStreamer
           Version: 0.10.6
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: terry83 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I got problem in rtpamrdepay element.
The jill.3gp is encoded in amrnb and h263 as a testing video file

gst-launch -v ffmux_3gp name=mux ! filesink location=/home/video/jill3.3gp \
{filesrc location=/home/video/jill.3gp ! qtdemux name=demuxer2 ! rtpamrpay !
rtpamrdepay !queue }! mux.audio_0 \
{filesrc location=/home/video/jill.3gp ! qtdemux name=demuxer ! ffdec_h263 !
ffenc_h263 bitrate=45000 rtp-payload-size=500 gop-size=3 me-method=4 ! queue }!
mux.video_0

In the above pipeline, after I converted the file into jill3.3gp(it runs
without error), it cannot be played through the following pipeline

gst-launch -v filesrc location=/home/video/jill3.3gp ! qtdemux name=demuxer \
demuxer.!queue! rtpamrpay ! udpsink host=172.20.122.9 port=11002 \
demuxer.!queue! rtph263pay ! udpsink host=172.20.122.9 port=11000

It gives out error like this:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /pipeline0/demuxer: This file contains no playable streams.
Additional debug info:
qtdemux.c(1444): gst_qtdemux_loop (): /pipeline0/demuxer:
no known streams found
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...


However, if i remove the rtpamrpay and rtpamrdepay in the converting pipeline,
the second pipeline runs smoothly without any problem, I can even see the movie
in the remote end

I suspect there is a problem within the rtpamrdepay(As I can use rtpamrpay
without problem in streaming the original file)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=478244.




More information about the Gstreamer-bugs mailing list