Skip to content

push audio and video stream on rtmp protocol synchronously

License

Notifications You must be signed in to change notification settings

zhaozhencn/PushRTMPStreamSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PushRTMPStreamSync

push audio and video stream on rtmp protocol synchronously

usage step:

1 building x264 using mingw

cd libs\x264 ./configure && make

2 building x264_wrapper using mingw

cd libs\x264_wrapper make -f Makefile.encode_wrapper

3 building capture.sln using Visual Studio 2015 (select Release Mode)