|
SageTV Clients Development This forum is for discussions relating to SageTV Open Source Clients Development. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
Correction. On the Galaxy Note 8 I can get the keyboard to hide with the back button, move between fields and such, and get the keyboard back with the slide in from the left, but I can't get the keyboard to register any alphabet characters.
On the Fire stick 4k, I can't hide the keyboard at all to move between fields or see what's behind it. |
#22
|
||||
|
||||
Question for you guys. Does the mini client work on Fire Stick 2nd Gen? I see it does not have hardware mpeg-2 decoding. Will it even work with ExoPlayer and mpeg-2 live tv.
If 2nd gen is a no starter, how is the Fire TV Stick 4k? I currently only own a 1st gen and a 2nd gen. Thanks, Josh |
#23
|
||||
|
||||
Quote:
Something I was considering was to actually remove IJKPlayer (since it is no longer being developed) and just support ExoPlayer, which has come a long way over the years, and is being actively developed. I was also thinking to remove LibGDX rendering and only use the native OpenGL rendering. Removing both of these would simplify the code/support. As for the Codecs, I would think that when the connection is established with the server, we send the list of codecs that we support, and if we don't support a codec, then sagetv should try to transcode. So if pixel doesn't support mpeg2 sagetv should try to transcode (which would be more like the remote placeshifter in that scnario)
__________________
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 |
#24
|
|||
|
|||
Quote:
https://community.getchannels.com/t/...ndroid/22675/3 Fire Tablet ..
__________________
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; 06-22-2020 at 04:46 PM. |
#25
|
||||
|
||||
Quote:
If you really do not think you are going to come back, I would be willing to try and move forward with the mini client. I want to make sure that you are OK with me possibly moving in different directions than you were originally thinking. I forked and started maintaining my own version, to be able to go in different directions. Somewhat for learning experience, and somewhat for personal preference. I would not want to upset or disappoint you. You did some awesome work. Without this I think SageTV may have disappeared a long time ago. I agree with stripping back some of the supported layers! Unfortunately on the main device I use SageTV, LibGDX performs much better . I would like to remove as much "Options" as makes sense. It is just more to support. But I also want to make sure it is still very usable. I will play with the transcoding. I am worried it will look like crap though. Upgradding the transcoding support has been one of my wish list items. Agree that this is what we "should" be doing. Side note: Are you the owner of the SageTV Plugin repository. If so, could you give me write permission to publish a plugin. I have an open pull request. Thanks, Josh |
#26
|
|||
|
|||
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 |
#27
|
|||
|
|||
Quote:
The newer firetv 4k I was able to get IJKplayer to work by disabling one of the 2 MPEG2 hardware decoders. can't remember which one off hand but one did not work and if I disabled it the other would work. thanks for your efforts in supporting the SageTV community |
#28
|
||||
|
||||
Quote:
Likely... and I think even players like HD200 had issues here... I recall setting my server to record in 720p because I had issues with 1080i many years ago.
__________________
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 |
#29
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#30
|
|||
|
|||
Hard to do with digital tuners.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#31
|
||||
|
||||
OMG. I'll definitely have to try this out as I have a similar era 43X830C which the (current) MiniClient has issues with. I think it might use the same MediaTek processor as yours.
|
#32
|
||||
|
||||
That would be awesome! When I did have the miniclient working on the Fire stick 4k, it looked like about 360p at best.
|
#33
|
|||
|
|||
You mean to say when you remoted into Sage correct ? not locally.
__________________
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; 06-23-2020 at 04:59 PM. |
#34
|
||||
|
||||
Yes. Remote connection. Thanks, Edwin. It usually doesn't transcode when I'm local.
|
#35
|
||||
|
||||
yeah, I rarely record from my HDHomerun because the OTA is so unreliable. 60 miles between two, big cities :\
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#36
|
|||
|
|||
Yeah I am lucky that with a small indoor Antenna i get all the channels ... some people that have Locast in their area for OTA use Channels DVR to record locals... when they have poor reception.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#37
|
|||
|
|||
Unfortunately, the new ExoPlayer still does not work for MPEG2 on my Shield TV. Plays back in super slow mo with no audio.
__________________
-Craig |
#38
|
||||
|
||||
Quote:
Josh |
#39
|
||||
|
||||
Quote:
I have started merging the code bases. It actually went more cleanly than I would have thought! I have a branch that I am going to test. Question for you if you do not mind. If I were to want to attempt to post this on the playstore, should I just post it as a new application? I do have a developer account. If I need to post as a new application, do I need to change the name? Any thoughts or pointers would be helpful. Thanks, Josh |
#40
|
|||
|
|||
It is/was my impression that Shield TV users were never able to get ExoPlayer to work properly with MPEG2. IJK player works but you lose Dolby Digital surround and seeking is not ideal.
__________________
-Craig |
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 |