|
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 |
#61
|
|||
|
|||
Quote:
What are you using for your ffmpeg paramaters? I am using sagetv.device.100421482.streaming_executable=c\:\\\\ffmpeg\\ffmpeg.exe -i http\://192.168.192.27/iptv/?user\=&action\=tune&channel\=%c%&pool\=pool3 -b\:v 6000k -target ntsc-dvd -c\:a mp2 -ac 2 -ab 192k -ar 44100 -f mpegts -codec\:a aac - I post process videos with MCEBuddy and I am getting conversion errors. |
#62
|
|||
|
|||
Quote:
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#63
|
|||
|
|||
I have been experimenting with using the following to get an iptv signal into Sagetv. Channel changing and recording seems to work ok so far. I borrowed the ffmpeg line from somewhere on this forum. Can anyone suggest a way to get ffmpeg to adapt its output according the the resolution of the source? Some channels are 1080p and others 720.
Quote:
|
#64
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#65
|
|||
|
|||
Been testing it for a few days with a Frankenstein system I cooked up drawing largely on this thread. I will describe fully what I did when I get home in the next hour or so.
The only problem I am seeing is the occasional frame drop that I think comes either from my lack of ffmeg knowledge or from the fact that I connect to the channels dvr server over wifi. Will update in an hour to see how it works for other people and if there are problems that perhaps I don't see because of how I use SageTV. |
#66
|
|||
|
|||
The relevant parts of my opendct config looks like this:
I add two pipe devices as described at the beginning of the thread. I am sticking to just two for now: Quote:
After they are added I add the following path for each newly created device to my channelsdvr server which runs on a separate device, a mac mini over wifi for now. Quote:
The thing then is to make sagetv use the numbering that channlesdvr uses. Sagetv was so well designed and thought out that is is easy to go into the channels settings after you have set up your guide and then remap the number (The physical one especially) to match what you see when you go to the guide of your channelsdvr server. After you remap it should work flawlessly. For my ffmpeg command I borrowed from brbjr above and found out that I simply had to remove "-target ntsc-dvd" from what he had for the ouput to mirror the resolution of the original feed. I am hoping one of the more knowledgeable people here can come up a more efficient command if needed. I think there needs to be a stop command in opendct. Sometimes after you stop a video or a recording ends the channelsdvr server still registers a connection for a bit. I notice that when I close sagetv though the connection stops completely. I have had not time to read the ffmpeg manual so I am waiting to see what one of the smarter people here come up with. The other thing I am trying to figure out is how to use the epg that channelsdvr provides, with sagetv. There is path to that epg as well. I use schedules direct but the lineup I use does not have guide data for all the pacific channels you see turn up in your channels dvr guide (tbsp, usap, toonp, and such). Last edited by boukmandutty; 10-15-2021 at 07:13 PM. |
#67
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#68
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#69
|
|||
|
|||
Pluto tv can be run in a docker and added to the list of channelsdvr sources. It is documented over the channelsdvr forums.
If we can get the xmltv plug-in to work there won’t have to be any channel remapping. Last edited by boukmandutty; 10-16-2021 at 08:28 AM. |
#70
|
||||
|
||||
Do the Channelsdvr recordings have captions embedded in them?
I see on their page that you can toggle the captions on/off if watching in their player, but curious if the captions are embedded in the stream and available under Sage. Unfortunately I'm needing them more and more as I get older.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#71
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#72
|
|||
|
|||
Quote:
https://community.getchannels.com/t/...-and-epg/29308
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#73
|
||||
|
||||
Great, thanks.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#74
|
|||
|
|||
Quote:
|
#75
|
|||
|
|||
Quote:
Simple Remux c\:\\\\ffmpeg\\bin\\ffmpeg.exe -i http\://10.0.0.2\:8089/devices/ANY/channels/%c%/hls/master.m3u8? -f mpegts -codec\:v copy -codec\:a copy -
__________________
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; 10-16-2021 at 10:07 AM. |
#76
|
|||
|
|||
#77
|
||||
|
||||
With the OpenDCT generic http capture there is a stop command in there to stop the player device. For example:
stopping_executable=http\://192.168.xxx.xxx\:405XX/stop which stops an XBOX360 extender from playing a WMC channel. Would this also apply to the generic pipe? |
#78
|
|||
|
|||
Quote:
|
#79
|
||||
|
||||
Quote:
https://github.com/enternoescape/ope...vice.java#L448
__________________
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 |
#80
|
|||
|
|||
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; 10-16-2021 at 07:06 PM. |
Tags |
executable, script, streaming |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
USB Capture Device? | Skybolt | Hardware Support | 5 | 05-07-2013 07:00 PM |
HVR-1600 Capture Device? | m0ng00se30 | Hardware Support | 10 | 04-28-2007 10:24 AM |
Using Motorola Tuner device for capture device | cyberfreak | Hardware Support | 4 | 02-22-2007 02:47 PM |
No AV Capture Device | jaelanicu | SageTV Recorder Software | 5 | 08-03-2006 02:02 AM |
Video Capture Device - Not Available | crashdude | Hardware Support | 2 | 03-15-2004 12:14 PM |