Mkv and pany

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: Mkv and pany

Post by nickhere »

I wonder if the problem is network drive.
cant see that being the issue
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: Mkv and pany

Post by Nadahar »

You can't use UNC paths (starting with \\). As long as it's mounted to a drive letter I don't think that should matter.
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: Mkv and pany

Post by Nadahar »

I'm having very different results parsing the file:

Code: Select all

TRACE 02:00:31.478 [Request Handler 15] Parsing results for file "Angie.Tribeca.S01E02.1080p.HDTV.x264-SERIOUSLY.mkv": container: mkv, bitrate: 6348884, size: 948447062, video tracks: 1, audio tracks: 1, video codec: h264, duration: 00:19:55.00, width: 1920, height: 1080, frame rate: 25.000, mime type: video/x-matroska, matrix coefficients: BT.709, attached fonts: false Audio track id: 0, lang: und, audio codec: AC3, sample frequency:48000, number of channels: 2, bits per sample: 16
I have no idea why MediaInfo can't parse it on your installation. Playback is unwatchable though, it's skipping and lagging a lot.

The logs show a lot of errors like these while playing back:

Code: Select all

DEBUG 05:30:05.107 [ffmpeg64.exe-10-2] [matroska,webm @ 0000000000390260] Read error at pos. 528022 (0x80e96)
DEBUG 05:30:05.146 [ffmpeg64.exe-10-2] [h264 @ 0000000005962b80] mmco: unref short failure
DEBUG 05:30:05.147 [ffmpeg64.exe-10-2] [matroska,webm @ 0000000000390260] Read error at pos. 2363652 (0x241104)
DEBUG 05:30:05.172 [ffmpeg64.exe-10-2] [h264 @ 0000000005d98440] error while decoding MB 102 54, bytestream -5
DEBUG 05:30:05.173 [ffmpeg64.exe-10-2] [h264 @ 0000000005d98440] concealing 1627 DC, 1627 AC, 1627 MV errors in B frame
DEBUG 05:30:05.183 [ffmpeg64.exe-10-2] [h264 @ 0000000005b17bc0] reference picture missing during reorder
DEBUG 05:30:05.183 [ffmpeg64.exe-10-2] [h264 @ 0000000005b17bc0] Missing reference picture, default is 65572
DEBUG 05:30:05.184 [ffmpeg64.exe-10-2] [h264 @ 00000000003bde20] mmco: unref short failure
DEBUG 05:30:05.184 [ffmpeg64.exe-10-2] [matroska,webm @ 0000000000390260] Read error at pos. 3948006 (0x3c3de6)
DEBUG 05:30:05.191 [ffmpeg64.exe-10-2] [matroska,webm @ 0000000000390260] Read error at pos. 4980989 (0x4c00fd)
DEBUG 05:30:05.199 [ffmpeg64.exe-10-2] [h264 @ 00000000003bde20] error while decoding MB 84 27, bytestream -12
DEBUG 05:30:05.200 [ffmpeg64.exe-10-2] [h264 @ 00000000003bde20] concealing 4885 DC, 4885 AC, 4885 MV errors in B frame
DEBUG 05:30:05.216 [ffmpeg64.exe-10-2] [h264 @ 0000000005962700] error while decoding MB 81 67, bytestream -5
DEBUG 05:30:05.217 [ffmpeg64.exe-10-2] [h264 @ 0000000005962700] Cannot use next picture in error concealment
DEBUG 05:30:05.217 [ffmpeg64.exe-10-2] [h264 @ 0000000005962700] concealing 88 DC, 88 AC, 88 MV errors in P frame
I'd say the file is bad. I have the same laggy playback whether I transcode it with FFmpeg, stream it with Kodi or try to play the file without UMS using MPC. MediaMonkey just says that it can't decode the file and VLC quits playback after showing the initial screen. If you find a software that can play that file back, I'd say you're lucky. Maybe you have some disk corruption going on, does the file still play back if you copy that exact version that won't play via UMS to twonky?
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: Mkv and pany

Post by nickhere »

in build 6.00 b2
it was episode se02 to se07 that was bad.
but now that I installed Build: b2caa83cf (2016-01-30)
episode 3+ works
and 2 still bad.

I install Build: b2caa83cf (2016-01-30)
I don't think I Check se03 +
so it may have been fixed
or something overwrite my se02.

I must have got confused jumping around from the builds.
Sorry and thank for your help.
Nick
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: Mkv and pany

Post by nickhere »

If you want to fix something
on the panny AS650 change the mime in the render file
video/mpeg=video/mp4
i had to do it for
Supported = f:mpegps v:mpeg1|mpeg2 a:ac3|lpcm|mpa m:video/mp4
Supported = f:mpegts v:h264|mpeg1|mpeg2 a:aac|aac-he|ac3|eac3|mpa m:video/mp4

video/mpeg did work for most jumpy sites
User avatar
SubJunk
Lead Developer
Posts: 3707
Joined: Sun May 27, 2012 4:12 pm

Re: Mkv and pany

Post by SubJunk »

What does changing it to video/mp4 do? Was transcoding not working without it?
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: Mkv and pany

Post by nickhere »

SubJunk wrote:What does changing it to video/mp4 do? Was transcoding not working without it?
if I dont add it i get the cant read file error
Been that way from the beginning ums really did suck until i came across that
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: Mkv and pany

Post by Nadahar »

@SubJunk It's probably when streaming that matters, the renderer probably doesn't accept the file in question as video/mpeg but is more tolerant with video/mp4.
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: Mkv and pany

Post by nickhere »

Nadahar wrote:@SubJunk It's probably when streaming that matters, the renderer probably doesn't accept the file in question as video/mpeg but is more tolerant with video/mp4.
sound right
any file dump to network drive is fine
but going thru jumpy it need to be /mp4
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: Mkv and pany

Post by nickhere »

Here something new
going thru the dlna server on my tv to the hard drive the file plays ok
but go thru the status setting pick your tv and then try to play the file the tv says cant read.

DEBUG 2016-01-31 20:21:07.877 [StartPlaying Event] The full filename of which is: Z:\Shared Videos\Kodi\TV Shows\Angie trebecca\Angie.Tribeca.S01E07.HDTV.x264-KILLERS.mp4 and the address of the renderer is: 192.168.0.122
DEBUG 2016-01-31 20:21:07.877 [AWT-EventQueue-0] Action failed: Error: Illegal MIME-type (HTTP response was: 500 Internal Server Error)
DEBUG 2016-01-31 20:21:07.877 [AWT-EventQueue-0] Sending upnp AVTransport.Play [Speed, 1] to NICK-TV[0]
DEBUG 2016-01-31 20:21:08.875 [AWT-EventQueue-0] Action failed: Error: Read error (HTTP response was: 500 Internal Server Error)
DEBUG 2016-01-31 20:21:08.875 [cling-48] TransportStatus: ERROR_OCCURRED
DEBUG 2016-01-31 20:21:18.030 [cling-53] Mute: 0
DEBUG 2016-01-31 20:21:18.030 [cling-53] Volume: 0
DEBUG 2016-01-31 20:21:18.030 [cling-53] PresetNameList: FactoryDefault
DEBUG 2016-01-31 20:21:18.764 [cling-53] TransportStatus: OK
TRACE 2016-01-31 20:21:19.996 [UPNPHelper] Receiving a NOTIFY from [192.168.0.105:47999]

I belive the panny suports html5 now
Post Reply