Video streaming with HTML 5 via node.js

后端 未结 8 2013
青春惊慌失措
青春惊慌失措 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:50

    I know this is a really old question, but as Google seems to like it I thought it would be worth pointing out that I wrote a Node.js video streaming module (Github, or via NPM) that's hopefully worth a look too.

提交回复
热议问题