Eyevinn / webrtc-player

WebRTC (recvonly) player
MIT License
87 stars 18 forks source link

Possibly send 'Delete' request on closing #56

Closed Wkkkkk closed 1 year ago

Wkkkkk commented 1 year ago

To handle disconnection between the player and WHEP endpoint. It might be better if the player could post 'Delete' when it is about to be closed. So the endpoint would release the resources accordingly.

birme commented 1 year ago

I guess we could implement a disconnect function for the adapters to implement