deepch / RTSPtoWebRTC

RTSP to WebRTC use Pion WebRTC
MIT License
1.51k stars 410 forks source link

Crash when proxying stream from rtsp-simple-server #83

Open anurag-lambdatest opened 3 years ago

anurag-lambdatest commented 3 years ago

I am using ffmpeg in order to record desktop using command ffmpeg -r 30 -f avfoundation -i 0 -vcodec h264 -pix_fmt yuv444p -threads 1 -crf 40 -preset ultrafast -f rtsp rtsp://<RTSP_IP>:<RTSP_PORT>/<STREAM_NAME>

The web client crashes after getting these logs

checking
1 track is delivered
connected

Any idea why this is happenning

deepch commented 3 years ago

if it Crash please send error report

anurag-lambdatest commented 3 years ago

No errors in RTSPtoWebRTC binary just the web client crashes.

Screenshot 2021-04-04 at 7 04 08 PM Screenshot 2021-04-04 at 7 04 26 PM
anurag-lambdatest commented 3 years ago

@deepch did you get a chance to check this ?