|
SageTV Clients Development This forum is for discussions relating to SageTV Open Source Clients Development. |
|
Thread Tools | Search this Thread | Display Modes |
#461
|
||||
|
||||
casting
Someone may have asked this already, but search turned up nothing under 'cast'
is there a plan to one day add the ability to cast to a larger tv? I do that now with Plex, but it would be killer if your version of Placeshifter could do that.... thanks
__________________
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 Last edited by tvmaster2; 06-01-2016 at 03:03 PM. |
#462
|
||||
|
||||
I would seriously doubt if it goes that way. It seems the primary target of this app is to have it actually running on the smart device you'r be 'casting' to (Android TV device).
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#463
|
||||
|
||||
so it may show up as an ios app, or a Roku version?
__________________
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 Last edited by tvmaster2; 06-01-2016 at 04:31 PM. |
#464
|
||||
|
||||
I don't know if anyone is even working towards that.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#465
|
||||
|
||||
It would be a great promo for SageTV.
__________________
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 |
#466
|
||||
|
||||
FireTV OS 5.2.1.0 (550144920) breaks video playback update
I factory reset my Fire TV 4k
Now if I use the EXO player I can watch 'live' tv it seems so far, but recorded shows have no audio on most of the ones I've tried so far. I'll update some more when I get more info. If I use the default instead of EXO i get audio with no video still.
__________________
SageTV 9 / 3 SageTV Clients / Ceton InfiniTV 6 / ComSkip |
#467
|
|||
|
|||
Any progress on AC3 passthrough support for IJKPlayer?
__________________
-Craig |
#468
|
||||
|
||||
Unfortunately, because of work, and a few other things... I have not been able to look at the miniclient in a few weeks now
__________________
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 |
#469
|
||||
|
||||
The one thing I've noticed on the android client is that animations are very janky and at times leave artifacts behind - with all STVs (default UI, Gemstone, Phoeni).
Currently turning animations completely off gives me the best experience. Has anyone else noticed this? I've tried wired and wireless on the Nvidia Shield and see the same issues on both...
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#470
|
|||
|
|||
Quote:
|
#471
|
||||
|
||||
Quote:
If you can distill it down to set of operations that can be repeated, I can certainly take a look at it. Are you running the version from the Play Store? On my Shields the UI appears to be the same, or faster, then the HD300, which is why I stopped using the HD300s a few months back. My TVs are 1920x1080 and the MiniClient will match the UI of the TV. The HD300 basically renders 1280x720 and then upscales it for the TV. I've played around with doing this as well, but, the end result wasn't anything noticeable on my TV, so, there is still code in there, but, it's not enabled.
__________________
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 |
#472
|
||||
|
||||
@bailio - If you look in the MiniClienRenderer
https://github.com/OpenSageTV/sagetv...tRenderer.java You'll see how the rendering operations are handled. I suspect the Animation issues stem from how I am building up the UI. Basically a background thread is receiving rendering instructions and I'm queuing them up, until I get a request for the "flip buffer". At that time, I then copy the instructions to the UI queue and process them there. Ideally the background rendering commands would be rendering directly to back buffer and then copy the buffer to the main UI when it's done. The problem I ran into with Android is that I could not create a surface for doing background rendering... ie, it was always forcing me to render on the UI thread, even if I was using a back buffer. Admittedly my openGL experience is basically limited to this project, so, not very skilled in that area. But, if we could figure this out... it's dramatically increase the rendering performance. The MiniClient is designed to accept a "pluggable" Renderer, so it would be easy to create a new Renderer for testing/playing.
__________________
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 |
#473
|
|||
|
|||
@stuckless- Do you use the Shield TV remote, or an IR remote? The reason I ask is that you keep saying the miniclient UI on the Shield TV performs as well (or better) than the HD300. For me, the UI seems pretty fluid, but the latency is high. It's better if I use the Shield TV remote, (compared to my Harmony remote), but even that seems to have a bit higher latency than my Harmony with my HD300.
Is this just me? Is the Shield just particularly slow responding to IR commands? |
#474
|
|||
|
|||
Quote:
__________________
Home Network: https://karylstein.com/technology.html |
#475
|
|||
|
|||
Disable fill screen by default?
When watching a video that is shorter than the screen I have to open the options menu and click on the screen icon on the bottom right to get it to not stretch to fit the screen. Is there some way to make that the default (no stretch)?
__________________
Home Network: https://karylstein.com/technology.html |
#476
|
||||
|
||||
Quote:
btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#477
|
||||
|
||||
Quote:
I recall someone asking the opposite as the default as well I have a hard time envisioning what you are seeing... if you post a video, I can look at it, and then try to understand this better. There is likely some work around aspect ratios that needs to be handled better.
__________________
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 |
#478
|
|||
|
|||
I see it with home movies and some movie rips. I'll PM you an extreme example, (video from phone in portrait mode).
__________________
Home Network: https://karylstein.com/technology.html |
#479
|
|||
|
|||
I still use the original Phoenix 1 STV. There are definitely issues with showing different things. For example the OSD overlay never fully disappears after you fast forward (or any other action that brings up the OSD)
|
#480
|
||||
|
||||
Actually I get that ocassionally in gemstone as well. ie, ff and then the osd animation doesn't completely disappear. To fix it, I hit pause and then play, and then it works... but yeah, definately something in the MiniClient that is not completing.
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
MiniClient Information | Taddeusz | SageTV Github Development | 5 | 09-10-2015 11:11 AM |
Miniclient? | BobbyDing | General Discussion | 3 | 09-08-2015 11:53 AM |
OSD doesn't work in Linux miniclient 6.6 | Grant.Edwards | SageTV Linux | 1 | 08-27-2011 04:37 PM |
Linux Placeshifter/Miniclient Fails | scsever | SageTV Linux | 1 | 08-23-2011 10:20 PM |
Does miniclient work with SageTV 7? | bkbonner | SageTV Beta Test Software | 1 | 09-10-2010 12:54 AM |