|
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 |
#121
|
|||
|
|||
Like I said work in progress.....I will write up full walkthough once I get everthing working.
Here is brief howto Copy the file I linked above In your docker open port you are going use. Default is 34400 Run as follows xteve -config [XTEVE_FOLDER] -port [PORT] xteve setup http://[IP]:[PORT]/web xteve tunning by channel http://[IP]:[PORT]/v[CHANNEL] xteve XMLTV FILE [XTEVE_FOLDER]/data |
#122
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#123
|
|||
|
|||
Quote:
|
#124
|
|||
|
|||
Quote:
https://forums.sagetv.com/forums/showthread.php?t=66899 |
#125
|
|||
|
|||
So I have been testing some IPTV channels in SageTV with XTEVE. As everyone knows IPTV stream can really be unstable. After many trial and errors and researching other projects that use ffmpeg I found some some good result by using the following below. I can tune almost all streams and having them somewhat stable in SageTV. Almost all new channels work with no problems
Testing was done with Linux Docker with SageTVTranscoder Plugin installed on the client. Code:
sagetv.device.<unique_id>.consumer=opendct.consumer.RawSageTVConsumerImpl sagetv.<unique_id>.fast_network_encoder_switch=false sagetv.device.<unique_id>=ffmpeg -nostats -hide_banner -loglevel fatal -err_detect ignore_err -reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 2 -threads 2 -y -re -stream_loop -1 -i http\://192.168.10.179\:34401/auto/v%c% -fflags +genpts -c copy -vcodec copy -acodec copy -mpegts_copyts 1 -f mpegts -tune zerolatency -mpegts_service_type advanced_codec_digital_hdtv pipe:1 |
#126
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#127
|
|||
|
|||
Quote:
https://forums.sagetv.com/forums/showthread.php?t=66925 I looking into if it is possible to force an update using the Library: Remote APIs for SageTV. https://forums.sagetv.com/forums/showthread.php?t=36044 Last edited by hvymetal; 01-26-2022 at 08:50 AM. |
#128
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#129
|
|||
|
|||
What would your streamlink command look like in opendct.properties? Does it require less resources than ffmpeg?
|
#130
|
|||
|
|||
Quote:
BTW I rather use Channles DVR as the backend to all my DVR servers /EMBY/SageTV/Plex because of their support. of TVE and Pluto.... worth the fee.
__________________
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-26-2022 at 10:06 AM. |
#131
|
|||
|
|||
Quote:
Have you managed to get streamlink to work with sagetv? I instruct it to use mplayer in my command but only get a black screen. Edit: Thanks. Saw it in the instructions for PlutoTV Last edited by boukmandutty; 01-28-2022 at 09:31 AM. |
#132
|
|||
|
|||
Chances are I am late, but I just found out from rkulagow that sagetv can now flawlessly get epg for channels dvr as a recording source using schedules direct. The process is smooth and works as well as the xmltv plugin method. The advantage of schedules direct is of course the amount of data it provides.
The only thing that seems to be missing from the schedules direct option are those adult swim channels that have the reruns but no epg (6700 - 6709). If you cant live without Robot Chicken and Samurai Jack you would have to mix the xmltv plugin with schedules direct for now. Anyway the more options the merrier. |
#133
|
|||
|
|||
Quote:
__________________
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; 02-07-2022 at 07:51 AM. |
#134
|
|||
|
|||
Yup. That centralization of things with over the air and everything you can draw into channels dvr is a distinct advantage of using the xmltv plugin. Likewise is the ability to share the same stream between different users at the same time.
Last edited by boukmandutty; 02-07-2022 at 08:40 AM. |
#135
|
|||
|
|||
Yes it is ... I have auto enable new channels in SAGETV and it works great.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#136
|
|||
|
|||
Do you know if there are instructions on how to do this?
__________________
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 |
#137
|
|||
|
|||
https://forums.sagetv.com/forums/showthread.php?t=66899
This is how I get the guide date from channels and refresh sagetv ... Code:
Linux sudo curl http://127.0.0.1:8089/devices/ANY/guide/xmltv?duration=1209600 -o /opt/sagetv/server/epgdata.xml curl http://sage:frey@127.0.0.1:8080/sage/GlobalCommand?command=ForceEpgUpdate Windows 64 curl http://127.0.0.1:8089/devices/ANY/guide/xmltv?duration=1209600 -o C:\Program Files\SageTV\SageTV\epgdata.xml curl http://sage:frey@127.0.0.1:8080/sage/GlobalCommand?command=ForceEpgUpdate
__________________
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; 02-07-2022 at 02:24 PM. |
#138
|
|||
|
|||
Quote:
__________________
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 Last edited by hb4; 02-07-2022 at 11:35 PM. |
#139
|
|||
|
|||
I find that using channels directly to update the guide data is better ... generating was giving me sometimes corrupted data.
Code:
xmltv.files=http://10.0.0.2:8089/devices/ANY/guide/xmltv?duration=1209600 this is what my xmltv.properties file looks like .... Code:
configurations=xmltv.properties provider.name=nyplayer provider.id=300 xmltv.files=http://10.0.0.2:8089/devices/ANY/guide/xmltv?duration=1209600 xmltv.channel.display-name.ShortNameIndex=2 xmltv.channel.display-name.LongNameIndex=1 xmltv.channel.NumberTag=lcn xmltv.channel.NumberTagIndex=1 xmltv.channel.IconDownload=true title.add.year=false episode.name.add.episode.number=false
__________________
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; 02-08-2022 at 04:19 PM. |
#140
|
|||
|
|||
Quote:
|
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 |