Sam Dutton
Sam Dutton
Not sure why this isn't updating for you on simpl.info/mr. Did you try clearing caches? The main change is to remove the options argument from the MediaRecorder constructor call. Does...
Removing the options argument from the `MediaRecorder` constructor fixed the issue for me on [simpl.info/mr](simpl.info/mr) in Safari (on Mac at least — I don't have an iPhone with me). Does...
I think the problem is with `MediaSource`. Apparently this is supported on iPad but not iPhone: [caniuse.com/?search=mediasource](https://caniuse.com/?search=mediasource). Depending on what you want to do, you may not need `MediaSource` at...
Correct: MediaSource is not implemented on iPhone. On Mon, 5 Jul 2021 at 18:36, Ponant ***@***.***> wrote: > But mediasource seems ok on other browsers on mobile, whereas the code...
The lack of support on iPhone is for all browsers. All browsers on iOS must use WebKit , the same engine used by Safari. On Mon, 5 Jul 2021 at...
Thanks Kiran. I'm not working so much on EME stuff now, so just checking for the best answer to your question. Will keep you posted...
Hi @BerlinaLI ! Thanks for filing the issue, but I can't seem to reproduce this :(. Are you running exactly the same code, from localhost (i.e. running a local server),...
Thanks for the heads-up! Not sure what happened... I've re-added the file — seems to be working OK now.
Hi kishanc12 — which simpl.info sample are you referring to?
Do you want to store the image to the file system programmatically without user interaction? You can't do that on the web at the moment, but take a look at...