binbat / live777

A very simple, high performance, edge WebRTC SFU
https://live777.pages.dev
Mozilla Public License 2.0
191 stars 22 forks source link

whip / whep client close should delete resource #16

Closed a-wing closed 12 months ago

a-wing commented 12 months ago

The client receive Crtl+C should delete the resource

https://github.com/binbat/live777/blob/425d72ea79a9a67e5960574b0657fca91aed732e/src/main.rs#L62

hongcha98 commented 12 months ago

rtp2whip: https://github.com/binbat/live777/commit/23e00afba2d197201ea92cb423f58babc157e857 whep2rtp: https://github.com/binbat/live777/commit/d316757579e6fc0617458194b82879efc47e44aa

a-wing commented 12 months ago

Great