ehdgodgka / js20-picture-in-picture

change video in browser to picture in picture mode using MediaStream Picture-In-Picture API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

picture-in picture

  • Built with HTML, CSS and Javascript.
  • using MediaStream API
  • using PictureInPicture API

referenced ideas and codes from the ZMT JS course

course-link


feature

  • get a video stream from brower media list.
  • show video in Picture in Picture(PIP) mode
  • can toggle PIP state and stop stream

How to use

button function

  • PIP mode: change to Picture In Picture mode by PIP mode toggle button

  • select video : choose a video among your media list.

    • you can change after by click this button agian
  • close video : stop video stream

    live server here


When to use?

I would use in this ways...

  • turn on PIP mode of tutorial video and search and code together!
  • when listen music with beautiful landscape video
  • etc ...!

check support


About

change video in browser to picture in picture mode using MediaStream Picture-In-Picture API


Languages

Language:CSS 42.4%Language:JavaScript 39.1%Language:HTML 18.5%