Y
Hacker News
new
|
ask
|
show
|
jobs
by
krackers
708 days ago
How does it work? Since sites often have their own craptastic JS player that doesn't embed the source stream in the DOM directly.
1 comments
Andrews54757
708 days ago
Most sites still use a player that fetches a ".m3u8" or ".mpd" manifest file. The extension monitors webRequests and triggers when it sees a request to such a file.
link