|
SageTV for unRAID/Docker Discussion related to SageTV for unRAID/Docker. Questions, issues, problems, suggestions, etc. relating to SageTV for unRAID/Docker should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
Quote:
appdata/opendct/log/opendct.log should be there to be monitored. These are only true if you didn't alter the paths that are setup in the docker container.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#22
|
|||
|
|||
For some information, I experienced something similar yesterday.
I built a new Unraid box and installed Sage and OpenDCT containers and my HDHR cable card tuner was discovered properly with out of the box network settings. I know it is out of order, but after getting everything running to test moving from my WHSv1 install, I decided to change to a permanent static IP and rename my host from Tower. I also have multiple NICs, but am only connected via one until I pass the others through to VMs. After the network and host changes, Sage would no longer see my cable card tuner through OpenDCT. It could still talk directly to my old OTA HDHR. When looking at the log file, I was also only sending to 0.0.0.0 for discovery, even though it showed my 10.0.0.x/24 interface IP. I did a packet capture on my PC and could see the multicast discovery for Ceton being sent on the LAN but no broadcast for HDHR discovery. I don't have a log from when it initially worked because I didn't need to look at it. Everything just worked. After reading this post, I was able to stop the container, add the line to the conf file to specify a broadcast static address csv of 10.0.0.255, and then restart the container. At that point discovery packets were sent to the local broadcast and all tuners were discovered via OpenDCT. I had deleted the previously discovered tuners from Sage and also removed the encoders from my properties file while troubleshooting. In the end, I'm not sure why a discovery would be sent to a quad 0 IP address in the first place, as I'm not aware of any IPv4 use of 0.0.0.0 that relates to a LAN broadcast. It may work to discover a tuner installed directly to a server running OpenDCT. Otherwise, it should be 255.255.255.255 or a subnet specific broadcast. The default of most network routers these days should be to stop the packet at the L3 interface if you sent an all 255 broadcast. Log before modifying conf file: Code:
INFO | jvm 1 | 2017/02/07 22:34:45.714 | 22:34:45.680 [WrapperSimpleAppMain] INFO NetworkPowerEventManger - Network interfaces which are up and have an IP4 address are: INFO | jvm 1 | 2017/02/07 22:34:45.714 | name:br0 (br0) 10.0.0.111 INFO | jvm 1 | 2017/02/07 22:34:45.714 | 22:34:45.694 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer default set to use opendct.consumer.MediaServerConsumerImpl INFO | jvm 1 | 2017/02/07 22:34:45.714 | 22:34:45.694 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.FFmpegTransSageTVConsumerImpl for [] INFO | jvm 1 | 2017/02/07 22:34:45.714 | 22:34:45.695 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.MediaServerConsumerImpl for [] INFO | jvm 1 | 2017/02/07 22:34:45.714 | 22:34:45.695 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.RawSageTVConsumerImpl for [] INFO | jvm 1 | 2017/02/07 22:34:45.814 | 22:34:45.739 [WrapperSimpleAppMain] INFO UpnpManager - Starting UPnP services... INFO | jvm 1 | 2017/02/07 22:34:45.814 | 22:34:45.758 [WrapperSimpleAppMain] INFO DCTDefaultUpnpServiceConfiguration - Using the interface 'br0' with IP address 10.0.0.111 for UPnP discover y. INFO | jvm 1 | 2017/02/07 22:34:45.814 | 22:34:45.790 [UPnPDiscovery-34] INFO UpnpManager - UPnP discovery thread has started. INFO | jvm 1 | 2017/02/07 22:34:45.914 | 22:34:45.840 [HDHomeRunDiscoverySend-35] INFO HDHomeRunDiscovery - HDHomeRun discovery sender thread started. INFO | jvm 1 | 2017/02/07 22:34:45.915 | 22:34:45.840 [HDHomeRunDiscoveryReceive-35] INFO HDHomeRunDiscovery - HDHomeRun discovery receive thread for /0.0.0.0:65001 broadcast started. INFO | jvm 1 | 2017/02/07 22:34:45.915 | 22:34:45.842 [WrapperSimpleAppMain] INFO NanoHTTPDManager - Starting webserver on port 9091... INFO | jvm 1 | 2017/02/07 22:34:45.915 | 22:34:45.843 [HDHomeRunDiscoverySend-35] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /0.0.0.0:65001... (startup) INFO | jvm 1 | 2017/02/07 22:34:45.915 | 22:34:45.865 [WrapperSimpleAppMain] INFO Main - Running in daemon mode... INFO | jvm 1 | 2017/02/07 22:34:46.115 | 22:34:46.043 [HDHomeRunDiscoverySend-35] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /0.0.0.0:65001... (startup) INFO | jvm 1 | 2017/02/07 22:34:46.315 | 22:34:46.244 [HDHomeRunDiscoverySend-35] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /0.0.0.0:65001... (startup) INFO | jvm 1 | 2017/02/07 22:34:46.516 | 22:34:46.445 [HDHomeRunDiscoverySend-35] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /0.0.0.0:65001... (startup) INFO | jvm 1 | 2017/02/07 22:35:17.854 | 22:35:17.797 [UPnPDiscovery-34] WARN DiscoveryRegistryListener - Before UPnP shutdown, the registry did not contain any devices. Code:
hdhr.ignore_models= hdhr.locking=true hdhr.offline_detection_min_bytes=10528 hdhr.retry_count=2 hdhr.smart_broadcast=true hdhr.static_addresses_csv=10.0.0.255 hdhr.wait_for_offline_detection_s=8 hdhr.wait_for_streaming=15000 Code:
23:19:05.858 [WrapperSimpleAppMain] INFO NetworkPowerEventManger - Network interfaces which are up and have an IP4 address are: name:br0 (br0) 10.0.0.111 23:19:05.872 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer default set to use opendct.consumer.MediaServerConsumerImpl 23:19:05.872 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.FFmpegTransSageTVConsumerImpl for [] 23:19:05.873 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.MediaServerConsumerImpl for [] 23:19:05.873 [DynamicAsyncInit-22] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.RawSageTVConsumerImpl for [] 23:19:05.918 [WrapperSimpleAppMain] INFO UpnpManager - Starting UPnP services... 23:19:05.937 [WrapperSimpleAppMain] INFO DCTDefaultUpnpServiceConfiguration - Using the interface 'br0' with IP address 10.0.0.111 for UPnP discovery. 23:19:05.958 [WrapperSimpleAppMain] DEBUG UpnpManager - Sending a SecureContainer search message for 'schemas-cetoncorp-com' devices... 23:19:05.967 [UPnPDiscovery-34] INFO UpnpManager - UPnP discovery thread has started. 23:19:06.019 [HDHomeRunDiscoverySend-35] INFO HDHomeRunDiscovery - HDHomeRun discovery sender thread started. 23:19:06.020 [HDHomeRunDiscoveryReceive-35] INFO HDHomeRunDiscovery - HDHomeRun discovery receive thread for /0.0.0.0:65001 broadcast started. 23:19:06.022 [WrapperSimpleAppMain] INFO NanoHTTPDManager - Starting webserver on port 9091... 23:19:06.022 [HDHomeRunDiscoverySend-35] INFO HDHomeRunDiscovery - Transmitting HDHomeRun discovery packets to /10.0.0.255:65001... (startup) 23:19:06.029 [HDHomeRunDiscoveryReceive-35] DEBUG HDHomeRunControl - key: '/tuner0/lockkey' value: 'null' lockKey: '0' sendLength: 26 address: 10.0.0.24 23:19:06.033 [HDHomeRunDiscoveryReceive-35] DEBUG HDHomeRunControl - key: '/tuner1/lockkey' value: 'null' lockKey: '0' sendLength: 26 address: 10.0.0.24 23:19:06.035 [HDHomeRunDiscoveryReceive-35] DEBUG HDHomeRunControl - key: '/tuner2/lockkey' value: 'null' lockKey: '0' sendLength: 26 address: 10.0.0.24 23:19:06.037 [HDHomeRunDiscoveryReceive-35] DEBUG HDHomeRunDiscovery - HDHomerun device returned an unknown tag with the length 31. This can be ignored. 23:19:06.038 [HDHomeRunDiscoveryReceive-35] DEBUG HDHomeRunControl - key: '/sys/hwmodel' value: 'null' lockKey: '0' sendLength: 23 address: 10.0.0.24 23:19:06.039 [HDHomeRunDiscoveryReceive-35] INFO HDHomeRunDiscoverer - Discovered a new HDHomeRun device 'HDHomeRun DRI Tuner 1311B773' with 3 tuners. 23:19:06.043 [HDHomeRunDiscoveryReceive-35] DEBUG DeviceLoaderImpl - Advertising new capture device 'DCT-HDHomeRun Prime Tuner 1311B773-0'. Code:
bond0: flags=5443<UP,BROADCAST,RUNNING,PROMISC,MASTER,MULTICAST> mtu 1500 ether d0:50:99:64:38:7d txqueuelen 1000 (Ethernet) RX packets 84437 bytes 108294209 (103.2 MiB) RX errors 0 dropped 30 overruns 0 frame 0 TX packets 37041 bytes 4170922 (3.9 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.0.0.111 netmask 255.255.255.0 broadcast 0.0.0.0 ether d0:50:99:64:38:7d txqueuelen 1000 (Ethernet) RX packets 57411 bytes 105354793 (100.4 MiB) RX errors 0 dropped 110 overruns 0 frame 0 TX packets 36402 bytes 3976795 (3.7 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:ae:2b:c0:81 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether d0:50:99:64:38:7d txqueuelen 1000 (Ethernet) RX packets 84437 bytes 108294209 (103.2 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 37041 bytes 4170922 (3.9 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 20 memory 0xfb300000-fb320000 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.255.255.255 loop txqueuelen 1 (Local Loopback) RX packets 675 bytes 41056 (40.0 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 675 bytes 41056 (40.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255 ether 52:54:00:c0:0e:7b txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 LSPCI shows them all in different IOMMU groups. I did also reassign my interfaces, as ETH0 was originally not my onboard Intel NIC. Code:
IOMMU 18 00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (2) I218-V (rev 05) IOMMU 29 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c) IOMMU 30 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c) |
#23
|
|||
|
|||
I had the same problem with the docker, it was working but I could not find it any where. I uninstalled the docker and reinstalled. I think the first time I tryed to install it I may tried to create the docker when all you have to do is add the path then it appears in the drop down box as an option.
|
#24
|
||||
|
||||
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 |
#25
|
||||
|
||||
Quote:
That may be where I'm going wrong. Container volume: /config Host path: /cache/appdata/openDCT
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. |
#26
|
||||
|
||||
Your best bet to simply not touch the paths. And just use what are default in the template.
/etc/opendct is mapped to /mnt/user/appdata/opendct/etc /var/log/opendct is mapped to /mnt/user/appdata/opendct/log /opt/opendct Is mapped to /mnt/user/appdata/opendct/opt
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#27
|
||||
|
||||
So I'm still having issues trying to install this. I removed the opendct container (and image) from last week. Removed it from Community Applications, and deleted the opendct folder from mnt/user/appdata. I re installed using the standard docker install (not CA), selecting the opendct-docker template, which downloaded, installed and started. I stopped the container, added the line "hdhr.static_addresses_csv=192.168.1.255" and restarted. Once again this line disappeared from the properties file. The profile_example.properties file in the transcode folder is also still being re installed as earlier.
. Might I be pulling the wrong image? Or might it be cached somewhere locally that causes it to re install the same image as earlier? Log files attached. Thanks! Bobby Note: 192.168.1.180 is unraid on my network 192.168.122.1 is a win7 VM that was also running at the time.
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. Last edited by BobbyDing; 02-09-2017 at 12:41 AM. |
#28
|
||||
|
||||
Still no idea what is going on with the networking on your system. With the container in HOST, you should have a docker0: interface (this is the docker control channel) with a 172.17.0.1 address, and a br0: interface (this is the host's interface) with the exact same address as your unRAID server itself. The fact that your docker container is seeing itself as having the same address as a windows VM on your network makes me think that the responses to the broadcast are being sent to the windows vm, which is why the docker container isn't ever receiving them.
What is your unRAID server's IP address? What version of unRAID are your running?
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#29
|
||||
|
||||
unraid 6.2.1. The servers address on the network is 192.168.1.180.
Last night I stopped all the containers and the Win 7 VM and tried it again but didn't see any change. I left everything overnight. This morning I started the opendct container again and it is working! Odct is seeing all my HDHR tuners and Sage is using them so far. Leaving it sit overnight was the key for me. I have no idea why this is. I'm posting today's logs. Perhaps there's a clue in there somewhere. I appreciate all the help with this... Bobby
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. |
#30
|
||||
|
||||
Quote:
EDIT: That did it. Thanks. Not sure why the docker didn't already have paths, but manually adding them worked.
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. Last edited by panteragstk; 02-10-2017 at 12:05 PM. |
#31
|
||||
|
||||
Quote:
Thanks! Bobby
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. |
#32
|
||||
|
||||
So I'm back again and still needing help. I removed (and deleted) all VM & Docker images from unraid, upgraded unraid to 6.3.1. Rebooted. started the array and installed a new docker image file. Installed odct docker first. Same problem as before... Only seeing eth0, which is 192.168.1.180 and no logged responses from the tuners. I don't think it saw docker0 either. Then added the line hdhr.static_addresses_csv=, which brought in all my tuners according to the log file(s). But after odct was stopped, the odct.properties file only shows a dct single tuner from the hdhr prime (I would think it should have listed all 3) and none of the other ota tuners. I then installed the sage docker and it saw all the available tuners. I installed a single dct tuner and a single ota tuner and I am able to use them, then I stopped sage, waited a bit and stopped odct. Still the odct.properties file was not updated beyond the single tuner and though the linups are being created, they are not populating. This may be an unraid network issue or maybe something funky about my hardware, but I don't think the unraid forums would be any help regarding the sage specific dockers. Other dockers like plex, emby, sickrage all worked fine when they were installed and I've always chosen the recommended settings with unraid. Any ideas on things to try would be appreciated.
Logs attached. Including my docker log. Thanks, Bobby Question(s): What might stop the odct.properties file from updating when odct exits? And should simply stopping the container make this happen? Or does this happen some other way? Could it be a security (access) thing? Or that unraid is set to HOST in the networking settings? Thanks. .
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. Last edited by BobbyDing; 02-14-2017 at 10:47 PM. |
#33
|
||||
|
||||
I'm thinking now it's my unraid network settings. It is set for HOST. Should it be set to BRIDGED?
Update: Setting unraid to bridged gave odct br0 instead of eth0, but all else is the same. Odct is seeing all my tuners with the hdhr.static_addresses_csv= line, but not updating the .properties file with what it has found. Is there a way to force odct to update the .properties file say after running for 1 minute instead of waiting for it to exit? Thanks! and sorry for all the posting.
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. Last edited by BobbyDing; 02-15-2017 at 10:21 AM. |
#34
|
||||
|
||||
Open-dct is now working network wise due to the description CSCO_TECH gave above. I set the unraid box back to DHCP for the IP as well as the DNS, removed, then reinstalled crazifuzzy-opendct (to insure a new .properties file) and opendct came up finding my hdhr devices immediately without adding an IP to hdhr.static_addresses_csv=. I'm not sure why the static config in unraid did not work, but the sage docker sees and uses the tuners just fine (though the all tuner descriptions in sage now say tower.home:9000 instead of their IP.
This leaves one issue. opendct.properties is not being updated fully. It gets as far as adding some of my prime tuners, then stops without finishing those tuners and not adding any OTA tuners. opendct.properties never gets past 5K in size. Also, I notice all the linups get created, but not populated. Any ideas what might be causing this? Logs attached. Thanks so much, Bobby
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. Last edited by BobbyDing; 02-28-2017 at 09:26 PM. |
#35
|
|||
|
|||
I got OpenDCT working on my new unRAID server last night, but only after a lot of failures discovering my HDHR. I finally read this thread and added:
Code:
hdhr.static_addresses_csv=255.255.255.255 Thanks again for everyone's help! |
#36
|
||||
|
||||
Quote:
I'm not 100% sure what I should do next. I'm going to see if I can find it's IP address and try the suggestion to add it explicitly and see what happens. Code:
Launching OpenDCT Running OpenDCT Digital Cable Tuner for SageTV... STATUS | wrapper | 2017/03/25 06:53:11.788 | --> Wrapper Started as Console INFO | wrapper | 2017/03/25 06:53:11.990 | Command[0] : /usr/bin/java INFO | wrapper | 2017/03/25 06:53:11.990 | Command[1] : -Dopendct_log_root=/var/log/opendct INFO | wrapper | 2017/03/25 06:53:11.990 | Command[2] : -Dconfig_dir=/etc/opendct/conf INFO | wrapper | 2017/03/25 06:53:11.990 | Command[3] : -Ddaemon_mode=true INFO | wrapper | 2017/03/25 06:53:11.990 | Command[4] : -XX:ErrorFile=/var/log/opendct/hs_err_pid%p.log INFO | wrapper | 2017/03/25 06:53:11.990 | Command[5] : -verbose:gc INFO | wrapper | 2017/03/25 06:53:11.990 | Command[6] : -XX:+UseG1GC INFO | wrapper | 2017/03/25 06:53:11.990 | Command[7] : -Xms128m INFO | wrapper | 2017/03/25 06:53:11.990 | Command[8] : -Xmx768m INFO | wrapper | 2017/03/25 06:53:11.990 | Command[9] : -Djava.library.path=/opt/opendct/jsw/lib:/opt/opendct/lib INFO | wrapper | 2017/03/25 06:53:11.990 | Command[10] : -classpath INFO | wrapper | 2017/03/25 06:53:11.990 | Command[11] : /opt/opendct/jsw/lib/wrapper.jar:/opt/opendct/lib/opendct-0.5.25.jar:/opt/opendct/lib/cling-core-2.1.1.jar:/opt/opendct/lib/log4j-api-2.5.jar:/opt/opendct/lib/log4j-core-2.5.jar:/opt/opendct/lib/jna-4.2.1.jar:/opt/opendct/lib/jna-platform-4.2.1.jar:/opt/opendct/lib/nanohttpd-2.3.0.jar:/opt/opendct/lib/nanohttpd-nanolets-2.3.0.jar:/opt/opendct/lib/gson-2.8.0.jar:/opt/opendct/lib/javacpp-1.1.jar:/opt/opendct/lib/ffmpeg-2.8.1-1.1.jar:/opt/opendct/lib/ffmpeg-2.8.1-1.1-linux-x86_64.jar:/opt/opendct/lib/seamless-util-1.1.1.jar:/opt/opendct/lib/seamless-http-1.1.1.jar:/opt/opendct/lib/seamless-xml-1.1.1.jar INFO | wrapper | 2017/03/25 06:53:11.990 | Command[12] : -Dwrapper.key=9QFmBvNZUL2jJzWA INFO | wrapper | 2017/03/25 06:53:11.990 | Command[13] : -Dwrapper.port=32001 INFO | wrapper | 2017/03/25 06:53:11.990 | Command[14] : -Dwrapper.jvm.port.min=31000 INFO | wrapper | 2017/03/25 06:53:11.990 | Command[15] : -Dwrapper.jvm.port.max=31999 INFO | wrapper | 2017/03/25 06:53:11.990 | Command[16] : -Dwrapper.pid=157 INFO | wrapper | 2017/03/25 06:53:11.990 | Command[17] : -Dwrapper.version=3.2.3 INFO | wrapper | 2017/03/25 06:53:11.990 | Command[18] : -Dwrapper.native_library=wrapper INFO | wrapper | 2017/03/25 06:53:11.990 | Command[19] : -Dwrapper.cpu.timeout=10 INFO | wrapper | 2017/03/25 06:53:11.990 | Command[20] : -Dwrapper.jvmid=1 INFO | wrapper | 2017/03/25 06:53:11.990 | Command[21] : org.tanukisoftware.wrapper.WrapperSimpleApp INFO | wrapper | 2017/03/25 06:53:11.990 | Command[22] : opendct.Main STATUS | wrapper | 2017/03/25 06:53:11.990 | Launching a JVM... INFO | jvm 1 | 2017/03/25 06:53:12.191 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2017/03/25 06:53:12.191 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. INFO | jvm 1 | 2017/03/25 06:53:12.191 | INFO | jvm 1 | 2017/03/25 06:53:12.692 | 06:53:12.614 [WrapperSimpleAppMain] INFO Main - Starting OpenDCT 0.5.25... INFO | jvm 1 | 2017/03/25 06:53:12.692 | 06:53:12.638 [WrapperSimpleAppMain] INFO Config - Current directory is '/opt/opendct' INFO | jvm 1 | 2017/03/25 06:53:12.692 | 06:53:12.683 [WrapperSimpleAppMain] INFO Main - OpenDCT logging to the directory '/var/log/opendct'. INFO | jvm 1 | 2017/03/25 06:53:12.792 | 06:53:12.698 [WrapperSimpleAppMain] INFO UpnpManager - Logging Cling UPnP to '/var/log/opendct/opendct_cling.log'. INFO | jvm 1 | 2017/03/25 06:53:12.792 | [GC pause (G1 Evacuation Pause) (young) 24M->4639K(128M), 0.0158644 secs] INFO | jvm 1 | 2017/03/25 06:53:12.792 | 06:53:12.716 [FFmpegAsyncInit-23] INFO Main - FFmpeg loading... INFO | jvm 1 | 2017/03/25 06:53:12.792 | 06:53:12.717 [WrapperSimpleAppMain] WARN LinuxPowerMessagePump - System power state messages are currently not implemented for Linux. INFO | jvm 1 | 2017/03/25 06:53:13.193 | 06:53:13.125 [FFmpegAsyncInit-23] INFO Main - FFmpeg loaded in 426ms. INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.721 [WrapperSimpleAppMain] INFO NetworkPowerEventManger - Network interfaces which are up and have an IP4 address are: INFO | jvm 1 | 2017/03/25 06:53:17.799 | name:docker0 (docker0) 172.17.0.1 INFO | jvm 1 | 2017/03/25 06:53:17.799 | name:br0 (br0) 192.168.1.10 INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.738 [DynamicAsyncInit-23] INFO DynamicConsumerImpl - Dynamic consumer default set to use opendct.consumer.MediaServerConsumerImpl INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.739 [DynamicAsyncInit-23] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.FFmpegTransSageTVConsumerImpl for [] INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.740 [DynamicAsyncInit-23] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.MediaServerConsumerImpl for [] INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.740 [DynamicAsyncInit-23] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.RawSageTVConsumerImpl for [] INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.748 [WrapperSimpleAppMain] WARN HDHomeRunDiscovery - Broadcast IP address was any local address. Using 255.255.255.255 instead. INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.748 [WrapperSimpleAppMain] WARN HDHomeRunDiscovery - Broadcast IP address was any local address. Using 255.255.255.255 instead. INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.765 [WrapperSimpleAppMain] INFO UpnpManager - Starting UPnP services... INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.779 [WrapperSimpleAppMain] INFO DCTDefaultUpnpServiceConfiguration - Using the interface 'docker0' with IP address 172.17.0.1 for UPnP discovery. INFO | jvm 1 | 2017/03/25 06:53:17.799 | 06:53:17.779 [WrapperSimpleAppMain] INFO DCTDefaultUpnpServiceConfiguration - Using the interface 'br0' with IP address 192.168.1.10 for UPnP discovery. INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.811 [UPnPDiscovery-40] INFO UpnpManager - UPnP discovery thread has started. INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.869 [WrapperSimpleAppMain] ERROR HDHomeRunDiscovery - Unable to use port 64998, using any port available. INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.870 [HDHomeRunDiscoveryReceive-41] INFO HDHomeRunDiscovery - HDHomeRun discovery receive thread for /255.255.255.255:65001 broadcast started. INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.870 [HDHomeRunDiscoverySend-41] INFO HDHomeRunDiscovery - HDHomeRun discovery sender thread started. INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.870 [HDHomeRunDiscoveryReceive-41] INFO HDHomeRunDiscovery - HDHomeRun discovery receive thread for /255.255.255.255:65001 broadcast started. INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.872 [WrapperSimpleAppMain] INFO NanoHTTPDManager - Starting webserver on port 9091... INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.872 [HDHomeRunDiscoverySend-41] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /255.255.255.255:65001... (startup) INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.873 [HDHomeRunDiscoverySend-41] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /255.255.255.255:65001... (startup) INFO | jvm 1 | 2017/03/25 06:53:17.899 | 06:53:17.896 [WrapperSimpleAppMain] INFO Main - Running in daemon mode... INFO | jvm 1 | 2017/03/25 06:53:18.100 | 06:53:18.073 [HDHomeRunDiscoverySend-41] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /255.255.255.255:65001... (startup) INFO | jvm 1 | 2017/03/25 06:53:18.100 | 06:53:18.074 [HDHomeRunDiscoverySend-41] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /255.255.255.255:65001... (startup) INFO | jvm 1 | 2017/03/25 06:53:18.301 | 06:53:18.275 [HDHomeRunDiscoverySend-41] INFO HDHomeRunDiscovery - Broadcasting HDHomeRun discovery packet to /255.255.255.255:65001... (startup)
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#37
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#38
|
||||
|
||||
Quote:
You likely just need to restart SageTV and/or make sure network_encoder_discovery=false is true. This is now the default, but I'm guessing when you set things up it was still disabled by default.
__________________
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 |
#39
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#40
|
|||
|
|||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenDCT not finding HDHomeRun Tunners | NetworkGuy | Hardware Support | 21 | 06-01-2017 10:58 AM |
problem tuning single channel with OpenDCT Docker | matt91 | SageTV for unRAID/Docker | 1 | 01-25-2017 01:58 PM |
OpenDCT and R5000 | checkbin | Hardware Support | 9 | 12-29-2016 12:54 PM |
Broke my OpenDCT? | ThePaladinTech | Hardware Support | 2 | 03-29-2016 03:19 PM |
OpenDCT: Can I use it? | SDeGonge | Hardware Support | 7 | 02-20-2016 10:27 AM |