/monitor-client

Record video and encode it to mpegTS, then push it to server

Primary LanguageC++

monitor-client

这是一个准备在树莓派上运行的项目。

本工程的目标是在本地录制音视频,制作成TS小片段,然后推送到服务器。

  • 写文件到磁盘
  • 进一步改为写文件到内存
  • 网络上传
  • 接收服务器的指令

安装依赖(MACOS):

brew install ffmpeg
brew install SDL2

对应的服务端: https://github.com/modyuan/monitor-server