CC-3224: "On-the-fly" stream rebroadcasting

- frond-end implementation for master dj and live dj
- db implementation
- liquidsoap is broken on this commit
This commit is contained in:
James 2012-03-02 16:55:11 -05:00
parent 96c4462adc
commit 128a497059
16 changed files with 304 additions and 99 deletions

View file

@ -153,11 +153,12 @@ if __name__ == '__main__':
recorder.daemon = True
recorder.start()
pmh.join()
pfile.join()
# all join() are commented out becase we want to exit entire pypo
# if pypofetch is exiting
#pmh.join()
#recorder.join()
#pp.join()
pf.join()
pp.join()
recorder.join()
logger.info("pypo fetch exit")
sys.exit()