[gstreamer-bugs] [Bug 550924] New: Flutsdemux to put the different pid ES to different files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Sep 4 15:19:22 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 | Ver: 0.10.15
           Summary: Flutsdemux to put the different pid ES to different
                    files
           Product: GStreamer
           Version: 0.10.15
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: heli at towercom.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,

Using the following command, I want to make sure that the 3 differnet audio ES
in my input live strea goes to 3 different files. I have 3 pids for audio ES
650,651,652. The following command does not work at all. It goes till the point
pipeline is pre-rolling but does not go beyoud that point. 
{{{
 gst-launch filesrc location=yourfile.ts ! flutsdemux name=d .audio_0001 !
 queue max-size-buffers=0 max-size-time=0 ! filesink location=1.mpa
 d.audio_0002 ! queue max-size-buffers=0 max-size-time=0 ! filesink
 location=2.mpa d.audio_0003 ! queue max-size-buffers=0 max-size-time=0 !
 filesink location=3.mpa
 }}}

but 
{{{
 gst-launch filesrc location=yourfile.ts ! flutsdemux name=d .!
 queue max-size-buffers=0 max-size-time=0 ! filesink location=1.mpa
 d. ! queue max-size-buffers=0 max-size-time=0 ! filesink
 location=2.mpa d ! queue max-size-buffers=0 max-size-time=0 !
 filesink location=3.mpa
 }}}

works but it some times puts video stream in one of the file. How can I tell
gstreamer to put specific pid ES in specific files?

thanks
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