summershrimp / obs-ssp

Simple Stream Protocol source to OBS
GNU General Public License v2.0
32 stars 10 forks source link

feat(source): Add auto reconnect feature. #37

Closed summershrimp closed 4 years ago

summershrimp commented 4 years ago

In order to acheive that, we refactor the ssp_source structure, split per-connection resource to another structure.

Also add an option that allow obs-ssp still connect to camera even if http api called error.

Signed-off-by: Yibai Zhang xm1994@gmail.com