Giter Club home page Giter Club logo

jsmpeg-stream-go's Introduction

MPEG Streaming Demo with jsmpeg.js

MPEG streaming demo with jsmpeg.js implemented by Go

Setup build environment

$ go get github.com/gorilla/websocket
$ go get github.com/gorilla/mux
$ go build

Run

Start streaming WebSocket and homepage server

$ go run stream-server.go
StreamServer parameters
  SECRET: secret
  IncomingPort: 8082
  WebSocketPort: 8084
IncomingStreamHandler starting
Demo web page listening at port 8080
WebSocketHandler starting

Start ffmpeg for incoming stream from iSight

$ ffmpeg -s 1024x576 -f avfoundation -i "0:1" \
  -f mpegts -codec:v mpeg1video -b:v 800k -r 24 -framerate 24 \
  -codec:a mp2 -b:a 128k -muxdelay 0.001 http://localhost:8082/secret

Open the page http://localhost:8080

jsmpeg-stream-go's People

Contributors

chanshik avatar

Watchers

Andrey Andrade avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.