LinHES Forums
http://forums.linhes.org/

Brainstorm: Options to watch internet TV / Netflix on Myth
http://forums.linhes.org/viewtopic.php?f=11&t=19393
Page 5 of 6

Author:  bigbro [ Sun Jan 25, 2009 9:19 pm ]
Post subject: 

That seems to work well on the missing episodes. Need to spend more time looking around in there.

I followed the instructions on the Knoppmythwiki for the Cron_hulu_grabber.sh
That allows the Cron to update the listings every morning when the cron.daily runs.

I find that after that cycle opening this in the morning first run takes a little over a minute then every other time it is very quick.

hth.

Author:  Too Many Secrets [ Wed Jan 28, 2009 11:47 pm ]
Post subject: 

OK the WAF is real strong with this one. Vodka has been working real nice and we seem to be watching it all the time.

Only bugs I'm currently seeing is the hulu stream seems to die after an hour or so, so no movies.

Some hulu stuff refuses to stream.

And I have a request to get Vodka running on SFE.

I wonder if Cecil is going to add Vodka to the next KM out of the box?

Author:  cecil [ Thu Jan 29, 2009 12:58 am ]
Post subject: 

Too Many Secrets wrote:
I wonder if Cecil is going to add Vodka to the next KM out of the box?
Yes. I'll hopefully get to this tomorrow. If not, barring any issues it should be done by the weekend.

Author:  marc.aronson [ Thu Jan 29, 2009 1:55 am ]
Post subject: 

Too Many Secrets wrote:
Some hulu stuff refuses to stream.

Fix for this issue is in the wiki-- download and install mythvodka_0.7_for_km55_v8.tgz from the attachments.

Author:  L0o0ky [ Thu Jan 29, 2009 4:02 pm ]
Post subject: 

marc.aronson wrote:
Too Many Secrets wrote:
Some hulu stuff refuses to stream.

Fix for this issue is in the wiki-- download and install mythvodka_0.7_for_km55_v8.tgz from the attachments.


Ok, I downloaded and updated to the newer version--not that it seemed to help with my current issue.

Here's the problem. If I use Mythvodka when the frontend is launched/owned by mythtv, I get the error about "sorry old chap..."

On the other hand if I drop to the desktop, and launch the frontend as root, everything works just fine (aside from the remote not controlling anything anymore...).

Any suggestions where I should start poking since it sounds like a permissions issue?

Author:  marc.aronson [ Thu Jan 29, 2009 11:37 pm ]
Post subject: 

L0o0ky wrote:
marc.aronson wrote:
Too Many Secrets wrote:
Some hulu stuff refuses to stream.

Fix for this issue is in the wiki-- download and install mythvodka_0.7_for_km55_v8.tgz from the attachments.


Ok, I downloaded and updated to the newer version--not that it seemed to help with my current issue.

Here's the problem. If I use Mythvodka when the frontend is launched/owned by mythtv, I get the error about "sorry old chap..."

On the other hand if I drop to the desktop, and launch the frontend as root, everything works just fine (aside from the remote not controlling anything anymore...).

Any suggestions where I should start poking since it sounds like a permissions issue?


You're having a different problem and there are many possible explanations -- anything from a permission issue to improper installation of a component. Some things to try:

1. chmod a+rwx /var/tmp

2. Check /var/tmp to be sure that all files that mythvodka plays with are readable/writable by mythtv.

3. The the mythtv frontend logs for error messages OR run the myth frontend from an xterm window. Once the error occurs exit the frontend and see if there are any useful diagnostic messages in the xterm window.

Author:  L0o0ky [ Fri Jan 30, 2009 2:52 am ]
Post subject: 

marc.aronson wrote:
L0o0ky wrote:
marc.aronson wrote:
Too Many Secrets wrote:
Some hulu stuff refuses to stream.

Fix for this issue is in the wiki-- download and install mythvodka_0.7_for_km55_v8.tgz from the attachments.


Ok, I downloaded and updated to the newer version--not that it seemed to help with my current issue.

Here's the problem. If I use Mythvodka when the frontend is launched/owned by mythtv, I get the error about "sorry old chap..."

On the other hand if I drop to the desktop, and launch the frontend as root, everything works just fine (aside from the remote not controlling anything anymore...).

Any suggestions where I should start poking since it sounds like a permissions issue?


You're having a different problem and there are many possible explanations -- anything from a permission issue to improper installation of a component. Some things to try:

1. chmod a+rwx /var/tmp

2. Check /var/tmp to be sure that all files that mythvodka plays with are readable/writable by mythtv.

3. The the mythtv frontend logs for error messages OR run the myth frontend from an xterm window. Once the error occurs exit the frontend and see if there are any useful diagnostic messages in the xterm window.


Ok, I have had a breakthrough (just in case anyone comes across this):
1 & 2)The /var/tmp dir's permissions were good--rwx all around.

3)There weren't any error messages showing up in the logs at least not with anything related...

3a) on a lark, I ran (from the xterm window launch of mythfrontend)
/usr/local/bin/hulu http://www.hulu.com/watch/49352 /var/tmp/iplayerdump.partial.mov
As root, it worked just fine--but not as mythtv. It popped up a message about not being able to write to /var/log/mythtv/hulu_quality.log. One quick chmod later and I'm watching streaming video--it's better quality than what I get off of the cable. :)

Thanks for the tips and I hope this info comes in handy.

Author:  cecil [ Sun Feb 01, 2009 9:33 pm ]
Post subject: 

If this is a permissions issues, can /myth/tmp be used? The origina idea behind /myth/tmp was for use when ripping DVDs, but there is no reason it cannot be use for other things. Creating something like /myth/tmp/vodka would be my suggestion for this instead of messing w/ /var/tmp. In addtion, /myth should have plenty of space.

Author:  marc.aronson [ Sun Feb 01, 2009 11:06 pm ]
Post subject: 

cecil wrote:
If this is a permissions issues, can /myth/tmp be used? The origina idea behind /myth/tmp was for use when ripping DVDs, but there is no reason it cannot be use for other things. Creating something like /myth/tmp/vodka would be my suggestion for this instead of messing w/ /var/tmp. In addtion, /myth should have plenty of space.

My recollection is that /var/tmp already had usable permissions, but so did /var/log/mythtv, which is the directory looky had the permission issue with. I guess I'm surprise there was a permission issue on /var/log/mythtv -- doesn't the permissions have to be set so that the mythfrontend can write its log file there?

Author:  L0o0ky [ Mon Feb 02, 2009 5:53 pm ]
Post subject: 

marc.aronson wrote:
cecil wrote:
If this is a permissions issues, can /myth/tmp be used? The origina idea behind /myth/tmp was for use when ripping DVDs, but there is no reason it cannot be use for other things. Creating something like /myth/tmp/vodka would be my suggestion for this instead of messing w/ /var/tmp. In addtion, /myth should have plenty of space.

My recollection is that /var/tmp already had usable permissions, but so did /var/log/mythtv, which is the directory looky had the permission issue with. I guess I'm surprise there was a permission issue on /var/log/mythtv -- doesn't the permissions have to be set so that the mythfrontend can write its log file there?


The permissions were incorrect for the single file--everything else was correct. I'm not sure why the permissions were incorrect, but it is possible that the file was created by the root account rather than the mythtv account--hence the permission problems. I was working remotely at the time and it is quite possible that it was something I did. Unless we see a lot of people complaining about the same problems, I'd chalk it up to a screwup on my part.

I would prefer of course to store the temp files and logs in the somewhere in the /myth partition due to my partition setup, but that's only cause my / partition is much smaller than my /myth etc...

Author:  Too Many Secrets [ Thu Feb 12, 2009 8:30 pm ]
Post subject: 

Just noticed a problem with xine... it's missing. I don't want to derail this thread, but would the install of mythvodka have anything to do with xine? anyone else have problems or just me?

Author:  jimdoc [ Sun Feb 15, 2009 9:10 pm ]
Post subject: 

Has anyone found a fix for the issue of mismatched shows?
Such as The Daily Show/Colbert Report mixup.

Author:  Too Many Secrets [ Sun Feb 15, 2009 10:20 pm ]
Post subject: 

jimdoc wrote:
Has anyone found a fix for the issue of mismatched shows?
Such as The Daily Show/Colbert Report mixup.


Yes there is a fix in the hulu script that pulls a longer/complete show title. Might look above this page or previous, or check wiki.

Author:  marc.aronson [ Sun Feb 15, 2009 10:34 pm ]
Post subject: 

I'm pretty sure the latest tar file attached to the wiki page has all the fixes.

Author:  marc.aronson [ Thu Feb 19, 2009 1:27 am ]
Post subject: 

Looks like hulu has cut off the interface used by mythvodka

http://ubuntuforums.org/showpost.php?p= ... tcount=271

http://ubuntuforums.org/showpost.php?p= ... tcount=272

Marc

Page 5 of 6 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/