Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Paralellized connection to Signaling Websocket and getting and setting local SDP. * Updated eslintignore for local verification. * Updated package lock from packages. * Added parallelize set local description and send publish/view command. Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation) * Fix: Stereo flag (#94) * Fix set stereo flag in both opus and multiopus SDP. * Change stereo set order. Now multiopus does not have stereo flag. * Add multisource feature and DTX publish (#92) * add getRTCPeerConnection to BaseWebRTC * add multisource support * add dtx support * add dtx support * do not add transceiver if media is disabled Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Renzo <[email protected]> * Updated package version * Change regex when setting Director domain for Safari compatibility. (#96) * Updated SDK version * Add support for abs-capture-time header extension (#98) * Add support for abs-capture-time header extension * Merged develop. Renamed test file to Jest format. Fix unknown replaceAll to replace. * Added linter script to fix syntax. Co-authored-by: Renzo <[email protected]> * Updated package version * Add layer events * Refactor event override * Add layer selection * Initial work on projection * first attempt to add dynamic remote tracks * first working version * More readable and understandable variables in viewer-demo README.md (#100) * Release v0.1.12 (#99) * Paralellized connection to Signaling Websocket and getting and setting local SDP. * Updated eslintignore for local verification. * Updated package lock from packages. * Added parallelize set local description and send publish/view command. Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation) * Fix: Stereo flag (#94) * Fix set stereo flag in both opus and multiopus SDP. * Change stereo set order. Now multiopus does not have stereo flag. * Add multisource feature and DTX publish (#92) * add getRTCPeerConnection to BaseWebRTC * add multisource support * add dtx support * add dtx support * do not add transceiver if media is disabled Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Renzo <[email protected]> * Updated package version * Change regex when setting Director domain for Safari compatibility. (#96) * Updated SDK version * Add support for abs-capture-time header extension (#98) * Add support for abs-capture-time header extension * Merged develop. Renamed test file to Jest format. Fix unknown replaceAll to replace. * Added linter script to fix syntax. Co-authored-by: Renzo <[email protected]> * Updated package version Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> * More readable and understandable variables Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> * More readable and understandable variables in publisher-demo README.md (#101) * Release v0.1.12 (#99) * Paralellized connection to Signaling Websocket and getting and setting local SDP. * Updated eslintignore for local verification. * Updated package lock from packages. * Added parallelize set local description and send publish/view command. Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation) * Fix: Stereo flag (#94) * Fix set stereo flag in both opus and multiopus SDP. * Change stereo set order. Now multiopus does not have stereo flag. * Add multisource feature and DTX publish (#92) * add getRTCPeerConnection to BaseWebRTC * add multisource support * add dtx support * add dtx support * do not add transceiver if media is disabled Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Renzo <[email protected]> * Updated package version * Change regex when setting Director domain for Safari compatibility. (#96) * Updated SDK version * Add support for abs-capture-time header extension (#98) * Add support for abs-capture-time header extension * Merged develop. Renamed test file to Jest format. Fix unknown replaceAll to replace. * Added linter script to fix syntax. Co-authored-by: Renzo <[email protected]> * Updated package version Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> * More readable and understandable variables in README.md Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> * Added Dictionary options object in signaling publish and subscribe (#106) * add layer to view command and check validity of mapping in projection * Added av1 support (#107) * Release v0.1.12 (#99) * Paralellized connection to Signaling Websocket and getting and setting local SDP. * Updated eslintignore for local verification. * Updated package lock from packages. * Added parallelize set local description and send publish/view command. Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation) * Fix: Stereo flag (#94) * Fix set stereo flag in both opus and multiopus SDP. * Change stereo set order. Now multiopus does not have stereo flag. * Add multisource feature and DTX publish (#92) * add getRTCPeerConnection to BaseWebRTC * add multisource support * add dtx support * add dtx support * do not add transceiver if media is disabled Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Renzo <[email protected]> * Updated package version * Change regex when setting Director domain for Safari compatibility. (#96) * Updated SDK version * Add support for abs-capture-time header extension (#98) * Add support for abs-capture-time header extension * Merged develop. Renamed test file to Jest format. Fix unknown replaceAll to replace. * Added linter script to fix syntax. Co-authored-by: Renzo <[email protected]> * Updated package version Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> * Added support to AV1 coedec * Fixed some vulnerability packages Added rollup plugin to support newest Axios version * Comments refactor and change if to one line if Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo <[email protected]> * Fix layer selection cmd data * Firefox bitrate support is done inside semantic-sdp now (#109) * Release v0.1.12 (#99) * Paralellized connection to Signaling Websocket and getting and setting local SDP. * Updated eslintignore for local verification. * Updated package lock from packages. * Added parallelize set local description and send publish/view command. Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation) * Fix: Stereo flag (#94) * Fix set stereo flag in both opus and multiopus SDP. * Change stereo set order. Now multiopus does not have stereo flag. * Add multisource feature and DTX publish (#92) * add getRTCPeerConnection to BaseWebRTC * add multisource support * add dtx support * add dtx support * do not add transceiver if media is disabled Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Renzo <[email protected]> * Updated package version * Change regex when setting Director domain for Safari compatibility. (#96) * Updated SDK version * Add support for abs-capture-time header extension (#98) * Add support for abs-capture-time header extension * Merged develop. Renamed test file to Jest format. Fix unknown replaceAll to replace. * Added linter script to fix syntax. Co-authored-by: Renzo <[email protected]> * Updated package version Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> * Firefox bitrate support is done inside semantic-sdp now * update semantic sdp * update semantic-sdp * Removed semantic-sdp from main package.json. Removed unused var browserData Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo <[email protected]> * Updated package version * Fixed peerconnection docs Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: ctoppel <[email protected]> Co-authored-by: Sebastián Piquerez <[email protected]>
- Loading branch information