# fwPlayer **Repository Path**: facingscreen/fwPlayer ## Basic Information - **Project Name**: fwPlayer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fwPlayer fwPlayer(9M)支持各种最新浏览器的视频和音频的录制、转码、流式传输。可以支持avi MP4(x264,x265) webm mpeg-1 mpeg-2,pcm adpcm mp3 aac wav ogg flac,gif,srt ass等 需要延迟 转码的时间,内容小于1G ,或者分段 ## 步骤 ###1 在服务器端增加反馈的 headers : Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin ###2 在服务器端(Nginx、apache配置文件mime.types),增加MIME类型,以便支持Content-Type对应的wasm, 增加设置 文件扩展名Extensions 内容类型 MIME type: wasm application/wasm ###3 引入js,配置userAuth 。 ###4 初始化init ,然后获得转码AppFW.getData的数据,直接播放 ############################################################################################### # fwPlayer fwPlayer(9M)Support video and audio recording, transcoding and streaming transmission of various latest browsers. It can support avi MP4 (x264, x265), WebM MPEG-1, MPEG-2, PCM ADPCM MP3, AAC wav Ogg, FLAC, GIF, SRT, ass, etc. the transcoding time needs to be delayed, and the content is less than 1G, or segmented ## step ###1 Add feedback on the server headers set: Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin ###2 On the server side (nginx, Apache configuration file mime. Types), add MIME types to support wasm corresponding to content type, and add settings File extensions content type MIME type: wasm application/wasm ###3. Introduce JS and configure userauth. ###4 initialize init, then obtain the data of transcoding appfw.getdata and play it directly