I'm new to Stack Overflow and I have a question: I want to make an online TV website. I've got the UDP streaming links for each TV channels (ex. udp://@225.1.2.249:30120). Then, I can't find the way how to play that stream on video player in browsers. (I've already tried Video.js and hls.js but both not work, but it easily play on VLC). I know that my grammar is terrible, hope you forgive that.
Asked
Active
Viewed 1.0k times
7
-
Possible duplicate of [Streaming mp4 with vlc to html browser](https://stackoverflow.com/questions/11294836/streaming-mp4-with-vlc-to-html-browser) – Moti Korets Apr 28 '18 at 12:02
-
Read the first answer please – Moti Korets Apr 28 '18 at 12:19
-
You mean I can't transmit mp4 over http protocol? – bento64 Apr 28 '18 at 12:37
1 Answers
4
You don’t. Browsers support HTTP, Websockets, and webrtc. Any other protocol requires a browser plugin.

szatmary
- 29,969
- 8
- 44
- 57