Webrtc not working on chrome without disabling chrome flags.
jaskarn-s-kalsi opened this issue · 1 comments
jaskarn-s-kalsi commented
Hi we are trying to stream to chrome using webrtcbin.
We can stream to edge on the local network. but stream doesnot play on chrome, or firefox.
Thing is we donot want to set any flags on the chrome.
What we need to setup for webrtcbin to stream to these browsers.
Our stream only stays on local LAN.
I know chrome now sends .local as ip's. i am resolving them before setting ice. as libnice will not resolve this.
We are using unsecure websocket for signalling server.
Pipeline: decklink -> nvh264enc -> rtph264pay -> webrtcbin
Gstreamer version 1.16.2
ubuntu 20
python 3.8
Thanks.
ystreet commented