I have this url https://www.earthcam.com/js/video/embed.php?type=h264&vid=AbbeyRoadHD1.flv
And I want get frames from the streaming and save them in Python. Is this possible? I looked into the streamlink
library, but I'm not sure if it will work.
Sorry for my bad English, thanks.
streams = streamlink.streams("https://www.earthcam.com/js/video/embed.php?type=h264&vid=AbbeyRoadHD1.flv")