[mythtv] ringbuffer.cpp

Jonas Arndt jonas.arndt at thearndtfamily.com
Tue Feb 18 19:21:00 UTC 2014


On 02/17/2014 11:03 PM, Jean-Yves Avenard wrote:
> Hi
>
> On Tuesday, February 18, 2014, Jonas Arndt 
> <jonas.arndt at thearndtfamily.com 
> <mailto:jonas.arndt at thearndtfamily.com>> wrote:
>
>
>     On 02/17/2014 10:12 PM, Jean-Yves Avenard wrote:
>
>         Moving to Nfs didn't solve this problem.
>
>         I'm still suffering the exact same problem as what you are seeing.
>
>         Trying to find a way. So far none of them have proven
>         consistent unfortunately
>
>
>     Thanks JY
>
>     Do you have a link to some info on how to make the front-end use a
>     local NFS directory for recordings/livetv? I know that it doesn't
>     fix the problem. I just feel this is good information and perhaps
>     it could make the problem less frequent or something....
>
>     // Jonas
>
>
> Oh, having the frontend mounts via NFS the recording directory; did 
> solve the issue.
>
> I was referring to the backed itself using NFS that didn't solve the 
> issue.
>
> For having the frontend use NFS is very simple. On the blackend add to 
> /etc/exports the path to the recording directory.
>
> On the frontend, create the exact same directory structure as the 
> backend and mount the recording directory there.
>
> Eg: on the backend the recording directory is /data/recordings
>
> Add /data/recordings to /etc/exports
>
> On the frontend:
> mkdir -p /data/recordings
> mount -t nfs backend_ip:/data/recordings /data/recordings
>
>
>
So what's your exports and fstab lines? I am worried I need to set some 
other parameters. Mine are:
exports:
/data1/Recordings 
192.168.1.0/24(rw,async,anonuid=109,anongid=119,no_subtree_check)

fstab:
192.168.1.9:/Recordings /mnt/backend nfs 
nfsvers=3,_netdev,timeo=14,intr   0   0
bindfs#/mnt/backend /data1/Recordings fuse 
_netdev,owner=howard,group=howard,perms=0000:u+rwD:g+rwD:o+rD   0 0

I still get freezes though. With and without the patch. The back-end is 
now quiet but the front-end complains

==============================================================
Feb 18 11:26:16 zbox mythfrontend.real: mythfrontend[7019]: N 
CoreContext mythplayer.cpp:2130 (PrebufferEnoughFrames) Play
er(1): Waited 15810ms for video buffers ADAAAADLAAAdAA
Feb 18 11:26:16 zbox mythfrontend.real: mythfrontend[7019]: I Decoder 
ringbuffer.cpp:1098 (WaitForAvail) RingBuf(/data1/Re
cordings/2773_20140218180046.mpg): Waited 16.0 seconds for data 
#012#011#011#011to become available... 8780 < 32768
Feb 18 11:26:16 zbox mythfrontend.real: mythfrontend[7019]: E Decoder 
ringbuffer.cpp:1105 (WaitForAvail) RingBuf(/data1/Re
cordings/2773_20140218180046.mpg): Waited 16 seconds for data, aborting.
Feb 18 11:26:16 zbox mythfrontend.real: mythfrontend[7019]: N 
CoreContext mythplayer.cpp:2130 (PrebufferEnoughFrames) Player(1): 
Waited 105ms for video buffers LADALAAdAAADAA
Feb 18 11:26:17 zbox mythfrontend.real: mythfrontend[7019]: N 
CoreContext mythplayer.cpp:2130 (PrebufferEnoughFrames) Player(1): 
Waited 208ms for video buffers LADALAAdAAADAA
Feb 18 11:26:17 zbox mythfrontend.real: mythfrontend[7019]: N 
CoreContext mythplayer.cpp:2130 (PrebufferEnoughFrames) Player(1): 
Waited 312ms for video buffers LADALAAdAAADAA
Feb 18 11:26:17 zbox mythfrontend.real: mythfrontend[7019]: N 
CoreContext mythplayer.cpp:2130 (PrebufferEnoughFrames) Player(1): 
Waited 417ms for video buffers LADALAAdAAADAA
Feb 18 11:26:17 zbox mythfrontend.real: mythfrontend[7019]: E Decoder 
avformatdecoder.cpp:4676 (GetFrame) decoding error#012#011#011#011eno: 
Unknown error 541478725 (541478725)
Feb 18 11:27:18  mythfrontend.real: last message repeated 1786 times
Feb 18 11:28:19  mythfrontend.real: last message repeated 1691 times
Feb 18 11:29:20  mythfrontend.real: last message repeated 1692 times
Feb 18 11:30:21  mythfrontend.real: last message repeated 1693 times
=============================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-dev/attachments/20140218/600fe87c/attachment.html>


More information about the mythtv-dev mailing list