'Is it possible to grab this live surf cam and use it with a <video></video> tag?
Overview
I have a list of sourced cams by the beach to check the surf (Surfline charges for everything now).
My Problem
However, I don't have a browser that has Adobe Flash and can't find to a browser extension/plugin (tried a few) or an online emulator to load the stream. Then I would inspected with the developer tools and find the surf cam stream
Question
Is it possible to grab this live surf cam and use it with a <video></video> tag?
Link
https://www.pacificedgehotel.com/webcam/
Desired Output
<video width="430" height="242" controls autoPlay>
<source src={STREAM_URL_HERE} type="video/mp4" />
</video>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
