deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.16k stars 283 forks source link

How to make clients gracefully stop stream ? #471

Open rao-subba-venkata opened 2 weeks ago

rao-subba-venkata commented 2 weeks ago

There is API to delete the stream or channel. After delete the client will get error 500. May be if it is possible to add a feature to stop a stream which would add EXT-X-ENDLIST and then delete stream would help.

flutter video_player pauses in last frame and does not detect the 500 error nor we get the error in listener of the controller which plays the video. Adding above feature may help.

I am happy to add, if some clue could be given.