|
SageTV Clients Development This forum is for discussions relating to SageTV Open Source Clients Development. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#62
|
|||
|
|||
Yes, sadly I experience similar audio / video sync issues. The worst I have seen is 1-2 sec offset. The audio is ahead of the video. It is usually bad on local network channels (e.g. news, sports, etc...)
__________________
[size=1]-MrD ============= Linux Server 7.1.9 (1)HD300 (1) HD200 (1) HD100 (2) PC Clients Intel Xeon L? 32Gb CetonTV cable card /FIOS |
#63
|
||||
|
||||
The newest update also included updates to ExoPlayer and IJKPlayer. ie, with every release I try to update the underly libraries as well. I have not experienced any negative side effects of the play upgrades.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#64
|
|||
|
|||
Quote:
|
#65
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#66
|
|||
|
|||
Quote:
|
#67
|
||||
|
||||
Yeah, I did that too, but still caught the issue. Older files, I guess.
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients |
#68
|
||||
|
||||
Quote:
thanks for the player upgrades!
__________________
Q: dad, when will you stop changing all the electronics? A: never, so you might as well get used to it. |
#69
|
|||
|
|||
It seems that on both my Mi Box and Shield that ExoPlayer now has issues with starting a video at a previously stopped position.
I think it did this with just the OREO update. I have upgraded the client on both boxes and now use IJKPlayer because the latest version fixed the problem of pausing too long and stopping the video when playing again. It still has the initial stuttering at the beginning but I just do a quick back button press and all is well. |
#70
|
|||
|
|||
So, is there a consensus on Oreo? My setup is very basic -- the only change/addition is Gemstone.
__________________
unRAID Basic Server, Sage & OpenDCT Dockers, Core i3-8100, 8G Memory, HDHR Prime, HD300 Extender, Shield & Android Miniclient, Harmony Hub/Remote |
#71
|
|||
|
|||
Quote:
Maybe stuckless can comment if this is more likely due to the latest version of ExoPlayer used or if it could be attributed to other commits that he made to the code. |
#72
|
|||
|
|||
Quote:
I use Gemstone. Thank you for the update and fix! |
#73
|
|||
|
|||
I picked up an Oreo-loaded tablet this weekend, and the app runs very well on it ...
|
#74
|
||||
|
||||
not sure what it is related to, but over time i think i've seen a few things:
1. i get occasional stops while watching programs, video stops playing and it drops back to selection menu. hit watch and it picks up where it left off. 2. occasional lip sync issues, fixed by skip ahead/back 3. occasional garbage screen, probably the image issue everyone else was seeing previously. exit sage client (not trivial with screwed up screen image) and restart solves problem. i have latest load but have not tried clearing cache or detected any specific trigger overall, still works well though
__________________
Q: dad, when will you stop changing all the electronics? A: never, so you might as well get used to it. |
#75
|
|||
|
|||
Bandage it!
In my case I'm finding I'm missing quite a few icons from the Gemstone UI. Most annoying was missing recording and other indicators from the guide and various flows. As a bandage I did the following. Only obvious thing is check boxes that are checked still disappear completely from the UI instead of showing a check, but otherwise it seems everything else is back to normal.
BEWARE - The following is performed at your own risk and your own risk alone. Do not attempt if you do not know what you are doing! My setup is Ubuntu with Docker for the SageTV server and that is what the following directions are designed around. 1) First you need to create a backup of your Gemstone UI. From the Gemstone "side bar", choose Utility Functions | Import-Export | Select all Exports | Export. 2) Although I did the following changes "live", it would be wise to stop your SageTV server instance first. Do so now. 3) Get to a command prompt on your SageTV server. 4) The following assumes the image files are located at /opt/sagetv/server/STVs/SageTV7/Themes/Gemstone which should be the default locaiton. To verify: $ ls /opt/sagetv/server/STVs/SageTV7/Themes/Gemstone You should see a large quantity of .png files with a few directories 5) Install optipng: $ sudo apt update $ sudo apt install optipng 6) Run Optipng on all .png files, creating a backup in the process. $ find /opt/sagetv/server/STVs/SageTV7/Themes/Gemstone -type f -name "*.png" -exec optipng -keep -force '{}' \; This will locate and rebuild all .png files in /opt/sagetv/server/STVs/SageTV7/Themes/Gemstone and all subdirectories. The original png is saved as a .bak file. 7) The optimized files are owned by the current user, but must be owned by the SageTV user. To correct this, use 'chown' where <STV user> and <STV group> correspond to the SageTV user and group (this should correspond to the user and group for all other files in this directory which is also the user/group SageTV is ran as). $ chown -R <STV user>:<STV group> *.png 8) Restart the SageTV docker. 9) You may need to clear the image cache on the Oreo client for the updated graphics to show. Close the mini client and find the Oreo settings panel. From here go to Apps, find the SageTV mini client. Stop it if it is running, then clear the memory cache and data. 10) Relaunch the SageTV mini client and restore Gemstone menus from the backup. Icons should now (mostly) work. 11) At a later time if the conversion is successful you can delete the png backup files: # cd /opt/sagetv/server/STVs/SageTV7/Themes/Gemstone # rm -R *.png.bak Good luck!
__________________
Server: Xeon E3-1225, 32GB RAM, Open Media Vault 5, SageTV Docker Tuners: HD Homerun Quatro (OTA) Clients: NVidia SheildTV x3 |
#76
|
|||
|
|||
Here is a link to the updated Gemstone images if it helps,
https://drive.google.com/open?id=1P2...L_mPl-h73jnuS2 Replace the files and folders in Sagetv\STVs\Sagetv\Themes\Gemstone\ with these. I get all nervous when I see "chown" or "sudu" cause I'm a windows guy J |
#77
|
|||
|
|||
Quote:
k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#78
|
|||
|
|||
Thanks jusjoken!
J |
#79
|
|||
|
|||
Gemstone update has been released with the updated PNG files JOrton produced.
Hope this helps. k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#80
|
|||
|
|||
A second update to gemstone 1.0407 posted to fix 2 images (checked and unchecked).
k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Android TV Mini Client With VPN Cannot Connect To Server | Tweeker | SageTV Clients Development | 9 | 05-08-2020 09:38 AM |
Android TV Mini-client observations | panteragstk | SageTV Clients Development | 29 | 10-29-2017 04:07 PM |
Android Mini Client Transcoding | KarylFStein | SageTV Clients Development | 16 | 08-26-2017 09:57 PM |
Android Mini-Client UI Freeze | KarylFStein | SageTV Clients Development | 5 | 07-06-2017 12:38 PM |
[Android Mini Client] Integrate with Android TV 'Live Channels' | dinki | SageTV Clients Development | 11 | 01-31-2016 09:43 AM |