![]() |
|
Register | Forum Rules | FAQs | Members List | Social Groups | Downloads | Search | Today's Posts | Mark Forums Read |
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 |
#261
|
|||
|
|||
Quote:
I think SageTV sends a 2-1 Instead of 2.1 you have to remap the channels. or better yet use the XMLTV from Channels DVR. https://forums.sagetv.com/forums/showthread.php?t=66899
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#262
|
|||
|
|||
FYI, you can cut out ffmpeg and it will probably speed up tuning.
sagetv.device.110742372.streaming_executable=curl.exe -s http\://192.168.1.92\:8089/devices/ANY/channels/%c%/stream.mpg |
#263
|
|||
|
|||
If you are using Linux then you can use a .sh so remaping is not required. It will convert 2-1 to 2.1.
1. Copy to OpenDCT /opt dir HDHR_TUNER.sh 2. chmod 777 HDHR_TUNER.sh 3. Also required is in OpenDCT /opt dir ffmpeg Code:
#!/bin/bash ch_num=$1 ch_offset=$2 ch_num="$(echo $ch_num | tr - .)" /opt/opendct/ffmpeg -fflags +genpts -v 3 -hide_banner -y -threads 2 -i http://192.168.10.116:5004/auto/v$ch_num -map 0 -c:v copy -c:a copy -c:s copy -threads 7 -tune zerolatency -mpegts_service_type advanced_codec_digital_hdtv -f mpegts pipe:1 ch_offset= ch_num= Code:
sagetv.device.70760.streaming_executable=./HDHR_Tuner.sh %c% Nice thing about using a script you can modify the tunning command without having to restart OpenDCT. All that is require is just a retune of a different channel for testing Last edited by hvymetal; 03-03-2023 at 06:41 PM. |
#264
|
||||
|
||||
What exactly does ffmpeg do for us and is it necessary?
|
#265
|
|||
|
|||
Going to try this ... Much faster tunning thanks.... but had problems tuning some channels.... so will stick to ffmpeg.
__________________
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; 03-05-2023 at 08:03 AM. |
#266
|
|||
|
|||
You have to have some writer to get the Streams from Channels DVR ffmpeg does that, but you can also use curl.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#267
|
||||
|
||||
Just to confirm, with the suggested curl implementation, we can abandoned ffmpeg entirely? Will that create problems?
|
#268
|
|||
|
|||
Quote:
https://forums.sagetv.com/forums/sho...&postcount=265
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#269
|
||||
|
||||
Quote:
|
#270
|
|||
|
|||
Try it for yourself you might not have a problem ... I am just stating my experience.... I could not tune Gettv 6.2 and Rewind TV 6.3 using Curl. They work fine using FFMPEG.
__________________
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; 03-06-2023 at 07:51 PM. |
#271
|
|||
|
|||
I am watching TVE 4K FS1 big east tournament in SageTV thanks to this setup.
![]()
__________________
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; 03-09-2023 at 02:23 PM. |
#272
|
|||
|
|||
I have to say a huge shout out to you guys who have figured out how to get everything working with Channels DVR as well as you have. Comcast has very recently dropped ALL of the channels we watch (Hallmark, HMM, UP, OVATN, etc) from their Cablecard lineup, which means that my HDHR Prime-CC units are pretty much worthless to me. That leaves me with paying a whole lot of $$ to comcast for the 2 STB that I have attached via HDPVR / BMI-3001, and my ChannelsDVR setup with a subscription to Philo and FrndlyTV. So, I'm thinking that the occasional premium channel thing that I watch isn't worth it, and I'll probably drop the whole comcast TV thing, and use them strictly for Internet and Phone, until Ting gets rolling in town. Then I'll probably switch to Ting (unless Comcast drops their $30 / month unlimited surcharge) and have to find a solution for my landline (which I keep b/c my parents only use it....)
So, this ChannelsDVR solution has given my system new life at a time when comcast just wants more money for fewer perks for me. |
#273
|
|||
|
|||
Quote:
Long story short, for the cost of the analog phone converter and an old computer (I actually run mine on a VM on my SageTV computer), you could drop your analog phone line and simply pay for VOIP service. I pay about $3.35/mo for my service (which includes e911 service). I'm happy to answer any questions you might have or walk through my system and how I started with all analog phones using one of these converters and slowly made the conversion to digital phones over time.
__________________
i7-6700 server with about 10tb of space currently SageTV v9 (64bit) Ceton InfiniTV ETH 6 cable card tuner (Spectrum cable) OpenDCT HD-300 HD Extenders (hooked to my whole-house A/V system for synched playback on multiple TVs - great during a Superbowl party) Amazon Firestick 4k and Nvidia Shield using the MiniClient Using CQC to control it all Last edited by sic0048; 03-13-2023 at 07:18 AM. |
![]() |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 |