I had worked on a video-recording project using html5 but failed.I was able to view and take screenshot of video but not record it and send it to php.
Therefore, is flash a more easy and successful way? If yes, then how do i start? How do big sites like skype and google do it? Any alternative.
There is RecordRTC-to-PHP open-sourced project, recording both audio and video individually and pushing to server using traditional HTTP-POST mechanism.
There is a similar project: RcordRTC-to-PHP-and-FFmpeg, not only recording audio/video individually but also using ffmpeg on PHP side to merge both files in single WebM container.
You can use ffmpeg-asm.js to not only transcode but also merge inside the browser and POST just single mp4 file to PHP server. Try a demo to see how transcode/merge works.
You may like to try MediaStreamRecorder.js which has flash-fallback solutions as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With