Docker-nginx-rtmp icon indicating copy to clipboard operation
Docker-nginx-rtmp copied to clipboard

notify clients when publisher stopped broadcasting

Open shaulfl opened this issue 7 years ago • 1 comments
trafficstars

In my use case I'm using ngnix-rtmp as rtmp proxy. When rtmp publisher disconnects, ffmpeg rtmp subscribers hangs indefinitely, and manually closing ffmpeg causes file corruption. This pull request resolves this issue by notifying client on publish/unpublish and handle it accordingly so ffmpeg exits gracefully.

shaulfl avatar Oct 24 '18 12:10 shaulfl

Thanks for this! However, in your PR you have disabled HLS, HLS is a large part of what's used on this image, Please could you remove disabling HLS and then I can merge this in.

JasonRivers avatar Nov 06 '18 14:11 JasonRivers