plyr.link Open in urlscan Pro
2606:4700:3032::6815:5d4e  Public Scan

Submitted URL: http://plyr.link/
Effective URL: https://plyr.link/
Submission Tags: falconsandbox
Submission: On August 25 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

PLYR STATIC

Universal web media player using URL hash.
based on : https://github.com/sampotts/plyr

player.html#[your video url]#uid=[save id]#[other options]=...

video url : base64 encoded link of any html5 meda, or m3u8 hls link.
uid : save id for localstorage playback save
res : default resolution selected
noreload : prevent reloading on error, if unset it may reload once.
onbuffer : send postmessage back when buffer over this threshold.
t : custom time start (override playback saved)




DEMO

video url :
player url :



available postmessage actions :
- "screenshot"
- "autoplay"

try it yourself :
document.getElementById('demo').contentWindow.postMessage("screenshot","*");