[gstreamer-bugs] [Bug 639848] [mpegtsmux] doesn't join an h264 and an audio ES

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 20 05:53:27 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=639848
  GStreamer | gst-plugins-bad | 0.10.20

--- Comment #5 from Fraxinas <andreas.frisch at multimedia-labs.de> 2011-01-20 13:53:25 UTC ---
okay here's the latest intermediary results...

$ gst-launch -v mpegtsmux name=m ! filesink location=test_h264_ac3.ts filesrc
location=20110118\ 1234\ -\ Einsfestival\ HD\ -\ HDTV-Testausstrahlung.ts !
mpegtsdemux name=d d.audio_0646 ! queue2 max-size-buffers=0 ! m. d.video_0641 !
queue2 max-size-buffers=0 ! m.

results in a transport stream file which actually does hold both streams
(h264+ac3) as per mediainfo and it correctly plays back

gst-launch -v mpegtsmux name=m m2ts-mode=true ! filesink
location=test_h264_ac3.m2ts filesrc location=20110118\ 1234\ -\ Einsfestival\
HD\ -\ HDTV-Testausstrahlung.ts ! mpegtsdemux name=d d.audio_0646 ! queue2
max-size-buffers=0 ! m. d.video_0641 ! queue2 max-size-buffers=0 ! m.

creates an m2ts file which supposedly also holds video+audio, however audio
doesn't decode

when using the pid 0642, which is an mpeg2 audio stream, it plays as both ts
and m2ts after remuxing

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list