Skip to content

Latest commit

 

History

History

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Demo示例代码

一、EasyRTC_C_Demo

在main.c中说明了调用流程, 可参考该流程实现音视频流的传输

二、EasyRTC_C++_Demo

  • Bin: windows & Linux可执行程序

      Windows: 	EasyRTC_Device.exe				采集本地摄像头和麦克风
      			EasyRTC_FILE.exe				读取本地视频和音频文件
      Linux: 		easyrtc_file					读取本地视频和音频文件
    
  • EasyRTC_Device: Windows测试程序和代码,采集本地USB摄像头和音频信息;

  • EasyRTC_FILE: Windows & Linux 示例代码, 读取本地视频和音频文件;

      Windows: EasyRTC_FILE.sln
      Linux:   make