flashvideo
a tiny library used to publish / play rtmp streams.
usage
/** * xdyVideo 创建Flash窗口对象 * domEleId 界面DOM的Id * width 窗口对象宽度,建议100% 由容器决定 * height 窗口对象高度,建议100% 由容器决定 * ready_callback_function flash窗口对象创建完毕的回调函数[异步],只有该方法通知创建成功,才能向窗口对象发命令消息 * msg_callback_function flash消息处理结果通知 */ ; let publishFlash = null;let playFlash = null; // publish { const sendPublishCommand = { const msg = JSON; publishFlash; } if publishFlash return ; } // play { const sendPlayCommand = { const msg = JSON; playFlash; } if playFlash return ; } // 打开/关闭视频一致的 { const msg = JSON; publishFlash; playFlash;} // for test purposes; ; ;