Video streaming with HTML 5 via node.js

后端 未结 8 1984
青春惊慌失措
青春惊慌失措 2020-11-30 18:01

I\'m trying to set up a web server that will support streaming video to an HTML5 video tag using node.js. Here\'s my code so far:

var range = request.header         


        
8条回答
  •  暖寄归人
    2020-11-30 18:29

    I found this codesandbox and it seems really helpful https://codesandbox.io/s/14n6q1yr33

提交回复
热议问题