Tags: groundlight/stream
Tags
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.
Cropping (#33) * Motion detection threshold accepts floating point input. * First crack at client-side cropping. * Fixing a couple bugs. Client-side crop is working now. * Automatically reformatting code with black and isort --------- Co-authored-by: Auto-format Bot <[email protected]>
PreviousNext