|
General Discussion General discussion about SageTV and related companies, products, and technologies. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
So there's a docker image of fHDHR now and I installed it on my Unraid server. I tried to follow the guide at the beginning, and in the fHDHR web ui I can see channels and play them in VLC. But OpenDCT doesn't seem to like the setup and doesn't offer it up as a tuner to SageTV.
I found this error in the log file regarding the tuning URL: Code:
INFO | jvm 1 | 2021/06/17 17:31:02.971 | Exception in thread "GenericHttpLoader-52" java.lang.IllegalArgumentException: Malformed escape pair at index 65: http://192.168.1.9:5004/api/tuners?method=stream&tuner=0&channel=%c%&origin=plutotv&stream_method=direct INFO | jvm 1 | 2021/06/17 17:31:02.971 | at java.net.URI.create(URI.java:852) INFO | jvm 1 | 2021/06/17 17:31:02.971 | at opendct.tuning.http.GenericHttpDiscoveredDevice.<init>(GenericHttpDiscoveredDevice.java:212) INFO | jvm 1 | 2021/06/17 17:31:02.971 | at opendct.tuning.http.GenericHttpLoader.run(GenericHttpLoader.java:33) INFO | jvm 1 | 2021/06/17 17:31:02.971 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2021/06/17 17:31:02.971 | Caused by: java.net.URISyntaxException: Malformed escape pair at index 65: http://192.168.1.9:5004/api/tuners?method=stream&tuner=0&channel=%c%&origin=plutotv&stream_method=direct
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#22
|
|||
|
|||
Wish there was a way to get M3U streams into SageTV ... I was able to use XTEVE to get Pluto, TVE etc... into Plex and Emby but would prefer Sage. Just recording TV is not enough anymore to keep SageTV alive.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 06-25-2021 at 03:36 PM. |
#23
|
||||
|
||||
Quote:
This is the problem code: https://github.com/enternoescape/ope...vice.java#L212 It's a trivial fix, so I'll fix this within the next week and provide a new release.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#24
|
|||
|
|||
Quote:
Code:
sagetv.device.1721904877.streaming_url=http\://192.168.1.82\:5004/api/tuners?method\=stream&tuner\=0&channel\=%c%&origin\=plutotv&stream_method\=direct --John Last edited by jpwegas; 06-30-2021 at 12:03 PM. |
#25
|
||||
|
||||
Quote:
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#26
|
||||
|
||||
Thanks for looking into this. No hurry but would be nice to be able to use fHDHR.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#27
|
||||
|
||||
This is taking a little longer than I expected as fixing this has some knock on effects with other parts. I unfortunately haven't had a chance to work on this for more than an hour in the past week.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#28
|
|||
|
|||
Any Update?
Any update on applying the "%c%' in the URL" fix to opendct? I am seeing this error too.
|
#29
|
||||
|
||||
I don't think this has been fixed. I'm working around it by running an instance of OpenDCT on a Windows machine, which seems to work okay as noted by others also.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#30
|
|||
|
|||
Quote:
sagetv.device.110742408.streaming_executable=C\:/ffmpeg/bin/ffmpeg.exe -i http\://ChannelsDVR\:8089/devices/ANY/channels/%c%/stream.mpg?format\=ts -c copy -f mpegts -
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#31
|
|||
|
|||
The code that Joseph linked above has a comment above it:
Code:
// This information is used to ensure that the interface that will be used to // communicate with the device will be waited for when resuming from suspend. Wondering if that's why people are seeing different behaviors. Also: Running Java 1.8 in case that is related. --John Last edited by jpwegas; 10-03-2022 at 09:32 PM. Reason: spelling; java version |
#32
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#33
|
||||
|
||||
Quote:
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenDCT for ARM is it possible? | emveepee | Hardware Support | 7 | 11-26-2019 04:54 PM |
OpenDCT and Tuning_Delay | atchoo | SageTV for unRAID/Docker | 3 | 05-12-2018 10:50 AM |
OpenDCT stopping.. | jbuszkie | SageTV for unRAID/Docker | 1 | 07-27-2017 08:32 AM |
OpenDCT and R5000 | checkbin | Hardware Support | 9 | 12-29-2016 12:54 PM |
OpenDCT: Can I use it? | SDeGonge | Hardware Support | 7 | 02-20-2016 10:27 AM |