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
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#101
2020-04-02, 01:54 PM (This post was last modified: 2020-04-02, 01:55 PM by mvallevand.)
Ok I think I know the issue now looking at your opendct log, it isn't bound to localhost. You can ctrl-c to get out of that.

To fix this let's try and run on the same subnet as opendct there is a line in opendct.py

host='localhost'

change that to

host='192.168.2.73"

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#102
2020-04-02, 02:01 PM
Same result but when exiting it produces this

root@livetv:/var/opt/nextpvr/scripts# bash -c "/var/opt/nextpvr/scripts/opendct.sh 2 \"DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 3\" 7824" >/dev/null
START DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 3|7819|2|12345678|stdout|Great
listening
OK

^CExit
Traceback (most recent call last):
File "/var/opt/nextpvr/scripts/opendct.py", line 221, in <module>
main(sys.argv)
File "/var/opt/nextpvr/scripts/opendct.py", line 58, in main
mediaServerThread.join()
File "/usr/lib/python3.6/threading.py", line 1056, in join
self._wait_for_tstate_lock()
File "/usr/lib/python3.6/threading.py", line 1072, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):
KeyboardInterrupt
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#103
2020-04-02, 02:13 PM
You are going to get an error when the stdout dies. Do you get anything about video with this before the error messages?

bash -c "/var/opt/nextpvr/scripts/opendct.sh 2 \"DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 3\" 7824" | ffprobe -i pipe:

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#104
2020-04-02, 02:25 PM
It doesnt die.

root@livetv:/var/opt/nextpvr/scripts# bash -c "/var/opt/nextpvr/scripts/opendct.sh 2 \"DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 3\" 7824" | ffprobe -i pipe:
ffprobe version N-91536-geb94ec3257 Copyright © 2007-2018 the FFmpeg developers
built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
configuration:
libavutil 56. 18.102 / 56. 18.102
libavcodec 58. 22.100 / 58. 22.100
libavformat 58. 17.101 / 58. 17.101
libavdevice 58. 4.101 / 58. 4.101
libavfilter 7. 26.100 / 7. 26.100
libswscale 5. 2.100 / 5. 2.100
libswresample 3. 2.100 / 3. 2.100
START DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 3|7819|2|12345678|stdout|Great
listening
OK
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#105
2020-04-02, 02:30 PM
Maybe it is the wrong IP I don't remember if you ever responded to my request for the output from

python3 /var/opt/nextpvr/scripts/opendct.py DISCOVERY

can I see that now please.

All opendct is running on the same box correct?

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#106
2020-04-02, 02:32 PM (This post was last modified: 2020-04-02, 02:33 PM by run088.)
yes and I went back and changed the ip but still same result

root@livetv:/var/opt/nextpvr/scripts# python3 /var/opt/nextpvr/scripts/opendct.py DISCOVERY
('192.168.2.83', 8271)
b'STN\x04\x01\x00#(\x0f0:0:0:0:0:0:0:0'
9000
Timed out, no more responses
Exit
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#107
2020-04-02, 02:45 PM
Ok it is tougher now do you see anything from another console while it is listening with

netstat -plnt | grep 7824

Does 192.168.2.83 show and if so I need the opendct.log again.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#108
2020-04-02, 02:52 PM
straight to command prompt


Attached Files
.gz   opendct.tar.gz (Size: 473.38 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#109
2020-04-02, 03:07 PM
Ok could you also change the first

server = 'localhost'

to

server = '192.168.2.83'

I am not convinced by log that you have correct jar file. What date does yours show it should be 03/02/2020

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#110
2020-04-02, 03:40 PM
I downloaded it and replaced it and tried again. same result. I was sure I already had but I made sure and did it again
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get Hauppage firmware running on Linux Mint Higgo 9 484 2025-07-09, 07:50 AM
Last Post: Higgo
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 1 116 2025-07-03, 12:12 AM
Last Post: mvallevand
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 0 73 2025-07-03, 12:02 AM
Last Post: Siftingice
  Linux Command Line To Initiate SchedulesDirect EPG Update LinuxDVR 1 392 2025-04-13, 06:35 PM
Last Post: mvallevand
  Linux install failed -- permission denied? FrogFan 4 754 2025-03-26, 12:39 AM
Last Post: FrogFan
  Is there a 'recommended' version/release of Linux? Bobthegoldfish 1 509 2024-12-24, 12:28 AM
Last Post: mvallevand
  Downgrade on Linux eriberg 3 617 2024-09-04, 08:46 PM
Last Post: mvallevand
  Pi5 / Firefox 128.0 - ctrl key in devices screen does not work TheRealRoland 4 829 2024-08-02, 07:26 PM
Last Post: TheRealRoland
  linux mint 22 bccicone 2 684 2024-08-01, 10:10 PM
Last Post: bccicone
  Client Recommendations on Linux devarionarias 6 1,982 2024-06-18, 04:31 PM
Last Post: devarionarias

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

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

Linear Mode
Threaded Mode