[gstreamer-bugs] [Bug 550924] Flutsdemux to put the different pid ES to different files
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Sep 5 12:41:16 PDT 2008
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=550924
GStreamer | gst-plugins-bad | Ver: 0.10.15
heli changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |UNCONFIRMED
------- Comment #2 from heli 2008-09-05 19:41 UTC -------
(In reply to comment #1)
> The first pipeline seems wrong anyway. The pads are named using the pid.
> audio_0001 => audio_0650, etc....
> or more generically, the padname is <media_type>_<PID_in_hexa>
> Try modifying your original pipeline accordingly.
Hi
The modified pipeline does not work either. It hangs at exactly same point with
"Pipeline is Pre-rolling" message,
Here is the new command,
/usr/bin/gst-launch-0.10 filesrc location=/home/httpd/input.ts ! flutsdemux
name=demux program-number=1 demux.video_0200 ! queue max-size-buffers=0
max-size-time=0 ! filesink location=out.mpv demux.audio_028A ! queue
max-size-buffers=0 max-size-time=0 ! filesink location=out.mpa
where 0x200 is the video pid and 0x28A is the audio pid. Clearly I am
interested in the program-number 1 and pids 512(0x200) and 650(0x28A).
Please help!
Heli
--
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=550924.
More information about the Gstreamer-bugs
mailing list