ffmpeg_camera_streamer
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端摄像头并进行直播的功能,同时支持添加不同的视频滤镜
File Explorer
Download Latest Version (.zip)- avcodec.h
- avfft.h
- d3d11va.h
- dv_profile.h
- dxva2.h
- old_codec_ids.h
- qsv.h
- vaapi.h
- vda.h
- vdpau.h
- version.h
- vorbis_parser.h
- xvmc.h
- avdevice.h
- version.h
- asrc_abuffer.h
- avcodec.h
- avfilter.h
- avfiltergraph.h
- buffersink.h
- buffersrc.h
- version.h
- avformat.h
- avio.h
- version.h
- adler32.h
- aes.h
- attributes.h
- audio_fifo.h
- audioconvert.h
- avassert.h
- avconfig.h
- avstring.h
- avutil.h
- base64.h
- blowfish.h
- bprint.h
- bswap.h
- buffer.h
- camellia.h
- cast5.h
- channel_layout.h
- common.h
- cpu.h
- crc.h
- dict.h
- display.h
- downmix_info.h
- error.h
- eval.h
- ffversion.h
- fifo.h
- file.h
- frame.h
- hash.h
- hmac.h
- imgutils.h
- intfloat.h
- intfloat_readwrite.h
- intreadwrite.h
- lfg.h
- log.h
- lzo.h
- macros.h
- mathematics.h
- md5.h
- mem.h
- motion_vector.h
- murmur3.h
- old_pix_fmts.h
- opt.h
- parseutils.h
- pixdesc.h
- pixelutils.h
- pixfmt.h
- random_seed.h
- rational.h
- replaygain.h
- ripemd.h
- samplefmt.h
- sha.h
- sha512.h
- stereo3d.h
- threadmessage.h
- time.h
- timecode.h
- timestamp.h
- twofish.h
- version.h
- xtea.h
- swresample.h
- version.h
- swscale.h
- version.h
- _mingw.h
- inttypes.h
- stdint.h
- avcodec.lib
- avdevice.lib
- avfilter.lib
- avformat.lib
- avutil.lib
- swresample.lib
- swscale.lib
- avcodec-56.dll
- avdevice-56.dll
- avfilter-5.dll
- avformat-56.dll
- avutil-54.dll
- ffmpeg_camera_streamer.cpp
- ffmpeg_camera_streamer.vcxproj
- ffmpeg_camera_streamer.vcxproj.filters
- ffmpeg_camera_streamer.vcxproj.user
- postproc-53.dll
- swresample-1.dll
- swscale-3.dll
- test.jpg
- 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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
