NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 220 221 222 223 224 433 Next »
Support for new transcoding Silicondust HDHomeRun Plus (HDTC-2US)

Support for new transcoding Silicondust HDHomeRun Plus (HDTC-2US)
4jb
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Jan 2014
#1
2014-01-25, 03:09 AM
I know it may still be a bit early, but I have received Silicondust's newest HDHomeRun transcoding device (HDTC-2US).

NextPVR is working with the unit, but it is just in the native MPEG2 (.ts) format.

I was wondering if there were any active plans on updating NextPVR to support the built-in transcoding from the HDHomeRun.


Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,802
Threads: 769
Joined: Nov 2003
#2
2014-01-25, 04:31 AM
Quote:I was wondering if there were any active plans on updating NextPVR to support the built-in transcoding from the HDHomeRun.
Not at this stage. I don't have one of the device, so no easy way to develop/test this new functionality.
dljones8053
Offline

Senior Member

USA
Posts: 267
Threads: 2
Joined: Jul 2006
#3
2014-01-25, 07:12 PM
Hey 4jb

Not sure what you looking for, but review DLNA info about HD Homerun Devices, Watch live TV on DLNA-compatible devices, including: Smart TVs, Tablets (iPads & Android) Smart Phones (iPhones & Andriod), Game Consoles, and Blu-ray Players / Media Players.

Tablets and Phones may require a 3rd party DLNA software as my Nexus 7 does not support DLNA without running a DLNA client software.

With a DLNA supported device you can what TV directly from the HDHomerun Device as I have the HDHomerun Prime and I can watch Live TV without using a 3rd Party transcoding software.

Beware Nextpvr is not aware you are using this device with a DLNA device and if you are using all the tuners Nextpvr recordings will fail as it don't have a free tuner to use, I set my Nextpvr to use tuner 2 first so if I am using tuners 0 and 1 via a DLNA device my recordings will start without any issues.

dj
4jb
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Jan 2014
#4
2014-01-26, 05:34 PM (This post was last modified: 2014-01-26, 05:41 PM by 4jb.)
sub Wrote:Not at this stage. I don't have one of the device, so no easy way to develop/test this new functionality.

Sub, it actually looks pretty straight forward to add support. Have a look at their VLC setup guide here. Basically, it looks like you just need to add the "transcode=" variable to the URL. The variable has six options: mobile, heavy, internet720, internet480, internet360, internet240.

Would it be possible to add an option in the configuration to customize the URL being called and let the user add their own option?

If it helps, I would be happy to test and report my results if you'd like?

dljones8053 Wrote:Hey 4jb

Not sure what you looking for, but review DLNA info about HD Homerun Devices, Watch live TV on DLNA-compatible devices, including: Smart TVs, Tablets (iPads & Android) Smart Phones (iPhones & Andriod), Game Consoles, and Blu-ray Players / Media Players.

Tablets and Phones may require a 3rd party DLNA software as my Nexus 7 does not support DLNA without running a DLNA client software.

With a DLNA supported device you can what TV directly from the HDHomerun Device as I have the HDHomerun Prime and I can watch Live TV without using a 3rd Party transcoding software.

Beware Nextpvr is not aware you are using this device with a DLNA device and if you are using all the tuners Nextpvr recordings will fail as it don't have a free tuner to use, I set my Nextpvr to use tuner 2 first so if I am using tuners 0 and 1 via a DLNA device my recordings will start without any issues.

dj

Dj, the major selling point for these new units is the built-in transcoding using onboard ASIC's. I realize I can watch live TV transcoded using DLNA apps, but I'm looking to have NextPVR record programming using the already transcoded stream from the HDHomeRun Plus unit. This way, I don't have to schedule transcode events for my recordings.

Thanks!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#5
2014-01-26, 06:10 PM
Until NextPVR has support, the Network Recorder plugin should work with those URLs,

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#6
2014-01-26, 07:52 PM
If the OP or others come to wonder how to do this with Network Recorder follow the wiki http://www.nextpvr.com/nwiki/pmwiki.php?...rkRecorder but use this as the NetworkRecorder.xml

Code:
<?xml version="1.0"?>
<Settings>
  <PluginSettings>
    <NetworkRecorder>
      <FriendlyName>Dreambox Recorder</FriendlyName>
      <host>192.168.1.50</host>
      <port>5004</port>
      <h264Mode>1</h264Mode>
      <delay>4000</delay>
      <stream>true</stream>
    </NetworkRecorder>
  </PluginSettings>
</Settings>

Import your Schedules Direct or mcx2xml file and mark the channels you want and note the tuning number you will use below

For NetTarget I'd do it all in a batch file so you can rerun it and you can play around with the transcoding values

Code:
NetTarget -o tuning# -t /auto/v7.1?transcode=heavy
NetTarget -o tuning# -t /auto/v21.1?transcode=mobile

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,802
Threads: 769
Joined: Nov 2003
#7
2014-01-26, 10:24 PM
4jb Wrote:Sub, it actually looks pretty straight forward to add support. Have a look at their VLC setup guide here. Basically, it looks like you just need to add the "transcode=" variable to the URL. The variable has six options: mobile, heavy, internet720, internet480, internet360, internet240.
It's not quite that straight forward because NextPVR doesn't use this http method for talking to the HDHR. For ATSC/QAM HDHomeRun devices, we use BDA. For HDHomeRun Prime, we use udp. ...so no existing URLs to just tack a bit more on.

The IPTV device in the next version of NextPVR could be used to watch these transcoded urls (shown in your post's link), much like Network Recorder that Martin suggests above, but I like setup to be a bit more auto-magical than that.

If you're willing, and you could setup a bit of port forwarding so an external port is forwarded to your HDHR, even if just for an hour or so, I'd be interested to see if I could stream a transcoded channel from your device, and show it here in NZ in NextPVR.
craigrs84
Offline

Member

Posts: 131
Threads: 27
Joined: Jan 2014
#8
2014-01-27, 05:14 AM (This post was last modified: 2014-01-27, 05:20 AM by craigrs84.)
sub Wrote:It's not quite that straight forward because NextPVR doesn't use this http method for talking to the HDHR. For ATSC/QAM HDHomeRun devices, we use BDA. For HDHomeRun Prime, we use udp. ...so no existing URLs to just tack a bit more on.

The IPTV device in the next version of NextPVR could be used to watch these transcoded urls (shown in your post's link), much like Network Recorder that Martin suggests above, but I like setup to be a bit more auto-magical than that.

If you're willing, and you could setup a bit of port forwarding so an external port is forwarded to your HDHR, even if just for an hour or so, I'd be interested to see if I could stream a transcoded channel from your device, and show it here in NZ in NextPVR.

I also have the transcoding HDHR. I set up port forwarding if you want to take a look some time. I'm not sure it's actually going to work well because of bandwidth limitations. I'll leave it up for the next 2-3 days.

Edit: I sent you a private message with the URL. Let me know if you got it. Thanks.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,802
Threads: 769
Joined: Nov 2003
#9
2014-01-27, 05:27 AM
craigrs84 Wrote:I also have the transcoding HDHR. I set up port forwarding if you want to take a look some time. I'm not sure it's actually going to work well because of bandwidth limitations. I'll leave it up for the next 2-3 days.

Edit: I sent you a private message with the URL. Let me know if you got it. Thanks.
Thanks. Got it. Had a quick look, and seen some video working. Very stoppy starty, even with the lowest bitrate internet provide, but still good to see it working.
4jb
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Jan 2014
#10
2014-01-27, 07:17 AM
I have also sent you a PM with my connection details. My firewall doesn't support UPNP, but I believe I have everything you need. Also, I have 10Mbps upstream throughput.

Thanks again!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo How to setup Multidec with HDHomeRun HDHR4-2DT spin35 7 2,590 2021-09-18, 02:12 AM
Last Post: sub
  HDHomerun recording bizzarely not working Jean0987654321 3 2,119 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  State of IPTV support TRW 18 6,146 2020-10-22, 09:58 AM
Last Post: pbelo
  hdhomerun dvb-t channels is not fount by nextpvr Ernoth 1 1,838 2020-03-25, 02:12 PM
Last Post: mvallevand
  NextPVR - Failing with HDHomeRun Quatro guyinco6nito 3 1,950 2020-01-10, 01:10 AM
Last Post: guyinco6nito
  HDHomerun not showing in 4.0 Tompeel 1 1,594 2019-11-18, 05:39 PM
Last Post: Tompeel
  Multiple HDHomeRun devices. biggoronjon 2 1,636 2019-04-17, 12:44 AM
Last Post: BrettB
  nextpvr does not find same channels as hdhomerun purplecat 7 3,014 2019-02-06, 08:46 PM
Last Post: HarryH3
  Replaced HDHomeRun Prime, Now getting "Unable to find available capture device" rosede 1 1,133 2019-01-26, 08:36 PM
Last Post: rosede
  One channel visible in HDHomerun app but not in NextVPR UserX 3 1,568 2019-01-12, 06:43 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode