[Bug 750341] Not able to play video clip with tsdemux with HEVC video clip with ts file format

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 9 01:21:02 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750341

--- Comment #14 from Thijs Vermeir <thijsvermeir at gmail.com> ---
Also when the original file is demuxed first and stored to disk:
gst-launch-1.0 filesrc location=bbb_720p_c.ts ! tsdemux ! filesink
location=bbb_720p_c.265

this file plays with avdec (however it looks there are some timestamping
issues):
gst-launch-1.0 filesrc location=bbb_720p_c.265 ! h265parse ! avdec_h265 !
autovideosink

The difference is that now the encoded stream is parsed with "allignment=au".
Still, it does not work in the tsdemux pipeline when the allignment is forced.
So, at least there is some inconsistency in the parser when forced to use
allignment=au.

-- 
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