question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stream zoom functionality

See original GitHub issue

Is 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:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
uvjustincommented, Oct 22, 2021

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.

2reactions
dshokouhicommented, Feb 17, 2022

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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Livestreaming Meetings - Zoom Support
With livestreaming meeting features, you can stream Zoom Meetings on platforms such as Facebook, YouTube, and Twitch. These how-to articles provide detailed ...
Read more >
Livestreaming meetings or webinars on YouTube
You can livestream Zoom Meetings or Zoom Webinars on YouTube. This allows participants to join your meeting through Zoom to view it and ......
Read more >
Livestreaming Zoom Events meetings and webinars
Sign in to Zoom Events. Join the session you are a host of and will livestream to a custom platform. Note: Your account...
Read more >
Enabling Allow livestreaming of meetings - Zoom Support
Enabling Allow livestreaming of meetings allows you to livestream your meetings on Facebook, Workplace by Facebook, YouTube, Twitch, or a...
Read more >
Livestreaming meetings or webinars on Facebook
You can stream a Zoom webinar or meeting live on Facebook to your Facebook timeline, a group page, or page that you are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found