Open yuchinchenTW opened 4 months ago
nvm i just answer myself due to https://github.com/chromiumembedded/cef/issues/3559
proprietary_codecs=true
ffmpeg_branding="Chrome"
it seems like the chromium browser does not include codec need to add flag and rebuild for H264
our environment:
when running RTSPtoWebRTC
we found out that the camera view did not comes appeared
here is how we debug:
in the http.go we add log to print
turns out that
it seems like its does receive sdp but somehow stuck on
answer, err := muxerWebRTC.WriteHeader(codecs, c.PostForm("data"))
does anyone know why?