ffmpeg_camera_streamer

(★ 97)

This program can read from PC camera and stream it to live streaming server, you can also add different video filters to the live stream.本程序实现了读取PC端摄像头并进行直播的功能,同时支持添加不同的视频滤镜

  • ffmpeg_camera_streamer.sln
  • ffmpeg_camera_streamer.v12.suo
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/zhanghuicuc/ffmpeg_camera_streamer

Downloads the entire project code from GitHub to your computer.

cd ffmpeg_camera_streamer

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet restore

Downloads the packages the project depends on.

dotnet run

Builds the project and runs it immediately.

After dotnet run, check the message or address shown in the terminal.
// repository documentation