Stream zoom functionality
See original GitHub issueIs your feature request related to a problem? Please describe. I have multiple camera streams with high resolution. The new exoplayer working correctly displaying the H.265 stream which is great, as it does not work in the browser. The only remaining problem is that I can’t zoom into the camera view, which makes the cameras almost useless, as I can’t see the details. I tried with the new 0.117.0 which enables zooming, but it only works in the browser.
Describe the solution you’d like I would like to zoom to the stream components / camera live views.
Describe alternatives you’ve considered, if any There is no alternative, as the browser can’t play the H.265 stream, and the app can’t zoom in.
Additional context I also tried enabling zoom with:
webview.settings.setSupportZoom(true)
webview.settings.builtInZoomControls = true
which zooms correctly, but the exoplayer layer won’t follow the zoom.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:10 (7 by maintainers)
Top GitHub Comments
I think zooming along with the webview might be difficult and require a big refactor. Zooming into the video when ExoPlayer is fullscreen seems like it would be easier to do and would seem to satisfy the use case. I’ll try look into it some more when I get a chance.
Hey all we just had #2252 deployed and I think that will satisfy this feature request, could someone please try the latest beta found on github to see if pinch to zoom is what was needed here?