Bug #499
mplayer-resumer-vdpau.pl didn't work for me without a slight change
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - |
Description
mplayer-resumer-vdpau.pl would fail to properly run vdpau-detector, resulting in all videos being played in a window (without -fs, -zoom, etc. options from vdpau-detector). At line 135, I changed this:
my $mplayeropts=`./vdpau-detector $infile`; chomp $mplayeropts;
to this:
my $mplayeropts=`vdpau-detector $infile`; chomp $mplayeropts;
vdpau-detector is in mythtv's path (/usr/LH/bin), so you don't need to call it with an absolute path like that, plus it doesn't work anyway when because when mythfrontend executes mplayer-resumer-vdpau.pl, its working directory isn't /usr/LH/bin.
History
Updated by Human over 15 years ago
mplayer-resumer-vdpau.pl is deprecated. Please use mplayer-wrapper.pl, which incorporates the logic of mplayer-resumer-vdpau.pl. If the wrapper produces the same problem, please file a bug report for it.