millicast / millicast-sdk

SDK for building a realtime broadcaster using the Millicast platform.
Other
37 stars 26 forks source link

WIP: Integrate castlab SDK #363

Open vincentsong opened 1 month ago

vincentsong commented 1 month ago

Precondition:

  1. Add env vars in MultiView demo app as below
    MILLICAST_DRM_VID1_KEYID=<Your Key Id>  // must be hex string 
    MILLICAST_DRM_VID1_IV=<Your iv> // must be hex string
    MILLICAST_DRM_VID2_KEYID=<Your Key Id>  // must be hex string 
    MILLICAST_DRM_VID2_IV=<Your iv> // must be hex string
  2. Use query parameter 'drm' to toggle between DRM mode in URL of multi-view demo app

To-dos:

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 0499664589bb3afeb645a771d07e61fce18f6443

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR