7

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.

bento64
  • 71
  • 1
  • 2
  • 2

1 Answers1

4

You don’t. Browsers support HTTP, Websockets, and webrtc. Any other protocol requires a browser plugin.

szatmary
  • 29,969
  • 8
  • 44
  • 57