Skip to content

Commit

Permalink
v1.3.0 (#45)
Browse files Browse the repository at this point in the history
## Updates

* Add `drmType` property to the Mux node. This value is automatically reported from the player if available (#44)
* Add `droppedFrames` property to the Mux node. This value is must be reported from your player. (#44)
* Add `errorContext` field to Error Events. This value is automatically reported from the player if available (#44)
  • Loading branch information
daytime-em authored Dec 21, 2022
1 parent 79206b4 commit b75a888
Show file tree
Hide file tree
Showing 6 changed files with 3,639 additions and 1,494 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ To remote debug the sample app on a physical device from within VS Code, be sure

After that, launch the "BrightScript Debug: Launch" configuration from the "Run and Debug" section in VS Code.

### Exploring the example code

An example channel with a mux integration is available in the [sampleapp_source](https://github.com/muxinc/roku-mux/tree/master/sampleapp_source) folder. The components belonging to the interactive sample app can be found in [sampleapp_source/components_reset](https://github.com/muxinc/roku-mux/tree/master/sampleapp_source/components_reset/components)

### Configuration ###

Please configure mux settings in manifest.
Expand Down
Loading

0 comments on commit b75a888

Please sign in to comment.