|
Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#101
|
|||
|
|||
@Nyplayer do you get the issue every now and then where a TVE channel might take a few extra seconds to turn and throw up errors before it finally does?
|
#102
|
|||
|
|||
Yes I try again and it works trying to see if that has anything to do with tuning timing... I am also going to try Raw as opposed to FFMPEG consumer.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#103
|
|||
|
|||
Quote:
Code:
c\:\\FFMPEG\\ffmpeg.exe -i http\://192.168.1.143\:8089/devices/ANY/channels/%c%/hls/master.m3u8? -f mpegts -codec\:v copy -codec\:a copy - Is there a better ffmpeg setup that works? All I need to do is play Sage recordings locally recorded and played through a firestick 4K at the moment. In the future I will be playing them through a remote server to take advantage of a much higher speed download pipe than I am able to get here, and perhaps Xfinity cable TV. Here, I can only record two or at most three streams at a time using Channels and do not have access to cable.
__________________
Server: Intel i5-11400 @4.4GHz 6 cores Windows10 Pro, Sage 9.2.6.976, Comskip Donators Capture: Fubo/TVEverywhere/ChannelsDVR/OpenDCT_0.5.32_x86. Storage: 120gB SSD, 4tB HD on Server Network: gB Lan Playback: FireStick 4K miniclient Tech Level: Hobbyist |
#104
|
|||
|
|||
Quote:
Looks like you have it setup correctly and working ... The limitation I see is your download speed of your internet ... nothing you can do about that you are limited by your download speed as to how many streams you can watch or record.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#105
|
|||
|
|||
I recently switched from windows 10 to a linux for sagetv server. I find linux much more stable and certainly much faster when using android based clients (nvidia shield tv).
My current opendct command looks like this: Quote:
Quote:
Last edited by boukmandutty; 01-08-2022 at 02:30 PM. |
#106
|
|||
|
|||
Quote:
Is this what you used ? https://github.com/OpenSageTV/sagetv-linux/releases i ran this ... everything looks ok. sudo apt install /tmp/sagetv-server_9.2.8_amd64.deb Just need help with OPENDCT ... found doc was easy ... https://github.com/enternoescape/opendct
__________________
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; 01-08-2022 at 03:14 PM. |
#107
|
|||
|
|||
I actually complied it from source then installed the .deb file.
I just checked though, and Stuckless has posted a set of v9.2.8.1 files here. https://github.com/OpenSageTV/sagetv-linux/releases The only thing you would have to do is to get java installed as described in the first post on this page: https://forums.sagetv.com/forums/showthread.php?t=62985 And then install the deb. I sort of deviated from what you see there and went with the defalut openjdk packages. I used openjdk-11: Quote:
Last edited by boukmandutty; 01-08-2022 at 03:27 PM. |
#108
|
|||
|
|||
Just saw your edits. Did you install the opendct 64bit deb?
|
#109
|
|||
|
|||
Quote:
sagetv.device.3421340.streaming_executable=/bin/ffmpeg -i "http\://127.0.0.1\:8089/devices/ANY/channels/%c%/stream.mpg?format\=ts" -c copy -f mpegts - 15:18:25.758 [StreamLogger-552] DEBUG GenericPipeCaptureDevice - err: "http://127.0.0.1:8089/devices/ANY/channels/712/stream.mpg?format=ts": No such file or directory EDIT Figure it out it does not like the quotes qround http blablahbla
__________________
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; 01-08-2022 at 05:40 PM. |
#110
|
|||
|
|||
Quote:
|
#111
|
|||
|
|||
Thanks everything is working now next step is moving everything over my fav. recordings etc... Like you said response is much better.... but now to focus on football.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#112
|
|||
|
|||
Quote:
It seems I will have to configure my mappings from scratch. I tried to move over the Sage.properties file but it appears to impact my ability to install the plugins I was using. A couple of them fail and I think it is for for that reason. I was updating to see if the new version might get the complimentary metadata search to work in linux. It seems to have stopped working since I moved over the linux. Let me know if it works for you. But yeah football... and by that I mean soccer. Premier League returns next week. Let me know if you are able to get fanart for new recordings. Last edited by boukmandutty; 01-08-2022 at 06:50 PM. |
#113
|
|||
|
|||
Quote:
How does one do a simple remux?
__________________
Server: Intel i5-11400 @4.4GHz 6 cores Windows10 Pro, Sage 9.2.6.976, Comskip Donators Capture: Fubo/TVEverywhere/ChannelsDVR/OpenDCT_0.5.32_x86. Storage: 120gB SSD, 4tB HD on Server Network: gB Lan Playback: FireStick 4K miniclient Tech Level: Hobbyist |
#114
|
|||
|
|||
Quote:
K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#115
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#116
|
|||
|
|||
You are able to get posters and banners?
|
#117
|
|||
|
|||
I do not use posters and banners ... I thought you meant IMDB search.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#118
|
|||
|
|||
Figured it out... I was using the native openjdk java on ubuntu. I changed to the oracle version and everything works now. The metadata and fanart downloads, except for the banners. I saw where the problem with the banners has to do with the tvdb API itself.
@nyplayer -- Did you get any leads on the delay that sometimes happens before tuning a tve channel? I am wondering if a pre-tuning command is in order. Last edited by boukmandutty; 01-11-2022 at 02:13 PM. |
#119
|
|||
|
|||
Still work in progress but here is an update compiled version of Xteve for linux. This was being excuted inside the SageTV docker for unraid.
https://drive.google.com/file/d/1sjc...ew?usp=sharing Fix I made if others want to compile for other OS https://github.com/xteve-project/xTeVe/issues/288 Xteve allows channels to be tune via the channel number mapped via Xteve. Xteve allows for multiple stream sources. Then channels are assigned to fixed channel numbers associated to the XMLTV guide data. Make sure in docker you map the port for Xteve and then you should be to tune the streams as follows but I have having trouble still with the audio. Code:
streaming_executable=/bin/ffmpeg -i http\://192.168.10.175\:34400/auto/v%c% -b\:v 6000k -c\:a mp2 -ac 2 -ab 192k -ar 44100 -f mpegts -codec\:a aac - Also here is Bonus I found search on tvheadend forum for stream that ready to be used. https://i.mjh.nz |
#120
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using the OpenDCT Generic HTTP Capture Device | EnterNoEscape | Hardware Support | 46 | 04-08-2022 08:55 AM |
Using the OpenDCT Generic Pipe Capture Device | EnterNoEscape | Hardware Support | 101 | 01-20-2022 12:14 PM |
Generic HDMI capture devices | pjpjpjpj | Hardware Support | 11 | 03-11-2020 07:09 PM |
A pipe dream or possible? | digitalgm | General Discussion | 3 | 09-21-2004 01:18 PM |