XBMC Community Forum
[RELEASED] PlayIt service : Play hosted video url remotely on XBMC - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (/forumdisplay.php?fid=152)
+---- Thread: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC (/showthread.php?tid=118251)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


- FreeFighter - 2012-01-02 19:13

OK, thanks

I know my ip address since i use cyberduck and can get on my aTV2 without problem, but clicking while playing your example gave me network error telling me to check network settings again.

Also tried pinging from terminal seems to work, so it's not my ip address.

Could it be port related? i left both on 8181, usually here it's 8080 from my internet provider


- ajay - 2012-01-02 19:18

FreeFighter Wrote:OK, thanks

I know my ip address since i use cyberduck and can get on my aTV2 without problem, but clicking while playing your example gave me network error telling me to check network settings again.

Also tried pinging from terminal seems to work, so it's not my ip address.

Could it be port related? i left both on 8181, usually here it's 8080 from my internet provider
Have you yet installed PlayIt Service add-on on XBMC? Have you restarted XBMC after installing service? For apple tv2, there is no need to specify IP address, default value = apple-tv2.local will work.


- FreeFighter - 2012-01-02 19:19

Ah, i'll restart the apple tv then.


- FishOil - 2012-01-02 19:35

ztas Wrote:It's a good add-on, I would like to see Chrome support as well. I haven't created any chrome plug-in, but I can help with chrome plug-in.

Working Chrome extension on the first post link. If you made it, thanks.


- samukas - 2012-01-02 19:42

While I still haven't tried this plugin as I am temporarly (hopefully) without Internet at home, let me say right away a huge thank you for this!!!

I can't tell you how many times I've wanted to 'airplay' (not apple-literally) a Youtube video from my laptop to the TV and it seems the day as finally come Big Grin


- FreeFighter - 2012-01-02 19:42

Great, you can add watchseries.eu to the list

Was in stand by before starting PLayit, it stayed in stand by until i clicked on a button on the remote.


- ajay - 2012-01-02 19:43

FishOil Wrote:Working Chrome extension on the first post link. If you made it, thanks.

Chrome extension is available, you can get it from here:
http://code.google.com/p/apple-tv2-xbmc/downloads/list


- chocolateboy - 2012-01-02 21:24

Great idea! I'm currently using a variety of userscripts for this e.g.:

- but I'd prefer a unified solution.

Glancing at the code, it looks like you've spent a fair bit of time (re-)creating scraper plugins for various sites. Have you thought of using the Navi-X scrapers? [1][2] They function like a web service that translates a web page URI into the URI of its streamable media file. It should be possible to extract/repurpose their NIPL interpreter code. [3]

Alternatively, you might be able to build your server as a layer on top of Navi-X or as a standalone app that delegates to it.

[1] http://navix.turner3d.net/proc_list
[2] http://navix.turner3d.net/proc_docs
[3] https://code.google.com/p/navi-x/source/browse/trunk/Navi-X/src/CURLLoader.py


- ajay - 2012-01-03 05:14

chocolateboy Wrote:Glancing at the code, it looks like you've spent a fair bit of time (re-)creating scraper plugins for various sites. Have you thought of using the Navi-X scrapers? [1][2] They function like a web service that translates a web page URI into the URI of its streamable media file. It should be possible to extract/repurpose their NIPL interpreter code. [3]

Alternatively, you might be able to build your server as a layer on top of Navi-X or as a standalone app that delegates to it.
I will check navi-x service.


- ztas - 2012-01-03 06:40

ajay Wrote:Chrome extension is available, you can get it from here:
http://code.google.com/p/apple-tv2-xbmc/downloads/list

Thanks AJ.

Chrome extn is gr8.. it works gr8 on my atv2.

I wish to see config to setup the XBMC IP address.