Page 1 of 1

[SOLVED] Strange TS file issue on 2010 VT20

PostPosted: Tue Dec 18, 2012 11:38 pm
by rich2013
Using V1.0.1 - I have a TS file that's been decrypted from a Humax PVR (and now shared in Serviio). It plays fine in VLC locally. I'm trying to workout why it won't play via the Panasonic profile. I've attached the fileinfo and also my log file when trying to serve the file.

It looks like for a start the profile is serving it in native format, but I'm not sure why it fails or what I need to add to transcode. I've read on another forum that the number of streams can cause an issue but hopefully someone knows more about it here.

Any thoughts on what's required ?

Thanks

Re: Strange TS file issue on 2010 VT20

PostPosted: Wed Dec 19, 2012 7:39 am
by Illico
Do you have a message on Panasonic device ?

A variable GOP structure is probably not supported by the Panasonic devices, if its the case, you have to re-encode the video stream.


  Code:
         <Video targetContainer="mpegts" forceVTranscoding="true" >
            <Matches container="mpegts" vCodec="mpeg2video" />
         </Video>

Re: Strange TS file issue on 2010 VT20

PostPosted: Wed Dec 19, 2012 11:54 am
by rich2013
Works perfectly now, thanks!