Skip to content

Commit

Permalink
html sdk updates for Mastiff
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-red5pro committed Jan 8, 2025
1 parent 830642f commit b72e49e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/webapps/live/lib/red5pro/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changes

## 13.3.0-beta.1
## 14.0.0

- fix: publish codec listings. (Todd Anderson)
- fix: viewless subscriber for WHEPClient. (Todd Anderson)
- feat: codec init param support for WHIP and RTC publishers. (Todd Anderson)

## 13.0.0

Expand Down
2 changes: 1 addition & 1 deletion src/webapps/live/lib/red5pro/PUBLISHER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _It is *highly* recommended to include [adapter.js](https://github.com/webrtcHac
| signalingSocketOnly | [-] | `true` | Flag to indicate whether the `WebSocket` should only be used for signaling while establishing a connection. Afterward, all data between client and server will be sent over an `RTCDataChannel`.
| dataChannelConfiguration | [-] | `{name: "red5pro"}` | An object used in configuring a n `RTCDataChannel`. _Only used when `signalingSocketOnly` is defined as `true`_ |
| forceVP8 | [-] | `false` | Flag to force VP8 as the encoder for the outgoing stream. _Marked for Deprecation._ |
| videoEncoding | [-] | `undefined` | `PublishVideoEncoder` enum: `VP8` | `VP9` | `H264` | `H265` | `AV1`. _Replacement of `forceVP8`._ |
| videoEncoding | [-] | `undefined` | `PublishVideoEncoder` enum: `VP8` | `H264` | `H265` . _Replacement of `forceVP8`._ |
| audioEncoding | [-] | `undefined` | `PublishAudioEncoder` enum. |
| endpoint | [-] | `undefined` | The full URL of the endpoint to stream to. **This is primarily used in Stream Manager 2.0 integration for clients.** [Refer to the Stream Manager 2.0 Section](#stream-manager-20)

Expand Down
Binary file modified src/webapps/live/lib/red5pro/red5pro-publisher.swf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/webapps/live/lib/red5pro/red5pro-sdk.min.js

Large diffs are not rendered by default.

Binary file modified src/webapps/live/lib/red5pro/red5pro-subscriber.swf
Binary file not shown.

0 comments on commit b72e49e

Please sign in to comment.