项目作者: ckevar

项目描述 :
Streams raw h264 over server-event
高级语言: JavaScript
项目地址: git://github.com/ckevar/webserver-videostreamer.git
创建时间: 2019-12-26T21:08:35Z
项目社区:https://github.com/ckevar/webserver-videostreamer

开源协议:

下载


Webserver Video streaming

server that streams raw h264 NAL units over TCP/IP based on server-sent-events. The raw h264 units can be split it using the h264Splitter.
At the client side a modified version of wfs.js to accept text/event-streams builds the fMP4 container to decode and play the video using the built-in decoder of HTML 5.

Tested

Currently, the server has been tested on Linux/pop-os!. The client side has been tested on:

  • Firefox 71.0
  • Chrome 79 (for android devices)
  • Chrome desktop is firing some shits

Also installed on Linux/pop-os!