Skip to content

tsdemux: support demuxing id3 metadata pes

As part of the hackathon on the Gstreamer event with @jadarve we wanted to contribute with the demuxing of id3 tags on mpeg-ts files

Pipeline

gst-launch-1.0 filesrc location=gstreamer.ts ! tsdemux name=demux ! video/x-h264 ! queue ! fakesink demux. ! meta/x-id3 ! queue ! fakesink dump=true

Graph

0.00.00.242304667-gst-launch.PAUSED_PLAYING.svg

Merge request reports

Loading