<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Good day fellow programmers,</div>

<div> </div>

<div>I am trying to play a mpeg-ts file but am experiencing the following error:</div>

<div>"Setting pipeline to PAUSED ...<br/>
Pipeline is PREROLLING ...<br/>
ERROR: from element /GstPipeline:pipeline0/GstTSDemux:demuxer: Internal data stream error.<br/>
Additional debug info:<br/>
mpegtsbase.c(1620): mpegts_base_loop (): /GstPipeline:pipeline0/GstTSDemux:demuxer:<br/>
stream stopped, reason not-negotiated<br/>
ERROR: pipeline doesn't want to preroll.<br/>
Setting pipeline to NULL ...<br/>
Freeing pipeline ..."</div>

<div> </div>

<div>This is the pipeline I run:</div>

<div>"<span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">gst-launch-1.0 -v filesrc location=parkrun1920_12mbps.ts ! tsdemux name=demuxer demuxer. ! queue max-size-buffers=0 max-size-time=0 !  omxmpeg2videodec ! autovideosink demuxer."</span></div>

<div> </div>

<div><span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">My goal is to play streams directly from mumudvb but for testing purposes I have chosen the sample file you can see in the pipeline shown above.</span></div>

<div> </div>

<div>I am using a Raspberry Pi with gstreamer-1.0 and gst-omx plugins.</div>

<div>Gst-inspect determined that the omx decoders have been successfully installed.</div>

<div> </div>

<div>Playback of .mp4 files works like a charm with e.g this pipeline:</div>

<div>"<span style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; font-size: 14px; line-height: 18px;">gst-launch-1.0 -v filesrc location=h264_720p_hp_5.1_6mbps_ac3_planet.mp4 ! qtdemux ! h264parse ! omxh264dec ! autovideosink"</span></div>

<div> </div>

<div><span style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; font-size: 14px; line-height: 18px;">Does anyone has an idea how to fix this issue?</span></div>

<div><span style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; font-size: 14px; line-height: 18px;">Any help would be greatly appreciated. Thank you!</span></div></div></body></html>