Skip to content

pranabmitra/h264-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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 or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published