<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Captain Krypto wrote:
<blockquote
 cite="mid8430038e0604100955w2aa5fa9cj2a601c5e909e0938@mail.gmail.com"
 type="cite">Hello all,<br>
  <br>
I had xine successfully working in MythVideo, but now it stopped
working.&nbsp; When I try to launch a movie through MythVideo I get the xine
splash screen and the following output in the mythfrontend log:<br>
  <br>
sh: line 1: &lt;path to avi file&gt;: Permission denied<br>
  <br>
I am using the command "xine -pfhq --no-splash %s" in the set up
section.&nbsp; If I use that same command from the command line, everything
works as expected.&nbsp; (
i.e. xine launches with the arguments and play the video)&nbsp; I've tried
numerous videos and all have the same result.&nbsp; I haven't made any
updates to the system since it was working and I know that the working
setup had survived a few reboots.&nbsp; I am using a PVR-350 for TV out, but
since I can see the xine splash screen, it doesn't look like that
figures into the equation and since I get the same behavior when
launching mythfront from the command line on my desktop.&nbsp; I was hoping
that someone had run into this problems before, or could give me some
pointers to troubleshoot it further.&nbsp; Also, how does mythvideo handle
external video players?&nbsp; It looks like from the error, that xine is
launched through mythvideo via some sort of shell script... is that
correct?&nbsp; Any input it appreciated.
  <br>
  <br>
Thanks,<br>
Dave<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
Sounds like the file is owned by whomever you are logged in as when you
are running from the command line but not the user that mythvideo is
running as and that myth user does not have read permission to the
file.&nbsp; Try "chmod 644 &lt;path to .avi file&gt;" without the quotes.&nbsp;
That should allow any user on the system to view the file.<br>
<br>
W<br>
</body>
</html>