On 12/3/06, <b class="gmail_sendername">Chris Pinkham</b> &lt;<a href="mailto:cpinkham@bc2va.org">cpinkham@bc2va.org</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* On Sun Dec 03, 2006 at 10:29:59AM -0600, Allan Wilson wrote:<br>&gt; &gt;It's trying to open the file remotely, but the pathname indicates that it<br>&gt; &gt;is local.&nbsp;&nbsp;Is there a /mnt/videob/tv/ directory that contains your
<br>&gt; &gt;recordings?&nbsp;&nbsp;What version of MythTV are you running?<br>&gt;<br>&gt; That is the directory on my backend where the recordings are store. I am<br>&gt; using the SVN from&nbsp;&nbsp;Friday and storage groups. I am using nfs but I am am
<br>&gt; only sharing my movies, music, and pictures directories. Should Myth stream<br>&gt; this or do you have to share it with nfs?<br><br>It should be able to stream it since it should be using GetPlaybackURL.<br><br>
Can you edit programs/mythfrontend/playbackbox.cpp and find the<br>PlaybackBox::startPlayer() function and search for the following lines:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (rec-&gt;pathname.left(1) != &quot;/&quot;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rec-&gt;pathname = rec-&gt;GetPlaybackURL(true);
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;previewVideoRingBuf = new RingBuffer(rec-&gt;pathname, false, false, 1);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (!previewVideoRingBuf-&gt;IsOpen())<br><br>Comment out the 'if (rec-&gt;pathname.left(1) != &quot;/&quot;)' line and see if that
<br>fixes the issue.&nbsp;&nbsp;If it doesn't, then can you send me (directly, not via the<br>list) the logs from your frontend and backend when you run the following<br>and can reproduce the error.<br><br>mythfrontend -v file &gt; 
mythfrontend.log 2&gt;&amp;1<br><br>mythbackend -v file,schedule &gt; mythbackend.log 2&gt;&amp;1<br><br>I think should help me see what is going on if the above commented line<br>didn't fix the issue.<br><br>--<br>Chris<br>
_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-user">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-user
</a></blockquote><div><br>I commented out just that line. How do I compile just that program?<br><br>Allan<br>&nbsp;</div><br></div>