media-server-client-js icon indicating copy to clipboard operation
media-server-client-js copied to clipboard

Media Server Client

Results 4 media-server-client-js issues
Sort by recently updated
recently updated
newest added

MediaServerClient can't establish connection, either with or without using adapter.js I can reproduce this using Chrome (dev) Version 104.0.5112.20 (Official Build) beta (64-bit), while the same code works in v.103...

Sorry about limited info, I can only partially debug a remote client, but what I've seen is that peer.localInfo has an empty candidates array, and peer.connectionState / peer.iceConnectionstate are stuck...

I've tried running the demo and documented the steps I followed here https://maxrohde.com/2019/07/28/medooze-media-server-demo/ It shows both the local and remote track when either clicking [Add normal track] or [Add simulcast...

To properly enable fixing a codec with simulcast the `codecPayloadType` of the `sendEncodings` should be filled when calling `addTransceivers`. We can retrieve the codec payloads from the initialization SPP O/A...