[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
Is there an HDHomeRun app by Syabas in the works?
12-07-2010, 02:31 PM
Post: #1
Is there an HDHomeRun app by Syabas in the works?
I'm hoping that someone from Syabas can chime in on this to provide some insight.

I found this thread on the SiliconDust forum which claims that "Popcorn Hour" expressed an interest in adding HDHomeRun support to their product.

Is there an HDHomeRun app in the works for the Apps Market?

I'd love to see something like this happen, especially if it was able to support the new PRIME model. I don't even care about DVR functionality, just being able to control my HDHR and stream live TV from it would make me happy.

C-200 + WD Scorpio Blue 500GB
Seek first to understand, then to be understood.
Visit this user's website Find all posts by this user
12-07-2010, 05:58 PM
Post: #2
RE: Is there an HDHomeRun app by Syabas in the works?
I have a hdhomerun as well.

an app would be cool.

A-400 connected to Onkyo HT-RC160 via hdmi connected to Samsung 55" C650 LCD

C-200 connected to Onkyo 606 via hdmi connected to Samsung 46" 6 Series LCD
Find all posts by this user
12-22-2010, 04:44 AM
Post: #3
RE: Is there an HDHomeRun app by Syabas in the works?
I too would like an HD Homerun AP.

Step by step, every popcorn newness.....

PH-100#448 Forum#75
Early C-200 :heart:But
Look to PH w/std HTML+
[But micro PCs down near $300]

Two most used devices: gas grill and Popcorns!
Cool
Find all posts by this user
12-22-2010, 04:47 AM
Post: #4
RE: Is there an HDHomeRun app by Syabas in the works?
IIRC theres a csi app for the 100 series for it.. I don't recall if anyone ported it for the 200 series
Find all posts by this user
12-22-2010, 04:58 AM
Post: #5
RE: Is there an HDHomeRun app by Syabas in the works?
(12-22-2010 04:47 AM)accident Wrote:  IIRC theres a csi app for the 100 series for it.. I don't recall if anyone ported it for the 200 series

I don't think anyone has ported it to the 200 series players. I wanted to do it, but I realized that I don't know the first thing about cross-compiling. Also, I've never seen the app that was written for the 100 series, so I don't know if it's what I'm looking for. From what I've read, it was geared more towards using the NMT as a DVR. I just want to watch live streams and change the channel.

C-200 + WD Scorpio Blue 500GB
Seek first to understand, then to be understood.
Visit this user's website Find all posts by this user
12-22-2010, 11:14 AM (This post was last modified: 12-22-2010 11:14 AM by dc11ab.)
Post: #6
RE: Is there an HDHomeRun app by Syabas in the works?
I'm such an amateur compiler, so my attempts so far to get a proper cross-compiler for the 200 series hasn't worked out yet. However the native compiling environment was pretty straight forward, even for someone like me Wink

You can use the CSI to install the ipkg and telnet package, if you haven't already. Then telnet to the NMT and do
# ipgk update
# ipkg install gcc

Not sure, but perhaps you need to install some additional packages like `make'.

Source the env variables (PATH, CFLAGS, LDFLAGS etc) and you should be good to go for compiling the hdhomerun lib!

I could give it a try if you point me to the source, but then again, I have no idea what this lib/app then does, if there are other dependencies or things like how to invoke playback to consider once it is compiled.

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
12-23-2010, 03:53 PM (This post was last modified: 12-23-2010 04:14 PM by dc11ab.)
Post: #7
RE: Is there an HDHomeRun app by Syabas in the works?
FWIW, I compiled the libhdhomerun_20100828 for the 200-series. It starts, but that's about all I can test.
Code:
PCH-C200[libhdhomerun]# ./hdhomerun_config --help
Usage:
    hdhomerun_config discover
    hdhomerun_config <id> get help
    hdhomerun_config <id> get <item>
    hdhomerun_config <id> set <item> <value>
    hdhomerun_config <id> scan <tuner> [<filename>]
    hdhomerun_config <id> save <tuner> <filename>
    hdhomerun_config <id> upgrade <filename>

I took a quick look at ajr's CSI package for the 100-series, and it looks out of league for me. Even if I could work it out, I don't even have a HDhomerun to test against.

If you are lucky it's just a matter of replacing the hdhomerun_config file, substitute HARD_DISK to SATA_DISK in paths etc. I wouldn't count on it... but, who dares wins Wink

If anyone is interested in the hdhomerun_config and libhdhomerun.so files for the C200, send me a PM with your email address.

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
12-23-2010, 04:05 PM
Post: #8
RE: Is there an HDHomeRun app by Syabas in the works?
(12-23-2010 03:53 PM)dc11ab Wrote:  FWIW, I compiled the libhdhomerun_20100828 for the 200-series. It starts, but that's about all I can test.
Code:
PCH-C200[libhdhomerun]# ./hdhomerun_config --help
Usage:
    hdhomerun_config discover
    hdhomerun_config <id> get help
    hdhomerun_config <id> get <item>
    hdhomerun_config <id> set <item> <value>
    hdhomerun_config <id> scan <tuner> [<filename>]
    hdhomerun_config <id> save <tuner> <filename>
    hdhomerun_config <id> upgrade <filename>

I took a quick look at ajr's CSI package for the 100-series, and it looks out of league for me. Even if I could work it out, I don't even have a HDhomerun to test against.

If you are lucky it's just a matter of replacing the hdhomerun_config file, substitute HARD_DISK to SATA_DISK in paths etc. I wouldn't count on it... but, who dares wins Wink

If anyone is interested in the hdhomerun_config and libhdhomerun.so files for the C200, send me a PM with our email address.

Wow! Thanks! Can't wait to try it out.

If I remember correctly, XBMC uses that libhdhomerun.so file for its' HDHR integration. I wonder, if I put libhdhomerun.so in the proper place, will I be able to use my existing .STRM files from XBMC to control my HDHR? That would be amazing. I'll report back after I do some testing.

C-200 + WD Scorpio Blue 500GB
Seek first to understand, then to be understood.
Visit this user's website Find all posts by this user
02-26-2011, 06:25 PM
Post: #9
RE: Is there an HDHomeRun app by Syabas in the works?
After playing with a few of the new apps, and the latest NMJ, I am feeling like the C-200 is now staring to live up to its full potential. In the past the PCH was a really nice add on to my system, but was not usually my go-to device. Today has become my primary source for almost all types of entertainment. The only missing piece is a clean way to watch or record over the air TV. An APP Center App that interfaced to the HDHomeRun or some other good quality ATSC receiver would really complete the picture for me. Seems like a logical App for the PCH.

Media tank: C-200
Primary Display: Mitsubishi HC-4000 1080P projector (HDMI)
Secondary display: Sylvania 32 inch LCD LC320SLX (Component)
Audio: Harman Kardon HK AVR 247 (5.1 via Optical and HDMI)

There are only two types of electronics. Experimental and obsolete.
Find all posts by this user
02-26-2011, 11:18 PM
Post: #10
RE: Is there an HDHomeRun app by Syabas in the works?
A while back I caught Steve Young from Syabas in the shoutbox and asked him if they were working with the guys from Silicon Dust on an HDHomeRun app. He said they were not, so any app for this purpose would have to be user created.

I kind of lost interest in this since I changed my setup a bit and no longer have much of a need for such a feature. I never even got around to testing the hdhomerun_config file that dc11ab complied and kindly sent me; I should really do that soon.

C-200 + WD Scorpio Blue 500GB
Seek first to understand, then to be understood.
Visit this user's website Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Internet radio APP with tablet? Snorky 3 455 05-10-2013 05:47 PM
Last Post: Snorky
  RT app bcom 1 313 05-10-2013 01:05 PM
Last Post: bcom
Bug Subtitles in YouTube App noone32 0 278 04-15-2013 07:12 PM
Last Post: noone32
  Youtube APP - No Sound! Mr601 14 2,253 03-09-2013 04:49 PM
Last Post: adam12chi
  Dutch Uitzending gemist app - GemistvoorNMT henkkelder 66 10,319 03-09-2013 12:00 PM
Last Post: schubje
  iplayer app JamesGAFYS 2 438 02-27-2013 02:22 PM
Last Post: JamesGAFYS
  [17 July 2012] TuneIn Radio! App released to Appsmarket for A-300 and C-300 werner 26 21,415 02-10-2013 07:44 PM
Last Post: Repelstale
  [App Request] Wake server from home screen on A400 Stoke192 2 405 02-01-2013 12:17 PM
Last Post: accident
  YouTube app automa59 3 579 12-23-2012 12:58 AM
Last Post: automa59
  c-300 app not connet everestk2 4 462 12-19-2012 03:42 AM
Last Post: developer2

Forum Jump: