I tried posting this via Nabble last night, seems they&#39;ve not realized the list has moved :(<br><br><br>I&#39;m having issues with playback of the VOB files from a DVD Recorder<br>
(finalized disk) when using Gstreamer.<br>
<br>
Using the pipeline:<br>
gst-launch filesrc location=./VTS_01_5.VOB ! mpegdemux ! mpeg2dec !<br>
xvimagesink<br>
<br>
Works fine if the file is from an authored (non-encrypted) DVD+/-R disk.<br><br>But if the file is from a finalized disk recorded using a standalone DVD<br>
Recorder it doesn&#39;t play:<br><br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
Got EOS from element &quot;pipeline0&quot;.<br>
Execution ended after 18810910555 ns.<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
<br>
There seems to be a gstreamer sort of work-around as the gstreamer based<br>
Totem media player can play the DVD Recorder VOB file, but it reports the<br>
length as 1 second, seeking is totally broke, but it does playback<br>
correctly.<br>
<br>
Any clues?<br>
<br>
I&#39;d like to be able to use the filesrc to access individual frames of the<br>
file via appsink for analysis but have no idea how to get beyond this issue.<br>
<br>
OTOH, the gstreamer based Pitivi v0.13.4 editor totally chokes on the file<br>
putting it on the timeline as only one second long.<br>
<br>