Answer the question
In order to leave comments, you need to log in
How to stream video using html5?
How to get an audio and video stream from a client from a browser via html5, so that later it can be relayed via ffmpeg?
Does he even know how to broadcast?
Answer the question
In order to leave comments, you need to log in
Search Google for "html5 upload video".
Here you will find:
- stackoverflow.com/questions/14976460/html5-video-r...
- stackoverflow.com/questions/13431251/html5-solutio...
- hdfvr.com/html5-video-recording
etc .
There are different streams) And there are different codecs, different browsers support different codecs. And this is how you decide:
1) what stream you want to watch (http, rtmp, rtsp, udp)
2) decide on the player (flowplayer, jwplayer, self-made)
3) decide on codecs and format (mp4, mpeg, mp2, mpegts)
4) configure nginx to serve your content, you can connect to it using a number of protocols using the player and using ffmpeg.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question