News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Videos/Live TV on orbiter?

Started by los93sol, March 06, 2009, 10:40:41 PM

Previous topic - Next topic

los93sol

I don't think it is currently possible, but is there any way to set it up so that I can view my media, be it videos, livetv, etc. from my orbiter devices?  What would need to be done to get this working if it's not already possible, are there plans for it?

Marie.O

It is not possible at the moment. Video can only be played back on a media director. Having said that, there are portable touch computers which can double as Orbiter and Media Director.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

colinjones

Conceptually, if it can play back the media then it is a media director! As possy mentions, there are units out there that can do this. The wireless boot is typically the main issue, but either way you are going to need the grunt of a larger system than simple web pads... its a catch 22, once you distill the question, you are effectively trying to do something without doing something.. if that makes sense!

tschak909

We need a concept of a non-MD video player, much the same as what we do for audio zones for squeezeboxes. This can be done, but some legwork will need to be done to create for example a DLNA media player device.

I believe niz23 wanted to work on this at some point, but life sometimes gets in the way. ;-)

With this said, it is possible to assign a dlna device to a room and be able to send MH Media Play commands to it. But it needs to be written.

There are other aspects, for example, how do you trigger the device? You would have to create a room for the device called portable devices, and split EAs up so that you could map multiple media players into the same room, etc.

This is a place for much experimentation, but first, the DLNA streamer needs to be written, and hooked into Xine Plugin. This device would run on the core, and would be talked to by the individual DLNA player devices.

Any takers?

-Thom


colinjones

Stupid question, but why hooked into the Xine plugin? Wouldn't Media Plugin talk to it to send media, or are you talking about using a xine player device somewhere to stream to the DNLA device?

donpaul

DLNA would kick ass and is definitely needed. I wish I could help! TVs streaming movies from the core without a MD opens a world of possibilities.

tschak909

well, actually there would be a DLNA Plugin entirely separate, which would handle the DLNA devices.

Media Plugin itself has no media playing functionality. It's almost entirely signaling logic and the abstract classes, which are concretized by the various media player plugins. The exception to this is the Generic MediaHandler, which handles all legacy A/V (the np_Foo media types).

-Thom