NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 32 33 34 35 36 … 102 Next »
Ceton Infinitv4, Windows 10

 
  • 0 Vote(s) - 0 Average
Ceton Infinitv4, Windows 10
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#101
2020-02-29, 11:03 PM
If you can figure out how to use Media Server with SageTV I could modify the jar file so that SageTV uses 7818 and NextPVR uses other ports. I don't know how you would figure out how to restrict SageTV to specific tuners though.

Martin
jbhall56
Offline

Junior Member

United States
Posts: 12
Threads: 1
Joined: Feb 2020
#102
2020-03-01, 06:01 PM
Martin:

No joy.  I have everything installed as they install by default, so I do not understand why I get the attached results when running DISCOVERY.

Jeff


Attached Files Thumbnail(s)
   
Jeff Hall
Minneapolis, Minnesota
Windows 10 Pro, MSI Arsenal Z370M Mortar LGA 1151 motherboard, Intel i5 9400 processor, 32GB RAM,
512GB m.2 C drive, 40TB Windows Storage Space, Ceton 6 tuner PCIe, Ceton 4 tuner PCIe
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#103
2020-03-01, 06:11 PM (This post was last modified: 2020-03-01, 06:44 PM by mvallevand.)
When you just run python I assume you get the interpreter and not something else in your path so the only thing I suggest is either

python -v opendct.py DISCOVERY

python -m pdb opendct.py DISCOVERY

then hit n and then continue with enters to see if there is a failing line. I am not expecting anything since python is very good at give error traces.

Martin
jbhall56
Offline

Junior Member

United States
Posts: 12
Threads: 1
Joined: Feb 2020
#104
2020-03-01, 07:12 PM
As much as I would love to continue messing around with this, I just want something that works out of the box.

Thanks for all of your support and diligence, but I'm going to go with v4 and stick with that until Silicon Dust gets their 6 tuner network box out the door which thanks to Covid-19 will probably be NEVER.  Sad
Jeff Hall
Minneapolis, Minnesota
Windows 10 Pro, MSI Arsenal Z370M Mortar LGA 1151 motherboard, Intel i5 9400 processor, 32GB RAM,
512GB m.2 C drive, 40TB Windows Storage Space, Ceton 6 tuner PCIe, Ceton 4 tuner PCIe
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#105
2020-03-01, 07:15 PM
Fine for me, the trouble is absolutely at your end with python and I can't fix that.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#106
2020-03-01, 07:44 PM
(2020-03-01, 07:12 PM)jbhall56 Wrote: As much as I would love to continue messing around with this, I just want something that works out of the box.
Another guy also posted about recently about a utility that makes ceton device appear as an HDHR. That might also do the job for you.
videolog
Offline

Member

Posts: 57
Threads: 0
Joined: Jan 2020
#107
2020-03-01, 11:41 PM
(2020-01-17, 08:30 PM)st0rmcat Wrote: I moved from WMC and jumped into NextPVR very recently.  I have an InfiniTV 6 network tuner and wrote a Windows app that sits in front of the Ceton and emulates an HD HomeRun device, specifically so I could get it to work with NextPVR v5.  It's a quick and dirty app written in Delphi (I know..), but so far it's working for me.  I felt bad just keeping it to myself, so I put it up here in case it might work for someone else:  https://github.com/craigmox/cetonproxy

I don't actually know if it works for a PCI Ceton card.  Do either of you know if its tuners are accessible via the same web interface as the Ethernet tuner?

(2020-03-01, 07:12 PM)jbhall56 Wrote: As much as I would love to continue messing around with this, I just want something that works out of the box.

Thanks for all of your support and diligence, but I'm going to go with v4 and stick with that until Silicon Dust gets their 6 tuner network box out the door which thanks to Covid-19 will probably be NEVER.  Sad
jbhall56,

 The ceton proxy is what sub is referring to. It makes a ceton look like a hdhomerun and it does work. I had a problem with two channels that would not play properly. I believe the problem is with my local comcast signal being a bit weak. I was already using OpenDCT w/ sagetv and I knew the channels worked using OpenDCT, so I gave Martin's method a try, and with his help got it working.

The ceton proxy is easy to use and setup. You might want to give it a try.
videolog
Offline

Member

Posts: 57
Threads: 0
Joined: Jan 2020
#108
2020-03-01, 11:50 PM
(2020-02-29, 11:03 PM)mvallevand Wrote: If you can figure out how to use Media Server with SageTV I could modify the jar file so that SageTV uses 7818 and NextPVR uses other ports.  I don't know how you would figure out how to restrict SageTV to specific tuners though.

Martin
Hi Martin,

Been doing some testing. I can get Sage to work with consumer.ffmpeg.upload_id_enabled set to either true or false if I use the standard jar.

If I use your jar, sage works when set to false, but NPVR does not. If I change it to true NPVR works but sage does not.

I believe that is exactly what you thought would be the case.

Just thought I would share that with you.

Again, thanks for all your help.
Dave
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#109
2020-03-02, 12:38 AM
Yes that is what I thought. Could you set the upload_id to true with the standard jar and do a test from SageTV and send the openct.log. I am pretty sure I can make a small change so that I can create a jar file that will work with both SageTV and NextPVR.

Martin
videolog
Offline

Member

Posts: 57
Threads: 0
Joined: Jan 2020
#110
2020-03-02, 12:30 PM
(2020-03-02, 12:38 AM)mvallevand Wrote: Yes that is what I thought.  Could you set the upload_id to true with the standard jar and do a test from SageTV and send the openct.log.  I am pretty sure I can make a small change so that I can create a jar file that will work with both SageTV and NextPVR.

Martin
Okay, upload_id set to true, standard jar.

Here is the log.

Dave


Attached Files
.zip   opendct.zip (Size: 5.41 KB / Downloads: 2)
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (22): « Previous 1 … 9 10 11 12 13 … 22 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows could not start the NextPVR Service service on Local Computer Error 193:0xc1 Jimmyts100 7 5,891 2025-06-18, 06:26 PM
Last Post: jcole998
  NPVR Windows recordings folder cleanup.... Colincam 21 3,573 2025-04-16, 07:38 PM
Last Post: mvallevand
  Windows 24H2 - Can't install Hauppage Drivers Lao Pan 6 1,668 2025-04-04, 04:49 AM
Last Post: seattlefog
  Freezing/Buffering on Windows 11 (NPVR app only) nextpvrnoob 64 9,233 2025-02-21, 07:52 PM
Last Post: mvallevand
  DVB-T210 August USB Freeview HD TV Stick Windows 10 16brae 6 603 2025-01-17, 03:20 AM
Last Post: jimil
  Windows Client not receiving class messages ElihuRozen 1 374 2024-12-01, 06:55 PM
Last Post: sub
  windows in a vm not showing channels treypop 4 658 2024-09-27, 09:42 PM
Last Post: mvallevand
  What are the hotkeys for the NextPVR client app (Windows 11) NJW1979 2 589 2024-09-23, 10:05 PM
Last Post: NJW1979
  Scheduled Recordings Not Fully Recording on Windows organizevaulter 1 518 2024-08-29, 01:37 AM
Last Post: sub
  NextPVR won't record from Ceton InfinitiTV 6 DavidNYC78 3 688 2024-08-06, 06:11 PM
Last Post: DavidNYC78

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

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

Linear Mode
Threaded Mode