Commit 9bed0571 authored by Steve Johnson's avatar Steve Johnson
Browse files

updated README

parent 7a20cb63
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -4,10 +4,12 @@ This repository contains the websocket bridge server code. This server allows c


###Server source
###Server source


- ws2bridge.js: Source code for the NodeJS web socket bridge server.
`ws2bridge.js`: Source code for the NodeJS web socket bridge server.


###Server configuration
###Server configuration
These files are not kept in the repository but must reside on your server. See mse/samples for template files.
The following configuration files are not kept in the repository but must reside on your server.

See [https://html5.cablelabs.com/mse/quickstart.html](https://html5.cablelabs.com/mse/quickstart.html) for more information.


####ws2bridge.config
####ws2bridge.config
Server configuration file in JSON format:
Server configuration file in JSON format:
@@ -51,3 +53,4 @@ Usage examples: (configure in your forever script or run from the command line)


    # SSL bridge on port 1339
    # SSL bridge on port 1339
    /usr/local/bin/node /.../ws2bridge-ssl.js -ssl -config /.../ws2bridge-ssl.config
    /usr/local/bin/node /.../ws2bridge-ssl.js -ssl -config /.../ws2bridge-ssl.config