這篇文章主要介紹“nginx-http-flv-module flv拉流錯誤有哪些”,在日常操作中,相信很多人在nginx-http-flv-module flv拉流錯誤有哪些問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”nginx-http-flv-module flv拉流錯誤有哪些”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!
讓客戶滿意是我們工作的目標(biāo),不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價值的長期合作伙伴,公司提供的服務(wù)項目有:主機域名、雅安服務(wù)器托管、營銷軟件、網(wǎng)站建設(shè)、惠州網(wǎng)站維護、網(wǎng)站推廣。
1.flv拉流錯誤
Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD 在video標(biāo)簽中加入 muted 即可
2.HTML采用flv.js與dplayer播放器來播放http-flv格式視頻時,請求nignx服務(wù)器遇到了chrom跨域的問題
Access to fetch at ‘http://192.168.31.66:9999/zzh-1586620072-2020-04-11-23_47_52.flv’ from origin ‘http://localhost:8080’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled. http{ server { listen 8000; server_name localhost; add_header 'Access-Control-Allow-Origin' '*'; #允許所有來源訪問 add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS, PUT, DELETE'; #允許訪問的方式
3.推流權(quán)限控制
rtmp { server { listen 1935; #監(jiān)聽的端口 chunk_size 4000; application myapp { live on; notify_method get; publish_notify on; on_publish http://192.168.0.103:8087/autho/rtmp; #這里進行權(quán)限控制 on_publish_done http://127.0.0.1:8087/autho/rtmpOver;#直播結(jié)束回調(diào) } application hls { live on; hls on; hls_path /home/soap/rtmp/hls;#視頻流存放地址 hls_fragment 5s; hls_playlist_length 15s; hls_continuous on; #連續(xù)模式。 hls_cleanup on; #對多余的切片進行刪除。 hls_nested on; #嵌套模式。 } } }
4.flv拉取流的路徑
http://example.com[:port]/dir?[port=xxx&]app=appname&stream=streamname http://127.0.0.1:8000/live?app=myapp&stream=fhx port默認(rèn)為1935 myapp為配置路徑 fhx為流路徑
5.obs設(shè)置
6.效果圖
到此,關(guān)于“nginx-http-flv-module flv拉流錯誤有哪些”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識,請繼續(xù)關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編會繼續(xù)努力為大家?guī)砀鄬嵱玫奈恼拢?/p>
分享名稱:nginx-http-flv-moduleflv拉流錯誤有哪些
當(dāng)前網(wǎng)址:http://weahome.cn/article/jiggei.html