FAQ  •  Register  •  Login

Some .ts files not playing

<<

kcusoundman

Serviio newbie

Posts: 3

Joined: Thu Jun 16, 2011 6:57 pm

Post Thu Jun 16, 2011 7:19 pm

Some .ts files not playing

I have had a good look around and not seen any answers that seem relevent on the forum.

I am using Serviio 0.5.2 on Windows XP SP3 and a Sony S370 blueray to playback.

I have a load of .ts files that were created on a Humax Freeview PVR. Some play fine (BBC1 Shaun the Sheep - don't ask I have kids!) but loads don't.

I have attached a detailed log (truncated - it was too big) where I tried to play two files, "Flash Gordon 20101211 1541 .ts" that fails and "Shaun the Sheep 01 20100904 1829 .ts" that works. I have also attached the ffmpeg and mediainfo output in the fail.txt and work.txt files.

Any idea why one works and one does not and if so whether I need to play with the profile and transcode or whether I need to convert them all to something else, and if so what would be best.

Any help willingly received.
Attachments
fail.txt
ffmpeg and mediainfo for video that fails to play
(5.34 KiB) Downloaded 535 times
work.txt
ffmpeg and mediainfo for video that works
(5.07 KiB) Downloaded 555 times
short log.txt
Truncated log file
(55.88 KiB) Downloaded 554 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jun 17, 2011 7:22 am

Re: Some .ts files not playing

Failed: Format settings, GOP : M=3, N=36
Work : Format settings, GOP : M=3, N=15
A regular GOP structure can be described with two parameters: N, which is the number of pictures in the GOP, and M, which is the spacing of P-pictures(predicted pictures).
Maximum frames per GOP: 18 (NTSC) / 15 (PAL), i.e. 0.6 seconds both.
36 is probably to high.
Source : http://en.wikipedia.org/wiki/MPEG-2#DVD-Video
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

kcusoundman

Serviio newbie

Posts: 3

Joined: Thu Jun 16, 2011 6:57 pm

Post Fri Jun 17, 2011 9:05 am

Re: Some .ts files not playing

Thanks for that. On further digging it appears that UK DVB broadcasters use high GOP values to get round limited bandwidth and still have viewable pictures.

Given that the files are otherwise identical, I assume that I am not going to be able to transcode in Serviio as I can not identify which ones need it.

Anyone got any recommendation for software to convert them?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jun 17, 2011 11:55 am

Re: Some .ts files not playing

kcusoundman wrote:I assume that I am not going to be able to transcode in Serviio as I can not identify which ones need it.

Right.
kcusoundman wrote:Anyone got any recommendation for software to convert them?

You could try locally and add to serviio library the OUTPUT.ts file
ffmpeg.exe -i "INPUTFILE" -y -threads 2 -vcodec mpeg2video -sameq -r 25 -g 15 -copyts -acodec ac3 -ab 192k -ar 48000 -ac 2 -map 0:0 -map 0:1 -sn -f mpegts "OUTPUT.ts"
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

phn2

User avatar

Serviio lover

Posts: 77

Joined: Tue Jan 04, 2011 10:53 pm

Post Thu Mar 08, 2012 7:05 pm

Re: Some .ts files not playing

where does that line fit in?

best regards, Per.
<<

kcusoundman

Serviio newbie

Posts: 3

Joined: Thu Jun 16, 2011 6:57 pm

Post Thu Mar 08, 2012 10:49 pm

Re: Some .ts files not playing

It is stand alone. You have to have ffmpeg installed and run the line at the commandline. The output is then added to the library

Return to Sony

Who is online

Users browsing this forum: No registered users and 8 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.