Page 1 of 1

[BUG]...[FFMPEG] Remux when possible

Posted: Mon Jun 10, 2013 4:28 am
by ExSport
Hi guys
After long time I found a minute to test latest v3.0_A2 [link] :)
Tried new FFMPEG engine and found out that autoremux doesn't work on Panasonic TV. When I unticked this feature, FFMPEG works but not with this feature.
Short shot to the log:
TRACE 2013-06-09 17:39:47.267 [New I/O worker #3] Network debugger: Test_FFMPEG_Remux (2012) [MEncoder] http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_24_AC3_ISO;DLNA.ORG_OP=10 duration=02:45:22.00 http://192.168.1.3:6001/get/0$1$1$3$1$1 ... x.2012.mkv

TRACE 2013-06-09 17:39:47.268 [New I/O worker #3] Network debugger: [MEncoder] {Audio: AC3/Czech} http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_OP=10 duration=02:45:22.00 http://192.168.1.3:6001/get/0$1$1$3$1$2 ... x.2012.mkv

TRACE 2013-06-09 17:39:47.300 [New I/O worker #3] Network debugger: [tsMuxeR] {Audio: AC3/Czech} http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_24_AC3_ISO;DLNA.ORG_OP=10 duration=02:45:22.00 http://192.168.1.3:6001/get/0$1$1$3$1$2 ... x.2012.mkv

TRACE 2013-06-09 17:39:48.144 [New I/O worker #4] Network debugger: [FFmpeg] {Audio: AC3/Czech} http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_OP=10 duration=02:45:22.00 http://192.168.1.3:6001/get/0$1$1$3$1$2 ... x.2012.mkv
It seems the problem is again "DLNA.ORG_PN=MPEG_PS_PAL" which TV doesn't accept for h264 HD content.
Had no time to test more but will try next week hopefully.
But it seems logical problem will be this "DLNA.ORG_PN" string where tsMuxer or MEncoder engine is using correct type and it works there.
Bye ExSport

Re: [BUG]...[FFMPEG] Remux when possible

Posted: Wed Jun 12, 2013 1:07 am
by ExSport
@SubJunk & @Valib:
Can you reproduce it on PanTV? If yes, I will prepare test versions for my weekend tests but if it works for you, I will not waste time with it because problem will be something else.
Thx

Re: [BUG]...[FFMPEG] Remux when possible

Posted: Mon Jul 15, 2013 10:19 am
by ExSport
Made some tests with latest v3a3.
Used DLNAOrgPN=false in renderer.conf which don't send this property to pantv. File started to play so I was right that problem is incorrect PN.
During the tests I found another bugs mentioned here: link

Re: [BUG]...[FFMPEG] Remux when possible

Posted: Thu Jul 18, 2013 12:27 pm
by SubJunk
Thanks for this ExSport, I've confirmed and (hopefully) fixed it :)