Hello all,

I am running an H3 MediaMVP with the dongle.bin from July 29th
(dongle.bin.mvpmc-20070729) and it seems to be working fine connecting
to a KnoppMyth backend.  I would like to upgrade to a newer version of
MVPMC in order to get access to new features and bugfixes, but the
newer versions I have tried (dongle.bin.mvpmc-20071027,
dongle.bin.mvpmc-0.3.4, and today dongle.bin.mvpmc-20080106) have
video playback issues.

When I try these newer dongles, the mvp will boot up properly and the
menus seem to work okay, but when I try to watch a show, the video
does not play properly.  Sometimes it will just be a black screen.
Sometimes it will show a frozen frame from the beginning of the video
with green colors overlaid.  Sometimes the video will play seemingly
normally for a few seconds (though with no sound) and then it will
freeze.

I have looked in the logs from MVPMC and I don't see anything in there
that indicates a problem.  I have attached the dongle.bin.config that
I am using below in case there is an option that is missing or bad or
something.  This exact file works fine with the
dongle.bin.mvpmc-20070729.

Can anyone think of what might be the issue here?

Thanks in advance for any help that can be provided and again thanks
to the developers for this great software.

Chuck

My dongle.bin.config:

rdate -s 192.43.244.18
mkdir /video
mkdir /media
/etc/nfsmount.sh 192.168.1.200:/myth/tv/ /video
/etc/nfsmount.sh 192.168.1.200:/myth/mvpmc-logs/ /media
/bin/echo "Test Log" >/video/test.log
/bin/echo "Test Log" >/media/test.log
echo '192.168.1.200  mythtv' >> /etc/hosts
echo '192.168.1.201  mvp' >> /etc/hosts
MYTHSERV=192.168.1.200
MYSQLSERV=$MYTHSERV
MYSQLUSER=xxxxxxxxxxxx
MYSQLPASS=yyyyyyyyyyyy
DBNAME=mythconverg

now=$(date +%s)
exec 1> /media/mvpmc/mvpmc.log.$now 2>&1
(cd /media/mvpmc && ln -sf mvpmc.log.$now current.log)

export TZ=EST+5EDT,M3.2.0/2,M11.1.0/2
echo "export TZ=$TZ" >> /etc/shell.config
mvpmc -M -F /video/mvpsettings.sav -f /etc/helvR12.fnt -s $MYTHSERV -c
$MYTHSERV -y $MYSQLSERV -u $MYSQLUSER -p $MYSQLPASS -T $DBNAME -a 4:3
-m ntsc -r /video --startup mythtv >>/media/mvpmc-stdout-log.txt &

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to