muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.49k stars 1.75k forks source link

Problem with uploading to server on Android FireFox #736

Open nascent opened 3 years ago

nascent commented 3 years ago

Hi,

This is really a great library, and I have learned a great deal about WebRTC, however while it works very well using FireFox on the desktop, on Android (I don't know about iOS) it does not seem to upload.

I don't need to worry about Chrome because of the need for a plug-in, and while I mainly use it for audio, I am also wanting to use it for the screen, but as I use a DAW, this is difficult or impossible with ASIO and using multiple soundcards on the same machine can be problematic.

I have followed all the relevant PHP Settings, as per the Wiki, but to no avail.

I hope someone can help.

Regards

P.S. Is there an example that uses the Fetch API instead? Other libraries, although good, are not as comprehensive, nor as well documented or supported, and I am not interested in any commercial libraries.