]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7585: add rtmp video support
authorSeven Du <dujinfang@gmail.com>
Tue, 26 May 2015 19:15:00 +0000 (03:15 +0800)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:34 +0000 (12:47 -0500)
commit0c819da6f5601f52292eaffe0f93b214fdf6df99
tree2fab829237e5d8c366c2e866e2f51f822178d4ce
parente187479784594c9de1499608bed9211a55c40fd9
FS-7585: add rtmp video support
12 files changed:
clients/flex/freeswitch-h264.swf [new file with mode: 0644]
clients/flex/freeswitch-video.html [new file with mode: 0644]
clients/flex/jquery.min.js [new file with mode: 0644]
src/mod/endpoints/mod_rtmp/Makefile.am
src/mod/endpoints/mod_rtmp/handshake.h [new file with mode: 0644]
src/mod/endpoints/mod_rtmp/mod_rtmp.c
src/mod/endpoints/mod_rtmp/mod_rtmp.h
src/mod/endpoints/mod_rtmp/rtmp.c
src/mod/endpoints/mod_rtmp/rtmp_sig.c
src/mod/endpoints/mod_rtmp/rtmp_tcp.c
src/mod/endpoints/mod_rtmp/rtmp_video.c [new file with mode: 0644]
src/mod/endpoints/mod_rtmp/rtmp_video.h [new file with mode: 0644]