Files
go-rtsp/README.md
T
2024-01-17 11:33:11 +03:00

10 lines
706 B
Markdown

# FFmpeg rtsp implementation
### need FFmpeg libs
```
sudo apt install ffmpeg libswscale-dev libavformat-dev
```
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Danile71/go-rtsp)
[![LICENSE](https://img.shields.io/github/license/Danile71/go-rtsp.svg?style=flat-square)](https://github.com/Danile71/go-rtsp/blob/main/LICENSE)
[![Releases](https://img.shields.io/github/release/Danile71/go-rtsp/all.svg?style=flat-square)](https://github.com/Danile71/go-rtsp/releases)
[![Linter](https://img.shields.io/github/actions/workflow/status/Danile71/go-rtsp/.github/workflows/golangci-lint.yml?style=flat-square)](https://github.com/Danile71/go-rtsp/actions/workflows/golangci-lint.yml)