You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from pafy to streamlink for youtube support (#45)
pafy has fallen way out of date and no longer works. streamlink can also be used to fetch HLS (HTTP Live Streaming) URLs for youtube videos. Seems to work fine on streams that pafy did not work with.
Merge pull request #38 from groundlight/tyler/allow-specifying-stream…
…-type
Sometimes stream incorrectly determines the correct way to grab frames from the stream. For example, some internet .mjpg streams should be processed via FileStreamFrameGrabber but instead it is routed to InternetFrameGrabber due. This allows the user to manually specify how their stream should be processed.