Bradley Hilton and GitHub
cbcf8d4794
Fix the http port used not in sync with what is logged ( #766 )
...
* Fix the http port used not in sync with what is logged
* Actually fix the logging race condition
* Move the router logging to the router package
2021-02-26 11:23:15 -08:00
Bradley Hilton and GitHub
b61a952bd8
Return the scaled height and width of a stream output variant ( #769 )
2021-02-26 11:01:53 -08:00
dd9267f1ee
Reset the directories when the stream gets disconnected ( #152 )
...
* Reset the directories when the stream gets disconnected
* Cleanup after a delay
Co-authored-by: Gabe Kangas <gabek@real-ity.com >
2020-09-16 13:31:21 -07:00
Bradley Hilton and GitHub
abb2f363af
Decouple chat from core and add chat rest api ( #25 )
...
* Decouple the chat package from the core
* Add rest api endpoints for the chat aspect
2020-06-23 13:11:01 -07:00
Bradley Hilton and GitHub
af1e2c5dd0
Add a launch.json to enable vscode debugging ( #24 )
2020-06-23 00:42:56 -07:00
Bradley Hilton and GitHub
fe96739f60
Fix a memory leak with the chat aspect. ( #23 )
...
Essentially, the for loop wasn't being returned out
of and that caused the read listener to never be
let up and released to the gc
2020-06-22 23:52:50 -07:00
487bd12444
Project restructure ( #18 )
...
* First pass at restructuring the project; untested but it does compile
* Restructure builds and runs 🎉
* Add the dist folder to the gitignore
* Update core/playlist/monitor.go
* golint and reorganize the monitor.go file
Co-authored-by: Gabe Kangas <gabek@real-ity.com >
2020-06-22 18:11:56 -07:00
Bradley Hilton
5ef358dbd0
Update the module path
2020-06-19 16:39:49 -05:00
Bradley Hilton
a0dfd018a9
Reject second stream attempting to overtake existing stream
2020-06-19 12:00:27 -05:00
Bradley Hilton and GitHub
5611f4d00e
Merge branch 'master' into fix-initial-offline-state
2020-06-18 20:07:23 -05:00
Bradley Hilton
453bdd88a6
Remove the previous thumbnail when restarting
2020-06-18 19:39:31 -05:00
Bradley Hilton
42371a30fe
Fix the race condition where the logo wasn't copied over for the default thumbnail
2020-06-18 19:35:09 -05:00
Bradley Hilton
b79f801aff
Add a gitignore file
2020-06-18 16:43:46 -05:00