Skip to content

adfghzhang/h264-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h264-player

$ npm install

Start the server

$ cd server
$ 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:

$ python -m SimpleHTTPServer 8001

Python 3:

$ python3 -m http.server 8001

Browse: http://localhost:8001/

Reference

H264 Converter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • HTML 5.5%