Earlier quoted context omitted.
Either awesome or i3 used to allow me to fullscreen a video, then pop that fullscreen video out into it's own floating window, that I could then stick on top of all other windows, and make it stay on every workspace. Really cool way to get a hacky picture in picture mode way before firefox did this.
VLC has a feature called "float on top". Together with resizing, it allows basically something akin to picture in picture mode. You can use VLC to play YouTube videos by downloading them with youtube-dl. That is what I used before Firefox PiP mode was available in stable.
Building Firefox's Picture-in-Picture Support
101–110 of 133 posts
Re: Building Firefox's Picture-in-Picture Support
#102Re: Building Firefox's Picture-in-Picture Support
#103Earlier quoted context omitted.
I am told that Firefox Nightly now allows you to use keyboard shortcuts to seek the video. Part of the problem here is that there are some sites that have special logic around seeking, so having playback controls on the PiP popup can cause the original page's custom controls to get confused or out of sync.
That would be great. My main use-case is watching youtube videos. When watching a video, I often pause (space) to have a better look at what's on the screen [-> rewind (left)] -> play (space) I absolutely loathe youtube's "suggested videos" that pop in my face when I try to focus on a specific frame. I never used that feature, it's just a way to shove ads in my face. Moreover, if I close it, the open/close button is…
Re: Building Firefox's Picture-in-Picture Support
#104Re: Building Firefox's Picture-in-Picture Support
#105Picture in Picture is great for lectures or follow-along tutorials and I'm glad people are taking it more seriously (initially was using Youtube on Safari purely because of this feature, but later on Chrome had it... albeit a bit wonky, I started using it on Chrome normally).
I would love to have an external controller for start/stop/fast forward/rewind when watching tutorials on Youtube. For example a controller [1] people are using to edit videos. Quite often I would like to pause the video for a while, repeat last 30 sec or by-pass some boring segment. [1] https://www.amazon.com/Contour-Design-Shuttle-Xpress-Multime...
However, rewinding is probably not among standard functionality of these extensions.
Re: Building Firefox's Picture-in-Picture Support
#106Mozilla's choice to add their own pip button is a massive pain for anyone developing video applications - anywhere over the player can't be considered a safe space to add our own buttons anymore, it really feels like Mozilla didn't talk to any video service developers when deciding how to approach this problem. Pip needs to be common API driven (as Chrome is) to make building portable video applications possible. A t…
So much of the modern web is "run your code on my computer," so this feels nice, where the browser is my tool to browse the web.
Re: Building Firefox's Picture-in-Picture Support
#107With (some) television sets in mind that popularized (for, um, me at least) the picture-in-picture term as one channel of video on top of another channel of video, it feels weird that the term is here used when only a minimum of 1 videos is involved...
- the mechanism is about the same: the video stays in the corner
- the term ‘picture in picture’ is already familiar to people, from TVs
...so the term is generalized. Happens a lot. If the feature gets popular and the term sticks around, decades later people might search the web for ‘why is it called PiP when it's not what it does’. We can even imagine that zero videos may be involved by then (though unlikely―there are other terms for that.)
Re: Building Firefox's Picture-in-Picture Support
#108Earlier quoted context omitted.
I am told that Firefox Nightly now allows you to use keyboard shortcuts to seek the video. Part of the problem here is that there are some sites that have special logic around seeking, so having playback controls on the PiP popup can cause the original page's custom controls to get confused or out of sync.
That would be great. My main use-case is watching youtube videos. When watching a video, I often pause (space) to have a better look at what's on the screen [-> rewind (left)] -> play (space) I absolutely loathe youtube's "suggested videos" that pop in my face when I try to focus on a specific frame. I never used that feature, it's just a way to shove ads in my face. Moreover, if I close it, the open/close button is…
Re: Building Firefox's Picture-in-Picture Support
#109This is honestly one of my favorite features in firefox.
for example, this is published by google: https://chrome.google.com/webstore/detail/picture-in-picture...
Re: Building Firefox's Picture-in-Picture Support
#110Mozilla's choice to add their own pip button is a massive pain for anyone developing video applications - anywhere over the player can't be considered a safe space to add our own buttons anymore, it really feels like Mozilla didn't talk to any video service developers when deciding how to approach this problem. Pip needs to be common API driven (as Chrome is) to make building portable video applications possible. A t…