play on xbmc (from browser) ??
#1
Hi
Just wondering if anyone knows how to get content (video/audio streams) to play on the XBMC, by sending them directly from a browser.

I am particularly interested in sending youtube's mp4 streams to play directly on xbmc, while browsing youtube from a computer. There used to be a quite elegant bookmarklet and a firefox plugin solution available... but they are now all broken.

Any suggestions on how to achieve this? Pointers to reference so I can code something would be cool too.
feedbleed.com - Saving music... one download at a time.
mmmmail.com - Disposable Email to RSS service.
Reply
#2
You can use httpapi, jsonrpc or eventserver to start playback. Any of the above would probably be usable from a plugin but I'm guessing jsonrpc might fit best with browser plugins. Wikipedia should have somewhat good documentations how to get it going on any of the subsystems.

Cheers,
Tobias
If you have problems please read this before posting

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.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#3
Should be a fairly easy job using the http api and this existing Greasemonkey script:

http://www.openjs.com/scripts/greasemonk...be_videos/

There used to be a firefox plugin for this, but this was when webvideo was still a lot simpler (before Flash took hold).

MB
Reply

Logout Mark Read Team Forum Stats Members Help
play on xbmc (from browser) ??0