一:windos 平臺
? ? ? ? 1:下載已經編譯好的windos平臺程序
? ? ? ? Releases · mpromonet/webrtc-streamer (github.com)
? ? ? ? or
【免費】webrtc-streamerv0.8.6一款werbrtc服務器(windos版本),可以直接將rtsp流拉到網頁上顯示資源-CSDN文庫
? ? ? ?2:修改config.json,按照config.json里面的格式增加自己的rtsp地址,其他的可以都刪掉
? ? ? ?3:打開cmd,運行 webrtc-streamer -C config.json
? ? ? ?4:打開瀏覽器輸入IP:8000,IP為運行webrtc-streamer的主機地址,例如:192.168.1.100:8000
在打開的網頁上選擇第2步里填入的rtsp 的別名,即可在網頁上拉流rtsp顯示
二:嵌入式平臺
? ? ? ? 1:下載源碼
? ? ? ? ??Releases · mpromonet/webrtc-streamer (github.com)
? ? ? ? 2:交叉編譯
? ? ? ? ? ? ? ? 未完待續