GNOME Bugzilla – Bug 614259
mpegtsdemux: can't detect DTS audio
Last modified: 2010-04-05 08:35:53 UTC
mpegtsdemux can't find DTS audio in some ts files. I found a short example in the mplayer site: http://samples.mplayerhq.hu/A-codecs/DTS/dts_wont_play_latest_build.ts $ gst-launch filesrc location=dts_wont_play_latest_build.ts ! mpegtsdemux ! dtsdec ! audioconvert ! alsasink This pipeline doesn't play any audio. But it works if I use ffdemux_mpegts instead of mpegtsdemux, $ gst-launch filesrc location=dts_wont_play_latest_build.ts ! ffdemux_mpegts ! dtsdec ! audioconvert ! alsasink
commit 074d20cf995e263ff77f66bc55721cba9d11414a Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sun Apr 4 20:23:00 2010 +0200 mpegtsdemux: Add support for the two DTS HD stream types Fixes bug #614259.
Please add ST_BD_AUDIO_DTS (0x82) too. I still can't play some DTS streams with this debug message: 0:00:00.841489453 1618 0x41b968 DEBUG mpegtsdemux gstmpegtsdemux.c:1213:gst_mpegts_demux_data_cb:<mpegtsdemux0> got unknown stream id 0xfd, type 0x82
commit 1306160b79d2a224c38330da7d32bb348178a036 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Apr 5 10:33:26 2010 +0200 mpegtsdemux: Add support for BlueRay style DTS Fixes bug #614259.