2021年3月4日星期四

Is it possible to send a large video file (larger than 4 Gig) from browser via a webrtc or other and stream it via HLS or other format?

My question is for HTML side of things (via a broswer like chrome or safari)...

**** also the main concern is chrome / safari limitation when sending file over 4 Gig via a <input type="file" >

Example : https://obsproject.com/ is a streaming software that you install on a desktop to stream a from a camera or from a video file to RTMP endpoint....

but is it doable to to the same (send a pre-recorded .mov) and stream it to a server and that server to "record" it to make it available after the stream... like using webrtc api of the browser and send it to a multipoint control unit (MCU) and record or convert to HLS .m3u8 format...

digging in google made me found this https://webrtc.github.io/samples/src/content/capture/video-pc/ the the demo don't work :(

••••• I found this too https://github.com/muaz-khan/FileBufferReader with function FileBufferReader() {...

but what about recording (from the user browser to an other peer, but that other peer could be a server that takes this "stream" and re-assemble it and do a .m3u8 HLS format) ?

https://stackoverflow.com/questions/66486190/is-it-possible-to-send-a-large-video-file-larger-than-4-gig-from-browser-via-a March 05, 2021 at 11:06AM

没有评论:

发表评论