This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# do not forget > pip install opencv-python | |
import cv2 | |
import numpy as np | |
import time | |
# livestreamer is dead. use streamlink instead | |
# do not forget > pip install streamlink | |
import streamlink | |
# use live streamer to figure out the stream info |