TV-client for XBMC
#1
Hi,

I was wondering how hard it would be to build a XBMC TV-client that could connect to MediaPortals TV-server?

No fancy functions, just watch TV and change channels. Is it possible at all? Is it doable in a Python-plugin, or would I need to get into the XBMC source?

Can you guys even imagine how neat it would be!? Wink
Reply
#2
http://forum.xbmc.org/tags.php?tag=mediaportal

ALWAYS seatch BEFORE posting Rolleyes ...and the same goes for MediaPortal's own forum Wink
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
junk, the main problem you will face with this at the moment is that XBMC is unable to play the streams from Mediaportals TVServer.. it was working ok under Atlantis, but somewhere between that and Babylon it broke.

There is a trac ticket open for this but I don't know if anything will be done since it's probably something non standard that Mediaportal is doing?

Anyway in answer to your question, you can take a look at 'MP-TV Client' in the Mediaportal forums, thats a small app along with source that connects to the TV server and starts timeshifting etc.
If you add a http listener to that you could command it from Python, alternatively there is also the 'ForTheRecord' plugin for Mediaportal which uses a web interface to expose TV-Server control..
Reply
#4
Gamester17 Wrote:http://forum.xbmc.org/tags.php?tag=mediaportal

ALWAYS seatch BEFORE posting Rolleyes ...and the same goes for MediaPortal's own forum Wink

förlåt Blush

Swifty Wrote:junk, the main problem you will face with this at the moment is that XBMC is unable to play the streams from Mediaportals TVServer.. it was working ok under Atlantis, but somewhere between that and Babylon it broke.

There is a trac ticket open for this but I don't know if anything will be done since it's probably something non standard that Mediaportal is doing?

Anyway in answer to your question, you can take a look at 'MP-TV Client' in the Mediaportal forums, thats a small app along with source that connects to the TV server and starts timeshifting etc.
If you add a http listener to that you could command it from Python, alternatively there is also the 'ForTheRecord' plugin for Mediaportal which uses a web interface to expose TV-Server control..

Thank you for the answer!

Can it play streams generated from VLC? If so I could write a app running on the server with the TV-card that XBMC could send commands to to change channels.
Reply
#5
It can indeed, see here; http://forum.team-mediaportal.com/mp-tv-...oad-36229/
Reply

Logout Mark Read Team Forum Stats Members Help
TV-client for XBMC0