Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtmp-services: Add Bitmovin #7886

Conversation

CMThF
Copy link
Contributor

@CMThF CMThF commented Dec 2, 2022

Description

Added an rtmp service for Bitmovin.

Motivation and Context

Add Bitmovin live streaming to the common rtmp services.
Bitmovin is a leading provider of video software and cloud infrastructure for online media companies and enterprises globally.

I already created a PR once, where I tried to implement the generic workflow of Bitmovin. Back then, Bitmovin did not offer a single ingest point with stream-key, so it was a bit more complicated to authenticate, create a stream, fetch the metadata and input to it.
Bitmovin heard OBS' feedback, and introduced a simplified workflow, named Bitmovin Streams - featuring the common practice of a single ingest point with stream key.

How Has This Been Tested?

  • JSON validation
  • manual test
    • Build OBS
    • check if Bitmovin option is in the rtmp services dropdown menu
    • select it
    • start a Bitmovin Streams Live stream via the dashboard
    • copy stream key and configure it in OBS
    • start ingest
    • watch stream in the Bitmovin preview player

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@tytan652 tytan652 added the Services These are modifications to the Service list and are not tied to the release schedule label Dec 2, 2022
@derrod derrod merged commit ba27474 into obsproject:master Dec 2, 2022
@gxalpha gxalpha mentioned this pull request Dec 2, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Services These are modifications to the Service list and are not tied to the release schedule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants