Open GoogleCodeExporter opened 9 years ago
I've tried using myth:// as the source on an IPad and it didn't seem to work.
Haven't tried smb:// though (don't really use samba for anything)
Original comment by semir.pa...@gmail.com
on 5 Mar 2011 at 7:32
Ok, I've made some IPad/ATV updates on trunk so that recordings are streamed
directly from the backend instead of required a mounted filesystem.
Once you launch MythBox, make sure this setting is enabled:
MythBox > Settings > MythTV > Enable Streaming
Please give it a try (make sure debug is on in both XBMC and MythBox) and post
your resulting xbmc.log
Original comment by semir.pa...@gmail.com
on 27 Mar 2011 at 1:45
Doesn't work for me. mythbox starts up properly, and I can see information in
the tv guide, the upcoming recordings, however playing a file gives an error.
Strangely enough, when I try and test the settings, I also get an error.
I posted the same information on forum.xbmc.org
Really looking forward to getting this figured out!
Original comment by hpl...@gmail.com
on 4 Apr 2011 at 2:04
Attachments:
I wasn't able to get it to work either, but it appears to be an issue with the
mythtv protocol determination method. The myth backend sees a mismatch with
xmbc ie. it sees protocol version 8 rather than the one that its running.
I think this is a problem with the myth library in XBMC, not mythbox. This is
also why I can't get myth:// to work on the ATV2.
Original comment by stephen....@gmail.com
on 4 Apr 2011 at 2:58
Ok, two things that I have noticed. First in player.py the url built for the
recording is incorrect as line 181 should be "self.settings.get('mysql_user'),"
not "self.settings.get('mysql_database'),". This seems to exist in the code
prior to the change to support streaming.
Second, on my KnoppMyth backend, the recordings are stored in a directory named
"tv", not "recordings". Maybe the directory should also be a setting, rather
than being hard-coded.
Even with these corrected, I haven't been able to get the files to play...
Original comment by triguy.s...@gmail.com
on 7 Apr 2011 at 2:55
It would be great if mythbox could just somehow mount the mythtv recordings via
smb. I used myth2xmbc python scripts on my old xbox, and that approach worked
flawlessly.
The myth:// protocol doesn't work for me, the audio stutters.
I'm really hoping and crossing my fingers that we get this solved as the atv2
upgrade hasn't gone over well without mythtv commercial skip functionality
I think the xbmc2mythv code lives somewhere on google code. I don't think it is
maintained anymore, but could be a reference point for this issue
Original comment by hpl...@gmail.com
on 7 Apr 2011 at 2:57
Original issue reported on code.google.com by
stephen....@gmail.com
on 3 Mar 2011 at 12:01