# jessibuca **Repository Path**: geekjoker/jessibuca ## Basic Information - **Project Name**: jessibuca - **Description**: Jessibuca是一款开源的纯H5直播流播放器,通过Emscripten将音视频解码库编译成Js(ams.js/wasm)运行于浏览器之中 - **Primary Language**: C/C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/jessibuca - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 80 - **Created**: 2020-08-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # H5RtmpClient this project's goal is to play live rtmp video in Html5 # What you need to compile and run csharprtmp(my another project)、Broadway、Speex.js all these projects are on github you need to modify js/index.html to connect to right server address you can publish video by use testClient.swf,or you can write a flash client by yourself. var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings(); h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_3); ns.videoStreamSettings = h264Settings; var mic:Microphone = Microphone.getMicrophone(-1); mic.codec = SoundCodec.SPEEX; mic.framesPerPacket = 1;