Skip to content

Conversation

DavidValeri
Copy link

@DavidValeri DavidValeri commented Feb 3, 2025

Introduces the methods mapping to the API interactions for initiating a stream, checking on the stream initiation status, and maintaining the stream in an active state.

Here is a use case in action https://github.com/DavidValeri/bb-streamer. The output can be fed to an NVR or another identification system.


LOGGER.debug(result)

while (result["__typename"] == "WatchingStartInProgressResult"):
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably include an optional timeout on this waiting loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant