R5000-HD Support or Tuner Plugin (1 Viewer)

randell

Portal Member
February 27, 2007
19
6
Ft Worth, Texas
Home Country
United States of America United States of America
Would it be possible to add support for this device, or perhaps the ability to write an interface where a developer could support the device?

http://www.nextcomwireless.com/r5000/home.htm

I have nextcom's sagetv program and I believe the way it works is that it listens on a port and SageTV sends commands to tune to a channel and provides a file name that it should record to. SageTV then reads this file directly. (I don't think the program is streamed back, I'm attempting to verify with NextCom is that's the case).

Assuming that's correct, I think expanding the TVServers plugin ability the support Generic or Virtual TVCards where a developer could create a card that sends the commands to the NextCom server to change channels and record to file X and then the virtual tvcard would read and stream file x back would be outstanding.

Edit:

I found out SageTV communicates with the R5000 control program via telnet:

To start a recording send:
START source|channel|duration|filename|quality
"source", "duration" & "quality" are don't care but send place-holders, e.g.
source = "Dish211-100666E"
duration ="123456578"
quality="Best"

To stop the recording:
STOP

Other commands:
NOOP -this is like a ping
GET_SIZE & GET_FILE_SIZE -requests the filesize, but you could do easily enough from client side
SWITCH channel|filename -channel change, like when surfing. I don't think its used ever

Server returns "OK\r\n" for all commands unless they request return data.
 

waldo22

New Member
March 14, 2008
3
0
Home Country
United States of America United States of America
Any progress

randell,

Have you made any progress on this issue?

I'm using XBMC as my frontend throughout the house, and someone is now working on a script to control the TV stations for live streaming (and hopefully pausing, rewinding Live TV, scheduling recordings, etc. in the future).

https://forum.team-mediaportal.com/general-talk-233/xbmc-python-script-36590/

So support for the r5000 as a "tuner" would complete the circle of things I need in order to stream/pause/rewind/schedule live, unmolested HD TV to my XBMC (once they finish the Linux port, but it's coming along fast....)

:)

Did you figure anything else out?

There is a SageTV plugin already, but I don't know how good that is, and I think they're adding the r5000 support to MythTV as well, but I don't think I'm up for setting up a Linux MythTV solution at this point.

-Wes
 

waldo22

New Member
March 14, 2008
3
0
Home Country
United States of America United States of America
bump...

Anyone else care about support for Nextcomwireless R5000 HD as a tuner?

-Wes
 

Users who are viewing this thread

Top Bottom