
- #SAGETV STREAMING HOW TO#
- #SAGETV STREAMING UPDATE#
- #SAGETV STREAMING UPGRADE#
- #SAGETV STREAMING ANDROID#
- #SAGETV STREAMING CODE#
sls: key sound effects (can be turned off in settings). sls: option to exit MiniClient when it goes into Standby mode.
sls: smart remote for Guide (long press right/left page right/left). sls: smart remote for Plugin List (right/left navigates top tabs). sls: fix: Amazon Fire TV and MiBox could not use OpenGL renderer due to using some invalid GL calls for those devices. sls: feat: Added ability to map insert key. sls: fix: Back when playing video should not stop the video. sls: feat: Added httpls streaming support (debug/test only). sls: feat: Added debug keys and commands view. sls: fix: OpenGL transparency issue with shapes. #SAGETV STREAMING CODE#
sls: refactor: OpenGL and GDX now share 90% same code. sls: feat: Added Hotpot mappings (useful for mouse/touch ie, ChromeOS/Tablet). sls: feat: NAV OSD and KEYBOARD are able to be mapped in key/touch mappings. sls: feat: Added ability to remap Page UP/DOWN. jvl711: Fixed a bug where it would not seek to the SageTV supplied start position. jvl711: Added some basic support for subtitles in ExoPlayer. jvl711: Fixed issues with seeking when using exoplayer and push mediasource. jvl711: Add error message toast on ExoPlayer2 Error. jvl711: Turn off rendering cues if by default. jvl711: Attempted to clean up the current playback time, and the seek. jvl711: Added HEVC codec to list of codecs sent to sage durring connection. jvl711: Updated some deprecated code in the constructing on the SimpleExoPlayer instance. jvl711: Added a setting for ffmpeg exoplayer extension, to turn it on, off or prefer. #SAGETV STREAMING UPDATE#
jvl711: Update ExoPlayer FFmpeg extension to 2.11.5.Next/Previous buttons should now close it. jvl711: Attempted to add a workaround for the FireTV where you can not close the system keyboard.This will allow SageTV to transcode on unsupported formats jvl711: Added the ability for Exoplayer to filter the Video codecs that are not supported.jvl711: Added fixed transcoding settings to allow for HD transcoding from the server to MKV container.jvl711: Missed a default value on one of the properties which caused a null pointer exception on launch of connection.jvl711: Volume up/down mapped to NONE by default.You need to map them to NONE for them to work properly jvl711: Fixed the volume up/down keys.
#SAGETV STREAMING ANDROID#
jvl711: Fixed an issue with Android 11 where images were not rendering. jvl711: Added the blue icons that I made for FireTV to Android project. Allow the position to get reported to sage server on pause jvl711: Allowing proper seek when playback is paused. The state was not getting properly updated jvl711: Fixed an issue with seeking after resume from pause. Switched to a UI thread that updates every 500ms. jvl711: Rearchitected how playback position was retrieved. Error connecting to server when using fixed Transcoding/Streaming: Issue #97. Issue with keyboard and favorites on the FireTV: Issue #92. Full-Screen On Screen Navigation enhancement: Issue #42. #SAGETV STREAMING UPGRADE#
Upgrade to ExoPlayer 2.12.1 enhancement: Issue #95. Frame Advance & Slow Motion Advance enhancement: Issue #91. Playing back active recording TV seeking issue with ExoPlayer: Issue #96. Removed AVI as a supported container format for ExoPlayer. Added additional codecs to the ExoPlaye Codec Debug Screen (DIVX, AC4, OPUS, etc.). Broke out the settings for ExoPlayer and IJKPlayer Redesigned some of the settings screens. Allow display of embedded PGS subtitles in ExoPlayer. Support external links to open videos in other apps directly (Netflix/Amazon). Moved IJKPlayer over to normal repository instead of local. #SAGETV STREAMING HOW TO#
Fixed logic bugs on how to tell SageTV when to transcode/remux.Simplify build process for support libraries Updated build to use local libs directory instead of MavenLocal.Fixed issue in PushBufferDataSource that was causing transcoding and live tv transitions to freeze.All non H.264/AVC content will be transcoded Removed MPEG4 as a valid codec, because Android TV support is very limited.Added VP8, VP9, H.263 as valid video codecs.Cleaned up a number of deprecated calls in ExoPlayer implementation.Updated to 2.15.1 of ExoPlayer and FFmpeg extension.