NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 7 8 9 10 11 … 34 Next »
Request for supporting Ceton devices on Linux

 
  • 0 Vote(s) - 0 Average
Request for supporting Ceton devices on Linux
dapharsyde
Offline

Junior Member

Posts: 24
Threads: 1
Joined: Dec 2019
#1
2019-12-16, 12:13 AM (This post was last modified: 2019-12-16, 12:16 AM by dapharsyde.)
As requested by @mvallevand, I am opening a new thread to discuss support of Ceton devices on Linux.

I have an InfiniTV ETH6 network tuner device.  It would be incredible if the team could add native support for this device on Linux, and I would be more than happy to assist in the testing.

Let me know how I can help, thanks!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#2
2019-12-16, 12:54 AM (This post was last modified: 2019-12-16, 01:08 AM by mvallevand.)
Thanks this is the first time I am trying this and I am working on theory but it works for SageTV so it should work with with NextPVR. I will do this in stages too

First stage prerequisites.

1. A Schedule direct or xmltv EPG source for the channel number

2. Install OpenDCT https://github.com/enternoescape/opendct The notes are a bit cryptic but I will help you there.

3. Install python3

After that zip and upload your opendct.properties file and I can see if the theory is working for the next step.

I will be assuming and hoping you installed with the deb installer, if you installed manually I need to know where your data files are.

Martin
dapharsyde
Offline

Junior Member

Posts: 24
Threads: 1
Joined: Dec 2019
#3
2019-12-16, 01:24 AM (This post was last modified: 2019-12-16, 01:26 AM by dapharsyde.)
(2019-12-16, 12:54 AM)mvallevand Wrote: Thanks this is the first time I am trying this and I am working on theory but it works for SageTV so it should work with with NextPVR.  I will do this in stages too

First stage prerequisites.

1. A Schedule direct or xmltv EPG source for the channel number

2. Install OpenDCT https://github.com/enternoescape/opendct  The notes are a bit cryptic but I will help you there.

3. Install python3

After that zip and upload your opendct.properties file and I can see if the theory is working for the next step.

I will be assuming and hoping you installed with the deb installer, if you installed manually I need to know where your data files are.

Martin

Ok, I've got a schedulesdirect account that's ready to go.

I've installed OpenDCT, and here is the opendct.properties file.  I see lines like "sagetv.device.-2044032763.device_name=DCT-Ceton InfiniTV Ethernet (00-80-8d-8a) Tuner 1" in it, so that's probably a good sign Smile

I also have python 3 installed.

Lastly, yes, I installed NextPVR on Linux from the most recent .deb installer.

Let me know what's next, thanks!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#4
2019-12-16, 01:29 AM (This post was last modified: 2019-12-16, 01:30 AM by mvallevand.)
That is a really good sign.

Next stage is to try the steps here to make sure they work too.

https://forums.nextpvr.com/showthread.ph...#pid529987

For the start test, lets start with tuner 1

Test with python3 not python though

Martin
dapharsyde
Offline

Junior Member

Posts: 24
Threads: 1
Joined: Dec 2019
#5
2019-12-16, 01:49 AM
(2019-12-16, 01:29 AM)mvallevand Wrote: That is a really good sign.

Next stage is to try the steps here to make sure they work too.

https://forums.nextpvr.com/showthread.ph...#pid529987

For the start test, lets start with tuner 1

Test with python3 not python though

Martin

So far so good.

Running this command:  python3 opendct.py "START" "DCT-Ceton InfiniTV Ethernet (00-80-8d-8a) Tuner 2" 702 /tmp/myfile.mpg

creates the video file as expected (I used Tuner 2 b/c Tuner 1 is busy right now)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#6
2019-12-16, 01:55 AM
Great, when you break that you might have to issue the STOP.

Could you confirm the file is actually a ts file and not an mpg ps file with ffprobe /tmp/myfile.mpg

Martin
dapharsyde
Offline

Junior Member

Posts: 24
Threads: 1
Joined: Dec 2019
#7
2019-12-16, 01:57 AM (This post was last modified: 2019-12-16, 02:00 AM by dapharsyde.)
(2019-12-16, 01:55 AM)mvallevand Wrote: Great,  when you break that you might have to issue the STOP.

Could you confirm the file is actually a ts file and not an mpg ps file  with ffprobe /tmp/myfile.mpg

Martin

Yep, I issued the STOP command after a few minutes, and it worked as expected.

Here is the ffprobe output for the video file created:

Input #0, mpeg, from '/tmp/myfile.mpg':
  Duration: 00:01:58.74, start: 0.500000, bitrate: 13144 kb/s
    Stream #0:0[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
    Stream #0:1[0x81]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
    Stream #0:2[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc

If I name the file with a .ts extension instead of .mpg, here is the output from ffprobe:

Input #0, mpegts, from '/tmp/myfile.ts':
Duration: 00:00:30.49, start: 0.000000, bitrate: 12742 kb/s
Program 1
Metadata:
service_name : Service01
service_provider: FFmpeg
Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #0:1[0x101](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, 5.1(side), fltp, 384 kb/s
Stream #0:2[0x102](spa): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 192 kb/s
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#8
2019-12-16, 02:05 AM (This post was last modified: 2019-12-16, 02:07 AM by mvallevand.)
Ok so that might be mpeg ps so stop opendct and in the opendct.properties change

opendct.consumer.DynamicConsumerImpl
to
opendct.consumer.RawSageTVConsumerImpl

and restart the server and create and test the file again

It is important to stop the server first .

Martin.
dapharsyde
Offline

Junior Member

Posts: 24
Threads: 1
Joined: Dec 2019
#9
2019-12-16, 02:13 AM
(2019-12-16, 02:05 AM)mvallevand Wrote: Ok so that might be mpeg ps  so stop opendct and in the opendct.properties change

opendct.consumer.DynamicConsumerImpl
to
opendct.consumer.RawSageTVConsumerImpl

and restart the server and create and test the file again

It is important to stop the server first .

Martin.

Sorry, I edited my original post - did you see the difference in the ffprobe results when i named it with a .ts extension instead?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#10
2019-12-16, 02:17 AM
No I missed he post but I now see that it is mpegts so that is good. Eventually I suggest trying the other options if your streams are clean from the Ceton, it saves a remux in OpenDCT.

Next step is to capture the PROPERTIES option output to a file and post it here.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (29): 1 2 3 4 5 … 29 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux Command Line To Initiate SchedulesDirect EPG Update LinuxDVR 1 152 2025-04-13, 06:35 PM
Last Post: mvallevand
  Linux install failed -- permission denied? FrogFan 4 391 2025-03-26, 12:39 AM
Last Post: FrogFan
  Is there a 'recommended' version/release of Linux? Bobthegoldfish 1 353 2024-12-24, 12:28 AM
Last Post: mvallevand
  Downgrade on Linux eriberg 3 417 2024-09-04, 08:46 PM
Last Post: mvallevand
  Pi5 / Firefox 128.0 - ctrl key in devices screen does not work TheRealRoland 4 596 2024-08-02, 07:26 PM
Last Post: TheRealRoland
  linux mint 22 bccicone 2 510 2024-08-01, 10:10 PM
Last Post: bccicone
  Client Recommendations on Linux devarionarias 6 1,509 2024-06-18, 04:31 PM
Last Post: devarionarias
  Linux setup - Help a Windows user... prothed 18 2,335 2024-06-03, 11:08 AM
Last Post: Rod Hutchinson
  Install NexPVR backend in Buildroot based Linux Tnix 3 958 2024-03-14, 11:50 AM
Last Post: mvallevand
  Wake after Suspend issue with dvbt devices (LE12 Kodi 21) ShadowMask 41 4,380 2024-02-09, 07:11 AM
Last Post: ShadowMask

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

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

Linear Mode
Threaded Mode