项目作者: pranabmitra

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/pranabmitra/h264-player.git
创建时间: 2017-07-19T13:35:10Z
项目社区:https://github.com/pranabmitra/h264-player

开源协议:

下载


h264-player

  1. $ npm install

Start the server

  1. $ cd server
  2. $ node ws_server.js

Serve the client page

Create a HTTP server to serve the index page.

Here, python is being used to create the HTTP server.

Python 2:

  1. $ python -m SimpleHTTPServer 8001

Python 3:

  1. $ python3 -m http.server 8001

Browse: http://localhost:8001/

Reference

H264 Converter