Skip to content

feat: rtstream stream url player handling#66

Open
omgate234 wants to merge 3 commits intovideo-db:mainfrom
omgate234:feat/rtstream-player-url-handling
Open

feat: rtstream stream url player handling#66
omgate234 wants to merge 3 commits intovideo-db:mainfrom
omgate234:feat/rtstream-player-url-handling

Conversation

@omgate234
Copy link
Contributor

Pull Request

Description:
Adds ability to set player_url in RTStream object

Changes:

  • Add ability to create player_url
  • Add ability to set custom title, description and also slug prefix

Related Issues:

Testing:
Run a query as follows:

rt = collection.get_rtstream('rts-xxx')
rt.generate_stream(
    start=1771439388,
    end=1771439418,
    player_title="Something Amazing",
    player_description="Something amazing is done here!",
    player_slug_prefix="genius-01"
)

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