[gstreamer-bugs] [Bug 311272] New: Reading mpeg-ts stream from standard input does not work

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Jul 22 09:42:12 PDT 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=311272
 GStreamer | gst-ffmpeg | Ver: 0.8.8

           Summary: Reading mpeg-ts stream from standard input does not work
           Product: GStreamer
           Version: 0.8.8
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: gijsbert_de_haan at fastmail.fm
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Please describe the problem:
Got a test file test2.mpeg (attached)

Trying to display it through fdsrc fd=0 fails using:

cat test2.mpegts | gst-launch-0.8 fdsrc fd=0 ! decodebin ! ffmpegcolorspace !
xvimagesink

Using filesrc on the same file works (gst-launch-0.8 filesrc
location=test2.mpegts ! decodebin ! ffmpegcolorspace ! xvimagesink) works so the
data and pipeline setup seems to be in order.

Steps to reproduce:
1. cat test2.mpegts | gst-launch-0.8 fdsrc fd=0 ! decodebin ! ffmpegcolorspace !
xvimagesink
2. 
3. 


Actual results:
 
** (process:3618): WARNING **: Unexpected/unwanted eos in data function
ERROR: from element /pipeline0/decodebin0/ffdemux_mpegts0: GStreamer encountered
a general supporting library error.
Additional debug info:
gstffmpegdemux.c(539): gst_ffmpegdemux_open: /pipeline0/decodebin0/ffdemux_mpegts0:
Unknown error
Execution ended after 1 iterations (sum 109013000 ns, average 109013000 ns, min
109013000 ns, max 109013000 ns).


Expected results:
Display of short static scene.

Does this happen every time?
yes

Other information:
Attaching the test file: test2.mpegts

------- 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