|
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 |
#261
|
||||
|
||||
Quote:
Comskip binaries are installed in /mnt/user/appdata/sagetv/comskip and on Startup, the container will configure comskip (if the comskip variable is set to Y). This includes setting paths, etc. In all my testing this just works, but I'm wondering if there is something going on with your media files, or if you've reconfigured comskip after the container is started.
__________________
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 |
#262
|
||||
|
||||
Quote:
"There was an error setting the plugin configuration value of" java.lang.NullPointerException" Quote:
Though I wonder if it might be related to me still running unRAID 6.1. |
#263
|
|||
|
|||
Help installing
New to unraid but I haven't had much trouble installing other dockers. I can't get the SageTV one to install though. If I try to add the repository it just never gives me the option to select SageTV from the template drop down and if I use the Community Applications plugin on unRaid, when hitting "Create" after it fills in the container information, nothing happens.
Am I missing something? |
#264
|
||||
|
||||
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 |
#265
|
|||
|
|||
Quote:
|
#266
|
|||
|
|||
Quote:
on the Dockers tab in unRAID: https://github.com/stuckless/sagetv-...uckless-sagetv
__________________
Server: SageTV v9 on unRAID Docker; i5-2400; 16GB RAM; 9TB storage array; SiliconDust HDHR3 Client: Windows10; Intel Core2Duo; 4GB RAM; NVIDIA GeForce GT 1030 Client: NVIDIA ShieldTV Client: Fire TV Stick 4K |
#267
|
|||
|
|||
I believe I have determined the cause of my problems with video conversion. ffmpeg requires the libfaad2 library. On my regular Ubuntu test vm I was able to install the package and ffmpeg was then able to do a conversion. This library should be included in the Docker image. I'm unsure if there are other libraries that also need to be included. Libfaad2 is the only one that was preventing my conversions from running.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#268
|
||||
|
||||
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 |
#269
|
||||
|
||||
Quote:
https://github.com/stuckless/sagetv-...Dockerfile#L21 Code:
RUN set -x \ && apt-get update \ && apt-get install -y wget curl libfaad2 net-tools file \ less vim software-properties-common unzip cifs-utils
__________________
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 |
#270
|
|||
|
|||
Quote:
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#271
|
|||
|
|||
Quote:
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#272
|
|||
|
|||
Here are the transcode portions of my log.
Code:
Wed 8/24 10:42:48.896 [XcodeStderrConsumer@46228101] FFmpeg version git-e035fbb, Copyright (c) 2000-2010 the FFmpeg developers Wed 8/24 10:42:48.898 [XcodeStderrConsumer@46228101] built on Jun 23 2016 16:11:18 with gcc 4.8.4 Wed 8/24 10:42:48.898 [XcodeStderrConsumer@46228101] configuration: --disable-ffserver --disable-ffplay --enable-gpl --enable-pthreads --enable-nonfree --enable-libfaac --enable-libx264 --enable-libxvid --disable-devices --disable-bzlib --disable-demuxer=msnwc_tcp --enable-libfaad --extra-cflags='-I. -I/build/sagetv/third_party/codecs/faad2/include -I/build/sagetv/third_party/codecs/faac/include -I/build/sagetv/third_party/codecs/x264 -I/build/sagetv/third_party/codecs/xvidcore/src' --extra-ldflags='-L/build/sagetv/third_party/codecs/faac/libfaac/.libs -L/build/sagetv/third_party/codecs/faad2/libfaad/.libs -L/build/sagetv/third_party/codecs/x264 -L/build/sagetv/third_party/codecs/xvidcore/build/generic/=build' Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavutil 50.22. 0 / 50.22. 0 Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavcodec 52.83. 0 / 52.83. 0 Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavformat 52.73. 0 / 52.73. 0 Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavdevice 52. 2. 0 / 52. 2. 0 Wed 8/24 10:42:48.901 [XcodeStderrConsumer@46228101] libavfilter 1.22. 0 / 1.22. 0 Wed 8/24 10:42:48.901 [XcodeStderrConsumer@46228101] libswscale 0.11. 0 / 0.11. 0 Wed 8/24 10:42:48.907 [XcodeStderrConsumer@46228101] [NULL @ 0x13114c0] Probed with size=2048 and score=52 Wed 8/24 10:42:49.050 [XcodeStderrConsumer@46228101] [mpeg @ 0x13114c0] Probe buffer size limit 5000000 reached Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Input #0, mpeg, from '/mnt/disks/192.168.22.100_video2/2020-22882623-0.mpg': Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Duration: 00:58:56.89, start: 1.352122, bitrate: 15372 kb/s Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Stream #0.0[0x80], 81, 1/90000: Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Stream #0.1[0x81], 80, 1/90000: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Wed 8/24 10:42:49.056 [XcodeStderrConsumer@46228101] Stream #0.2[0x1e0], 77, 1/90000: Video: mpeg2video, yuv420p, 1920x1080, 1001/60000, AR: 16:9, interlaced, 24000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Wed 8/24 10:42:49.086 [XcodeStderrConsumer@46228101] [libx264 @ 0x1313fe0] using mv_range_thread = 72 Wed 8/24 10:42:49.087 [XcodeStderrConsumer@46228101] [libx264 @ 0x1313fe0] using SAR=1/1 Wed 8/24 10:42:49.087 [XcodeStderrConsumer@46228101] FFMPEG has crashed with signal 11 !!!
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#273
|
||||
|
||||
I wonder if it's a network filesystem issue when transcoding. I notice your file appears to be on a network share.
__________________
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 |
#274
|
|||
|
|||
Yes, it is. I hadn't thought about that. I'll try copying something to the local filesystem and attempt to convert it again.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#275
|
|||
|
|||
I moved the file to the local file system and got the same error.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#276
|
||||
|
||||
I looked around and it doesn't seem that this has been answered, but how do I get HTTP tuning for my directv boxes to work with the docker?
I found this thread but am unsure if it will work using the docker. I don't see a "common" folder in the sage directory on my server to place my existing files in so I'm assuming that is a windows only folder. Any ideas?
__________________
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. |
#277
|
||||
|
||||
Quote:
__________________
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 |
#278
|
||||
|
||||
Quote:
__________________
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. |
#279
|
|||
|
|||
Quote:
Quote:
But I don't think I have yet seen any issues on my small (6 disk) unRAID box, so maybe you're right and it really doesn't matter. I'm just trying to figure out how I want to lay it all out. I guess I'll just need to do some experimenting...
__________________
Server: SageTV v9 on unRAID Docker; i5-2400; 16GB RAM; 9TB storage array; SiliconDust HDHR3 Client: Windows10; Intel Core2Duo; 4GB RAM; NVIDIA GeForce GT 1030 Client: NVIDIA ShieldTV Client: Fire TV Stick 4K |
#280
|
|||
|
|||
Woohoo! After a week of waiting the place from which I ordered my parity drive finally decided to ship it. Should be waiting for me when I get home. I'll install it tonight and start progressively moving my recordings over drive by drive. Should be finished in 3 days. Or one if I decide to take a day off to do it. But I think I might just stick with the progressive approach.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV on Unraid server | JonL | SageTV Linux | 11 | 10-27-2019 02:48 PM |
Docker Image for unRaid | ChaOConnor | SageTV Linux | 73 | 05-28-2017 11:57 AM |
Interactive Docker Container for building SageTV (Linux) | stuckless | SageTV Github Development | 4 | 09-04-2016 03:14 PM |
Another esxi unraid thread - questions | jdc | Hardware Support | 16 | 11-14-2012 12:08 PM |
New Server - SageTV+unRAID under ESXi 4.1 | stanger89 | Hardware Support | 211 | 01-07-2012 10:38 PM |