[v3-a3] FF/RW actions stall video, switch DAR, then jumpto

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
Post Reply
JennieL
Posts: 5
Joined: Fri Aug 23, 2013 10:22 am

[v3-a3] FF/RW actions stall video, switch DAR, then jumpto

Post by JennieL »

Hi,

I'm running 3.0.0-a3 on linux/64.

I'm serving to a Panasonic BDT220 BD player's DLNA renderer.

All my source files are in the same format - h264.mkv, e.g.:

Code: Select all

	ffprobe movie.mkv
		...
		Stream #0:0(eng): Video: h264 (High), yuv420p, 708x362 [SAR 32:27 DAR 3776:1629], SAR 237:200 DAR 41949:18100, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
		Stream #0:1(fre): Audio: aac, 48000 Hz, stereo, fltp (default)
		Stream #0:2(fre): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
		Stream #0:3(eng): Subtitle: dvd_subtitle (default)
With my current config, transcoded streaming Video/Audio playback is flawless.

But, when I trigger a FastForward or Reverse, the display on the TV stops for about 5-10 seconds, then 'repaints' at a completely wrong DAR -- switching from the correct 'black-bar' padded widescrren display, to filling the screen -- and just sits there.

Until I click Play again, at which point -- after ~ 10 seconds, the video again 'repaints', this time back to the correct DAR, then jumps-to/resumes from some point forward/reverse relative to where I'd originally clicked the button.

I've attached a debug zip containing the

Code: Select all

	ums.conf
	my custom renderer profile
and, the

Code: Select all

	trace log
across this issue/event

Is there some config change/addition I need to get FF/RW to behave? Or possibly a bug in the code?
Attachments
ums_debug.txt.zip
(26.1 KiB) Downloaded 416 times
Post Reply