[mythtv-users] SVN Mythweb problems

Joe Ripley vitaminjoe at gmail.com
Tue Aug 18 16:07:04 UTC 2009


On Sat, Aug 15, 2009 at 7:06 AM, Nasa<nasa01 at comcast.net> wrote:
> Good Day,
>
> I am having 3 issues with mythweb which I was hoping I could get some assistance with.
>
> 1. The Images/Thumbnails for recorded TV shows aren't showing up.  The images do exist, and I did ensure to follow the steps in README which states:
>
> Q: I can't see any thumbnail images of the recordings on my CIFS/SMB share.
> A: There is a bug in the Linux CIFS driver that is triggered by Apache when
>    it uses 'sendfile' to send an image. To work around it, add the following
>    line to your Apache configuration (httpd.conf) file...
>        EnableSendfile Off
>
> Now, I did this after noting the missing images -- do I need to something else to bring the images in?
>
> 2. Flowplayer gives me an error on all recorded videos.
>
> 303: failed to load a resource: unable to load a resource: Error #2124
>
> 3. The Weather screen doesn't download any data...  It shows areas for the different screens but no info is in them.
>
> So, any hints on troubleshooting these would be greatly appreciated.

It sounds some of these problems are file permission related, except
for the MythWeather problem.  Take a look at the following links
regarding that one:

http://svn.mythtv.org/trac/ticket/6757
http://svn.mythtv.org/trac/ticket/6758

Otherwise, you need to make sure of the following:

1) Make sure your 'data' directory is writable by the user that your
web server runs under.

2) Make sure that your PNG thumbnails are getting saved properly to
your recording storage directories.  What are the permissions set to
on the .png images?

3) Make sure that ffmpeg is installed and accessible to your web
server.  It is used to transcode the video on-the-fly to the FLV
format, which is then fed to the flash player.

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-users mailing list