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

Muaz Server Code and PHP? #729

Open rayj00 opened 3 years ago

rayj00 commented 3 years ago

Does a node http server default support php? Yes or no. I keep getting 401 unauthorize??

Ray

rayj00 commented 3 years ago

It's Apache2 that processes PHP.

rayj00 commented 3 years ago

Ok, I had to reload PHP apparently. I can now run a Scalable Broadcast, record it, and send the webm to the server. Then I can convert it to an mp4 which is roughly 10 time smaller then the webm! Finally I have accomplished my mission. One thing I need to do though is instead of saving the webm in the upload folder, I need to figure out how to implement the ffmpeg conversion automatically before storing in the uploads/ folder.