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)
craigrs84
Offline

Member

Posts: 131
Threads: 27
Joined: Jan 2014
#21
2014-02-01, 10:27 PM
New firmware was recently released so that WMC, EyeTV, and MythTV now support the transcoding features. According to Silicondust this didn't require any modification of WMC, EyeTV, or MythTV.

Was curious if you had an idea of how this was accomplished? Potential possibility for NextPVR? Or are some differences that make it unlikely?
craigrs84
Offline

Member

Posts: 131
Threads: 27
Joined: Jan 2014
#22
2014-03-15, 08:30 PM
sub Wrote:Not at this stage. I don't have one of the device, so no easy way to develop/test this new functionality.

Just curious, has anything changed or is this still the status of HDHR Plus support?

Any plans to support it in future releases? Thanks.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,729
Threads: 767
Joined: Nov 2003
#23
2014-03-15, 08:37 PM
craigrs84 Wrote:Just curious, has anything changed or is this still the status of HDHR Plus support?
No change at this stage. There is something that may help in the next release, but I won't know for sure until it's in the hands of users.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,977
Threads: 956
Joined: May 2006
#24
2014-03-15, 10:15 PM
craigrs84 Wrote:Just curious, has anything changed or is this still the status of HDHR Plus support?

Any plans to support it in future releases? Thanks.

I guess you never had a change to try NetworkRecorder with it?

Martin
craigrs84
Offline

Member

Posts: 131
Threads: 27
Joined: Jan 2014
#25
2014-03-15, 10:27 PM
mvallevand Wrote:I guess you never had a change to try NetworkRecorder with it?

Martin

Sorry Martin I guess I had overlooked your post about the NetworkRecorder plugin.

I'll give it a try. Looks promising.
craigrs84
Offline

Member

Posts: 131
Threads: 27
Joined: Jan 2014
#26
2014-03-15, 11:27 PM
craigrs84 Wrote:Sorry Martin I guess I had overlooked your post about the NetworkRecorder plugin.

I'll give it a try. Looks promising.

I couldn't get it working. Nothing happens when I click the "Scan" button in the SageDCT program.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,977
Threads: 956
Joined: May 2006
#27
2014-03-15, 11:41 PM
craigrs84 Wrote:I couldn't get it working. Nothing happens when I click the "Scan" button in the SageDCT program.

You don't need to use sagedct, that is for dct tuners. I think I posted the steps earlier.

Martin
craigrs84
Offline

Member

Posts: 131
Threads: 27
Joined: Jan 2014
#28
2014-03-16, 08:57 PM
mvallevand Wrote: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

I have the plugin installed and I can see it listed as a new device. I set up the device and imported my XMLTV guide file. So far so good, but I'm not sure how to use it after that point. I tried playing some live TV and I think it's still in MPEG2 format using BDA and not networking streaming.

I don't know exactly what the NetTarget command is for but I copied it to c:\program files (x86)\NPVR and tried running the following command:

Code:
NetTarget -o 23 -t /auto/v7.1?transcode=heavy

23 was the ID # from the channel listing in NEXT PVR which maps to 7.1

The NetTarget command resulted in the following error (Windows 8.1):

Code:
Unhandled Exception: System.BadImageFormatException: Could not load file or asse
mbly 'NUtility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of
its dependencies. This assembly is built by a runtime newer than the currently
loaded runtime and cannot be loaded.
File name: 'NUtility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
   at NetTarget.Program.Main(String[] args)

=== Pre-bind state information ===
LOG: User = mediaserver\Craig
LOG: DisplayName = NUtility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nu
ll
(Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/NPVR/
LOG: Initial PrivatePath = NULL
Calling assembly : NetTarget, Version=1.0.0.0, Culture=neutral, PublicKeyToken=n
ull.
===
LOG: This bind starts in default load context.
LOG: No application configuration file found.
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2
.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partia
l, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NPVR/NUtility
.DLL.
ERR: Failed to complete setup of assembly (hr = 0x8013101b). Probing terminated.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,977
Threads: 956
Joined: May 2006
#29
2014-03-16, 09:31 PM (This post was last modified: 2014-03-16, 09:42 PM by mvallevand.)
Here is the .NET 40 of NetTarget see if that helps.

The # shows in the tuning column of the device Once you get one working hopefully they are seqential and you can edit a batch program to do the rest.

If one doesn't work send the NetTarget.log

Martin
craigrs84
Offline

Member

Posts: 131
Threads: 27
Joined: Jan 2014
#30
2014-03-17, 03:15 AM
mvallevand Wrote:Here is the .NET 40 of NetTarget see if that helps.

The # shows in the tuning column of the device Once you get one working hopefully they are seqential and you can edit a batch program to do the rest.

If one doesn't work send the NetTarget.log

Martin

I think I have it working now; I've only got 2 channels mapped so far, but my initial testing is good.

I have the dual tuners set up and working, and have the XBMC Gotham front end working.

I love it! Thanks. Will let you know if I encounter any issues during the next week or two.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 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,515 2021-09-18, 02:12 AM
Last Post: sub
  HDHomerun recording bizzarely not working Jean0987654321 3 2,043 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  State of IPTV support TRW 18 5,973 2020-10-22, 09:58 AM
Last Post: pbelo
  hdhomerun dvb-t channels is not fount by nextpvr Ernoth 1 1,789 2020-03-25, 02:12 PM
Last Post: mvallevand
  NextPVR - Failing with HDHomeRun Quatro guyinco6nito 3 1,903 2020-01-10, 01:10 AM
Last Post: guyinco6nito
  HDHomerun not showing in 4.0 Tompeel 1 1,566 2019-11-18, 05:39 PM
Last Post: Tompeel
  Multiple HDHomeRun devices. biggoronjon 2 1,588 2019-04-17, 12:44 AM
Last Post: BrettB
  nextpvr does not find same channels as hdhomerun purplecat 7 2,940 2019-02-06, 08:46 PM
Last Post: HarryH3
  Replaced HDHomeRun Prime, Now getting "Unable to find available capture device" rosede 1 1,106 2019-01-26, 08:36 PM
Last Post: rosede
  One channel visible in HDHomerun app but not in NextVPR UserX 3 1,502 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