1
1 Comment

I’m going to be working on a little project where I have a UDP connection for a video feed (not sure of codec yet).

I’m going to be working on a little project where I have a UDP connection for a video feed (not sure of codec yet). Is this something I’d be able to pipe into a <video> element? Would I need WebRTC or something in the middle?

(I majored in telecom and should know this)

on November 27, 2018
  1. 1

    I believe WebRTC is a better option for you considering HTML video doesn't support streaming by itself and there are libraries which support HTML video streaming like JW Player however that is HLS and DASH streaming which doesn't have good support across modern web browsers.

    https://caniuse.com/#search=HLS