Skip to content

Tags: groundlight/stream

Tags

0.5.2

Toggle 0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Slightly more robust RTSP support (#46)

* Slightly more robust RTSP support

* Bump version

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md with new help message

0.4.6

Toggle 0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Groundlight sdk version (#43)

0.15 -> 0.17.6

0.4.5

Toggle 0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #39 from groundlight/tyler/bump-sdk-version

Bump groundlight sdk version to 0.15.0

0.4.4

Toggle 0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.4.3

Toggle 0.4.3's commit message
Trying to automate README update.

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Documentation, latest SDK (#34)

Improving RTSP documentation and README.  Updating to latest SDK.

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto-formatting with black & isort (#31)

* Adding auto-format with black & isort on PR through GHA.

* Automatically reformatting code with black and isort

* Consolidating RELEASE into README.

---------

Co-authored-by: Auto-format Bot <[email protected]>