picture-in-picture
Can you add a picture-in-picture feature for screen sharing?
-
please vote for this feature
1 -
press f to pay respect
-2 -
Chrome has it. Both Discord and Chrome run on Electron. Just steal it from Chromium's source code, edit it, and boom. Picture in picture.
0 -
You can achieve this by using discord in chrome and activating picture in picture.
-1 -
They added the freature on Discord on Windows recently. The video chat has a popout button now.
-2 -
popout is not picture in picture*
4 -
There is a way to do it:
- ctr + maj + i
- inspect the video element and select the <video> element
- in the console type $0
.requestPictureInPicture()
and it should work
edit: you can directly type document.getElementsByTagName('video')[0].requestPictureInPicture() in the console
6 -
Please add this feature. Just add a option, when right click on stream.
Popout is not good and if you are using the browser it's even worse, always use the console to bring a picture-in-picture of the stream1
Please sign in to leave a comment.
Comments
8 comments