vzhn / bstreamer

RTSP/h264 ip camera emulator
60 stars 12 forks source link

gstreamer rtspsrc options to avoid parse errors and crashing #16

Open willosonico opened 11 months ago

willosonico commented 11 months ago

this is not an issue, but after days of trying to use it in gstreamer, to avoid parse errors and gstreamer crashing, i found these parameters in the rtspsrc plugin effective to avoid these problems

rtspsrc location={source_uri} do-rtcp=0 do-rtsp-keep-alive=0

hope it helps

vzhn commented 10 months ago

Thank you! I'll try to add keep-alive handling, maybe on the next weekend...