[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
Thu Jun 4 02:08:33 PDT 2015


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

--- Comment #2 from ris.lim.siew.hoon at gmail.com ---
Sorry. I forgot to provide cmdpipe line.

gst-launch-1.0 filesrc location=/root/Videos/bbb_360p_c.ts ! tsdemux !
avdec_h265 ! xvimagesink


I tryout with the suggestion you mention as below in 720p and 360p video clip:

gst-launch-1.0 filesrc location=/root/Videos/bbb_720p_c.ts ! tsdemux !
h265parse ! avdec_h265 ! xvimagesink

gst-launch-1.0 filesrc location=/root/Videos/bbb_360p_c.ts ! tsdemux !
h265parse ! avdec_h265 ! xvimagesink

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
0:00:00.579798478  1966 0x7f606c00b670 ERROR                  libav :0::
get_buffer() cannot be called after ff_thread_finish_setup()
0:00:00.711446459  1966 0x7f606c031670 ERROR                  libav :0::
get_buffer() cannot be called after ff_thread_finish_setup()
0:00:00.840970746  1966 0x7f606c0cdaf0 ERROR                  libav :0::
get_buffer() cannot be called after ff_thread_finish_setup()
0:00:01.008955313  1966 0x7f6060011ea0 ERROR                  libav :0::
get_buffer() cannot be called after ff_thread_finish_setup()
0:00:01.156256699  1966 0x7f606c00b670 ERROR                  libav :0::
get_buffer() cannot be called after ff_thread_finish_setup()
...
...
until clip finish play still stuck in same video frame. 

I'm using Fedora 21 64bit gnome.

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