jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

killing Flask does not kill rtpdump/rtpplay #26

Open elben opened 14 years ago

elben commented 14 years ago

A problem when you change the config file. rtpdump becomes stray and is still using the old conifg.

elben commented 14 years ago

I can only think of two solutions:

1) modify Flask so that it does something (e.g. hits a URL) before it dies 2) don't kill Flask before shutting everything down

The proper solution is option 2. We could help by displaying, in the UI, if rtpdump and rtptools is running. Just a super simple visual feedback.