-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Disable multiopus with H.264 * Added getStats method in PeerConnection with interval. * Refactor for get stats. Added new interval for emit events. Fix manual View test. * Added scenarios and unit tests for get peer stats. * Added scenario for complete test coverage. Refactor for reuse how to get codec information from stats. * Corrected typo. * Added documentation for get and stop Peer Stats. * Set multiopus with available payload type id * Refactor to documentation. Removed data key when returning stats. * Renamed PeerConnection method getStats to initStats. Refactor to PeerConnectionStats applied due to PR Review. Fix related tests and removed some scenarios. Refactor to documentation. * Renamed MILLICAST_STREAM_ID enviroment variable to MILLICAST_STREAM_NAME. Change streamId variables to streamName. Updated documentation. * Updated manual functional test demos for get stats. * Change some logs message related to init connection stats. * Update README Viewer example. * Update version to 0.1.4 Co-authored-by: Renzo Delfino <[email protected]>
- Loading branch information
1 parent
7ffebdd
commit 960850f
Showing
22 changed files
with
805 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Make a .env file with the following vars | ||
MILLICAST_STREAM_ID=test | ||
MILLICAST_STREAM_NAME=test | ||
MILLICAST_ACCOUNT_ID=test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Make a .env file with the following vars | ||
MILLICAST_STREAM_ID=test | ||
MILLICAST_STREAM_NAME=test | ||
MILLICAST_ACCOUNT_ID=test | ||
MILLICAST_PUBLISH_TOKEN=test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.