On Sun, Oct 26, 2008 at 04:03:05AM -0400, Simon Hyde wrote:
> On Sat, 25 Oct 2008, Byron Jeff wrote:
>
> > Finally trying to play video via Myth reboots the MVP.
>
> This is most likely because mvpmc failed to open the file. I guess you're
> specifying the command line option to have the files played over NFS?
I've tried both ways with/without the -b and -r options.
> It sounds like you haven't specified the path to the mounted recordings
> directory correctly. Either remove the -r option and following path from
> your command line (to cause the mvpmc to play the files using MythTV's
> own protocol instead of NFS), or correct the directory.
AFAICT nothing has ever worked using MythTV's protocol in terms of playing
video no matter what I specify on the command line. I've been testing by
telnetting into the MVP, killing the dongle.bin.config started mvpmc
command and firing off my own copy from the busybox command line. That's
how I got the error messages I posted in my last post.
The listing of shows and other items in the database come across fine.
Playing video directly from the NFS filesystem works too. But when using
the Myth menu and connecting the two together? Boom!
I'm going to try one more option and mirror the MythTV backend directory
and MVP directory via NFS so that the filenames and paths are the same. Be
back in a virtual minute...
...now that generated some traction! Recordings now work. Still no joy on
live TV, but the box can now handle the primary function I need it for.
So here's my current dongle.bin.config:
########################################################
echo "127.0.0.1 localhost" > /etc/hosts
echo "10.192.143.252 mythtv-server" >> /etc/hosts
echo "10.192.143.58 mvpmc" >> /etc/hosts
mkdir /media
mount -t nfs -o nolock,rsize=4096,wsize=4096,nfsvers=3,hard,tcp
mythtv-server:/media/ /media
export TZ="EST+5EDT,M4.1.0/2,M10.5.0/2"
echo 'TZ="EST+5EDT,M4.1.0/2,M10.5.0/2"' > /etc/shell.config
echo "export TZ" >> /etc/shell.config
/bin/ntpclient -s -h mythtv-server
mvpmc -f /etc/helvR10.fnt -s 10.192.143.252 -r /media/default -b /media/live
##########################################################
No real change for livetv. Backend log:
##########################################################
2008-10-26 10:22:47.890 MainServer::HandleVersion - Client speaks protocol
version 8 but we speak 40!
2008-10-26 10:22:47.912 MainServer::HandleAnnounce Playback
2008-10-26 10:22:47.913 adding: 10.192.143.58 as a client (events: 0)
2008-10-26 10:22:47.917 MainServer::HandleVersion - Client speaks protocol
version 8 but we speak 40!
2008-10-26 10:22:47.921 MainServer::HandleAnnounce Playback
2008-10-26 10:22:47.922 adding: 10.192.143.58 as a client (events: 1)
2008-10-26 10:22:48.089 MainServer::HandleVersion - Client speaks protocol
version 8 but we speak 40!
2008-10-26 10:22:48.096 MainServer::HandleAnnounce Playback
2008-10-26 10:22:48.096 adding: 10.192.143.58 as a client (events: 0)
2008-10-26 10:22:48.158 MainServer::HandleVersion - Client speaks protocol
version 8 but we speak 40!
2008-10-26 10:22:48.162 MainServer::HandleAnnounce Playback
2008-10-26 10:22:48.163 adding: 10.192.143.58 as a client (events: 0)
2008-10-26 10:22:48.168 TVRec(3): Changing from None to WatchingLiveTV
2008-10-26 10:22:48.175 TVRec(3): HW Tuner: 3->3
2008-10-26 10:22:49.595 MPEGRec(/dev/video2) Warning: Audio sample rate 32000 Hz
is not supported by ivtv driver, using 48000 Hz
instead.
2008-10-26 10:22:49.598 AutoExpire: CalcParams(): Max required Free Space:
3.0 GB w/freq: 15 min
############################################################
And the debug output from mvpmc
############################################################
switch_gui_state(): changing from 1 to 2
show busy widget
mythtv control thread sleeping...(pid 202)
myth watchdog thread started (pid 203)
event thread started (pid 204)
Starting new livetv
switch_hw_state(): changing from 1 to 2
Starting New Live TV!
unknown mythtv BACKEND_MESSAGE 'QUERY_NEXT_LIVETV_DIR 3'
MythTV unknown event (error?)
MythTV event RECORDING_LIST_CHANGE
MythTV event LIVETV_CHAIN UPDATE live-10.192.143.58-2008-10-26T09:22:48
############################################################
Is it the unknown message that is causing the problem?
BTW I haven't seen any documentation or postings that indicate that the NFS
directory must mirror the Myth Backend directory. Maybe I just missed it.
If I can get liveTV, I can set up all my boxes.
Thanks for the reply. It did help.
BAJ
>
> > I have purchased 3 MediaMVPs and this problem is the only thing keeping me
> > from ditching my Motorola 6412 DVR.
> >
> > Any suggestions welcome.
> >
> > Thanks,
> >
> > BAJ
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > Mvpmc-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/mvpmc-users
> > mvpmc wiki: http://mvpmc.wikispaces.com/
> >
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/