On Sep 3, 2007, at 5:21 PM, Hugo van der Kooij wrote:

> On Mon, 3 Sep 2007, James Howison wrote:
>
>> For ages now, and persisting using the latest nightlies, I have been
>> getting audio sync problems when using the skip ahead functions,
>> either using the 30-sec or the 1% skips, consistently at certain
>> places in recordings.
>>
>> This is playing from a MythTV backend, using the MythTV protocol,
>> where the recordings are mpeg2 files straight from a Hauppage 500/150
>> setup.  I don't get these sync problems using the MythTV frontend.
>
> Can you test the same thing with NFS instead? Just to see if this  
> MythTV
> protocol specific.
>
> I use NFS and have somethimes a sync issue but not as much as I  
> would do
> in the past. (say a year ago)

Ok, I've set it up to use nfs, I think.

/etc/exports:

/video/myth-recordings   192.168.10.0/255.255.255.0(rw,insecure,sync)
/video/movies   192.168.10.0/255.255.255.0(rw,insecure,sync)

/tftpboot/dongle.bin.mvpmc.config

rdate -s 192.168.10.10
TZ='EST+5EDT,M4.1.0/2,M10.5.0/2'; export TZ
mkdir /video
mkdir /video/movies
mkdir /video/myth-recordings
mount -t nfs -o nolock,rsize=4096,wsize=4096,nfsvers=3 192.168.10.10:/ 
video/movies/ /video/movies/
mount -t nfs -o nolock,rsize=4096,wsize=4096,nfsvers=3 192.168.10.10:/ 
video/myth-recordings /video/myth-recordings/
mvpmc -s 192.168.10.10 --vlc 192.168.10.10 --weather-location  
USNY1434 -r /video/myth-recordings &
cat <<EOF > /tmp/font_override.xml
<mvpmctheme version="0" name="font override">
   <font name="standard">/etc/helvB18.pcf</font>
   <font name="large">/etc/helvB18.pcf</font>
</mvpmctheme>
EOF

The mvpmc is definitely mounting the nfs because I can play the mpgs  
directly from the myth-recordings directory.  When I choose it  
through the mythtv interface I can't really tell if it is using nfs  
rather than mythtv, but hopefully it is and I'll monitor to see if  
the syncing behavior is any different.

One thing I see immediately is that the fast-forward has the same  
behavior, which is smooth initially then it kinda stutters and I'm  
never sure whether it is actually going fast at that point or not.   
THat was the same behaviour under the myth protocol and no  
improvement with this now mounted under nfs. Is that expected or  
might that be related?

Thanks,
James

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to