00mjk / ffmpegToWebPage

Golang - FFMPEG stream to web page via websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang - FFMPEG stream to web page via websocket

This small software is an example that can be used in order to stream ffmpeg inputs to webpage via websocket in go programming language. ffmpeg frames are sended to the client as base64 strings. The client displays frames in canvas. It uses gin-gonic and gorilla websocket.

About

Golang - FFMPEG stream to web page via websocket


Languages

Language:Go 63.0%Language:HTML 37.0%