|
SageTV Clients Development This forum is for discussions relating to SageTV Open Source Clients Development. |
|
Thread Tools | Search this Thread | Display Modes |
#281
|
|||
|
|||
Quote:
Have you checked to see if you have all your updates on your firetv. If it is all updated and nothing needs to be updated try this .. Force Stop SageTVMiniClient go to settings then firetv apps and clear the data of the SageTV MiniClient and try the settings I gave you below. EXOPLAYER EXOPLAYER ffmpeg extension always on.
__________________
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; 08-14-2020 at 04:08 PM. |
#282
|
||||
|
||||
Quote:
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data SageTV 9 Docker, Open DCT Docker Silicondust HDHomeRun Duo + Quatro Sage Mini Client on Amazon Fire Sticks and Android TVs |
#283
|
|||
|
|||
I might be wrong but I think anyone that has had problems is using linux are your permissions etc set correctly. I am not a linux guy but I do know sometimes permissions cause problems.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#284
|
||||
|
||||
Quote:
FWIW I also have an HDHR Prime set up through ODCT, and I have no problem with live TV/recordings from those tuners. |
#285
|
||||
|
||||
Quote:
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data SageTV 9 Docker, Open DCT Docker Silicondust HDHomeRun Duo + Quatro Sage Mini Client on Amazon Fire Sticks and Android TVs |
#286
|
||||
|
||||
Quote:
A few days ago I played around with re-encoding a few files to see if they would work. Using TSReader I can see that the audio stream is the first stream and the video is the second on the "bad" recordings, but after running through VideoRedo's quickstream fix the video is first and the audio second and the recording will play. I tried to replicate this using ffmpeg instead and re-ordered the streams but it still wouldn't play using Exoplayer, so there's more to it or I didn't use ffmpeg right. If it comes down to re-encoding I'd prefer to use ffmpeg since it can run right on the docker so easy to script up. I'll play around some more when I get a chance. |
#287
|
||||
|
||||
Quote:
Once I changed them to OpenDCT tuners then I can use Exoplayer on the Fire stick and all works great. Before I figured it out, I looked at the file makeups a bit, and as I mentioned previously the native Sage recordings have the audio stream first, then the video, whereas with OpenDCT and ffmpeg the video is the first stream and the audio is the second stream. VLC and the Windows client don't have a problem playing the recordings, but probably there's more to it than just the stream order. |
#288
|
||||
|
||||
Quote:
sagetv.device.-XXXXXXXXX.consumer=opendct.consumer.FFmpegTransSageTVConsumerImpl |
#289
|
||||
|
||||
Quote:
Code:
sagetv.device.-746196406.consumer=opendct.consumer.DynamicConsumerImpl
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data SageTV 9 Docker, Open DCT Docker Silicondust HDHomeRun Duo + Quatro Sage Mini Client on Amazon Fire Sticks and Android TVs |
#290
|
|||
|
|||
Thanks Zogg for clearing that up.
__________________
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; 08-16-2020 at 12:43 PM. |
#291
|
||||
|
||||
Okay so this setting has made it where I can actually see video in exoplayer but the audio is problematic. I'm getting garbled audio on HD channels but on SD channels I'm able to see the video fine but audio has hiccups. Also I eventually see an exoplayer error in regards to audio and the stream stops. The HD stations video appear to be dropping frames as it's almost like it's in slow motion.
I've set Exoplayer to use FFMPEG audio always and originally 'as need' with the same playback problems I've mentioned above. Any ideas?
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data SageTV 9 Docker, Open DCT Docker Silicondust HDHomeRun Duo + Quatro Sage Mini Client on Amazon Fire Sticks and Android TVs |
#292
|
||||
|
||||
And unfortunately in the docker image of SageTV that default is overwritten every time OpenDCT starts up, so you have to manually change it for each tuner as I told dinki. That info is somewhat buried in the unRaid section of the forum.
|
#293
|
|||
|
|||
Good to know thanks I am adding that to my notes much appreciated.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#294
|
||||
|
||||
Quote:
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data SageTV 9 Docker, Open DCT Docker Silicondust HDHomeRun Duo + Quatro Sage Mini Client on Amazon Fire Sticks and Android TVs |
#295
|
|||
|
|||
Did you try EXOLPAYER with exoplayer FFMPEG audio extension to use always ? After you made suggested change by Zogg
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#296
|
||||
|
||||
Quote:
Also, I have Exoplayer FFMPEG audio set to 'On - as needed'. Is your signal strength good? If you do a recording does it play back okay in VLC? When you start live TV, do you see something similar in the OpenDCT log file: Code:
12:23:26.086 [FFmpegTransSageTVConsumerImpl-282:HDHomeRun HDHR5-4US Tuner 10767A3F-2] INFO FFmpegContext - Primary: Output #0, mpegts, to '/unraid/Media/Recordings/IndyCar Racing - Indianapolis 500, Qualifying - 17236104-1.ts': Stream #0:0, 0, 1/90000: Video: mpeg2video, yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, max. 17598 kb/s, 90k tbn, 59.94 tbc Stream #0:1(eng), 0, 1/90000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:2(spa), 0, 1/90000: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s |
#297
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#299
|
||||
|
||||
Here's what I see with Exoplayer and FFMpeg audio set to On:
Code:
19:00:44.563 [FFmpegTransSageTVConsumerImpl-191:HDHomeRun HDHR4-2US Tuner 1043C20D-1] INFO FFmpegContext - Primary: Output #0, vob, to '/var/media/tv/WNBABasketball-SeattleStormvsConnecticutSun-31631-0.mpg': Stream #0:0, 0, 1/90000: Video: mpeg2video, yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, max. 14652 kb/s, 90k tbn, 119.88 tbc Stream #0:1(eng), 0, 1/90000: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s 19:00:44.564 [FFmpegTransSageTVConsumerImpl-191:HDHomeRun HDHR4-2US Tuner 1043C20D-1] DEBUG FFmpegTranscoder - Writing header 19:00:44.564 [FFmpegTransSageTVConsumerImpl-191:HDHomeRun HDHR4-2US Tuner 1043C20D-1] INFO FFmpegTranscoder - Initialized FFmpeg transcoder stream output. 19:00:44.565 [FFmpegTransSageTVConsumerImpl-191:HDHomeRun HDHR4-2US Tuner 1043C20D-1] DEBUG vob - Repeated 51 times: [0x7f11980cd140] Invalid frame dimensions 729083872x0.. 19:00:44.565 [FFmpegTransSageTVConsumerImpl-191:HDHomeRun HDHR4-2US Tuner 1043C20D-1] DEBUG vob - [0x7f11980e8920] First SCR: 139716015222752 First DTS: 0 19:00:45.849 [SageTVRequestHandler-109:HDHomeRun HDHR4-2US Tuner 1043C20D-1] DEBUG SageTVRequestHandler - Replied: 'OK' 19:01:06.453 [SageTVTuningMonitor-64] INFO SageTVTuningMonitor - 'HDHomeRun HDHR4-2US Tuner 1043C20D-1' produced first 21703472 packets. 19:01:06.453 [SageTVTuningMonitor-64] INFO SageTVTuningMonitor - 'HDHomeRun HDHR4-2US Tuner 1043C20D-1' recorded first 19988480 bytes.
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data SageTV 9 Docker, Open DCT Docker Silicondust HDHomeRun Duo + Quatro Sage Mini Client on Amazon Fire Sticks and Android TVs |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV MiniClient for Android Indiegogo Campaign (Thanks) | stuckless | SageTV Clients Development | 14 | 09-18-2022 07:15 AM |
Android MiniClient 1.4.3 | stuckless | SageTV Clients Development | 20 | 03-25-2019 10:32 AM |
Android MiniClient 1.2.9 | stuckless | SageTV Clients Development | 53 | 04-16-2018 07:30 AM |
Android Miniclient and UK TV | rickgillyon | SageTV Clients Development | 6 | 12-01-2016 05:58 PM |
Android Miniclient on Mi Box Crashing SageTV Server v9 | mackb | SageTV Clients Development | 9 | 11-27-2016 07:28 PM |