Olivier Anguenot

Results 13 issues of Olivier Anguenot

When testing the polyfill in Safari 14.01: MediaRecorder.isTypeSupported('audio/wav') --> true MediaRecorder.isTypeSupported('audio/mp4') --> false When testing the polyfill in Safari 14.1 (SAfari preview 117): MediaRecorder.isTypeSupported('audio/wav') --> false MediaRecorder.isTypeSupported('audio/mp4') --> true

Hi, When using the page http://inorganik.github.io/debugout.js/ and click on the button download log without modifying any options, I have an empty page displayed on Safari IOS with the following error:...

# Please read first! Please use [discuss-webrtc](https://groups.google.com/forum/#!forum/discuss-webrtc) for general technical discussions and questions. - [X] I have provided steps to reproduce (e.g. a link to a [jsfiddle](https://jsfiddle.net/)) - [X] I...

Using Node LTS (v16.17.0), I tried to load and execute node-datachannel into a Node worker_threads. It seems to start correctly, but I have the following error: FATAL ERROR: HandleScope::HandleScope Entering...

Add buttons for testing SDK methods: - Connect WS: to call the watchRTC.connect() API and try to connect manually the WS - Disconnect WS: to call the watchRTC.disconnect() API and...

I use node-datachannel 0.5.4 to do an echo-test from the browser. I succeeded to send and receive my audio/video streams back and forth. The offer is initiated by the browser...

### Version v5.7.3 ### Platform NodeJS ### What happened? Hello, I have a node application that schedules delayed jobs with a delay from 2s to 1 hour. When the job...

bug

SSRC ID is used to identify the stream. But in some cases, an inbound SSRC ID can match an outbound SSRC ID (eg: echo-test). The consequence is that only one...

bug

Reference report brings complexity and can be replaced by a first report collected. No need to keep a reference report as there is the startAfter property Other problem with the...

bug

Add the statistics powerEfficientDecoder and powerEfficientEncoder to the report

enhancement