News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Interest in a stand-alone Qt VOMP player with socket control

Started by posde, December 21, 2009, 23:00:19

Previous topic - Next topic

posde

I wonder if it would be of interest for anyone else, to have a Qt based VOMP player, that is controllable via socket interface. I am working for LinuxMCE and the VDR integration atm is jumping through hoops to get some kind of client server architecture going.

VOMP already has it, and I wonder if anyone would be willing to invest some time in this, to get a Qt VOMP Player going that we can control via sockets or similiar means.

Best regards

Peer Oliver Schmidt

stu-e

FYI
With recent developments in the vdr-streamdev plugin,  the XBMC pvr-testing2 branch is showing promise as a possible vdr client.

http://streamdev.vdr-developer.org/snapshots/

http://www.xbmc.org/forum/showthread.php?t=45314&highlight=pvr

svn checkout http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2

I can't comment on the detail of Vomp vs. Streamdev, but Vomp was designed from the start as a VDR thin client.

posde

stu-e,

I don't know the most recent versions, but the older streamdev had the problem that it supported live TV only. The VOMP infrastructure already supports live TV plus recordings. The only thing, that VOMP does not do atm, iirc, is pausing live TV.

muellerph

Hello posde,

I somehow don't really understand your point. QtVomp is already a stand alone player.
What kind of socket control are you interested in? The only thing missing (as you mentioned) is more or less stopping a recording (with which you could have the live pausing feature).

For sure it is completely different to a linuxmce or xbmc or whatever, as the vomp protocol is just a custom protocol, even the video data is encapsulated into a custom protocol.

I'm fine wiht helping here out.