knotteye pushed to master at knotteye/overlay
- 25cd22cf42 Update i3ipc-glib to fix multilib-strict builds
knotteye pushed to master at knotteye/overlay
- 47e2046109 Make portage stop whining
knotteye pushed to master at knotteye/overlay
- 81980e596c Add i3ipc-glib manifest
- 2a40bce436 Add adding instructions
- Compare 2 commits »
knotteye pushed to master at knotteye/overlay
- 29c471bb8a Initialize repo with i3ipc-glib-1.0.1 ebuild
knotteye created repository knotteye/overlay
knotteye deleted branch web-player from knotteye/satyr
knotteye pushed to develop at knotteye/satyr
- 47e036cde6 Merge pull request 'web-player -> develop' (#8) from web-player into develop
- a75a625cd3 Merge branch 'develop' into web-player
- 7b5a498241 Fix manifest uri in user.njk
- 2a5e8d6ec2 Add play button functionality for web player
- 12e868456a Add play button for shaka player. Needs functionality.
- Compare 6 commits »
knotteye pushed to web-player at knotteye/satyr
- a75a625cd3 Merge branch 'develop' into web-player
- fe3ec1bd75 Fix CORS issues in reccomended nginx config
- 07cba66096 Fix a typo in the generated config file
- 2c073a7cdb Update URLs with new repository
- 8a71680971 Merge pull request 'Fix a bug with migrate.ts calling a function incorrectly' (#4) from migrate-bugfix into develop
- Compare 6 commits »
knotteye pushed to web-player at knotteye/satyr
- 7b5a498241 Fix manifest uri in user.njk
knotteye pushed to web-player at knotteye/satyr
- 2a5e8d6ec2 Add play button functionality for web player
- 12e868456a Add play button for shaka player. Needs functionality.
- Compare 2 commits »
knotteye commented on issue knotteye/satyr#5
DockerfileIt's possible but unlikely. Simplicity of setup, or at least not asking too much of the host system, is supposed to be one of the goals of this project. I looked at similar projects to Satyr before writing it, and the best alternative is [OpenStreamingPlatform](https://gitlab.com/Deamos/flask-nginx-rtmp-manager). It's pretty nice software (better than Satyr in a lot of ways), and Deamos is probably a better programmer than me, but OSP asks a lot of the host system. Including building multiple packages from packages from source, commandeering your nginx config, and commandeering system folders outside of its own. It's a great candidate for docker. I built Satyr with the explicit purpose of making something easier to run directly on the OS than that. I will accept PRs for docker, and if I ever find myself with the urge to learn it I'll write one myself, but it won't be a priority. I am happy to do what I can to streamline setup though, including the consideration of making other non-container tooling a priority.
knotteye commented on issue knotteye/satyr#6
Satyr can't distinguish between read errors and parse errors in config.ymlIt does raise the issue that satyr can't distinguish between syntax errors and file read errors though. I'm going to leave this open and change title.
knotteye commented on issue knotteye/satyr#6
Satyr can't distinguish between read errors and parse errors in config.ymlThere's an error in the generated config syntax. I've pushed a fix. To fix yours, go to the last line of config.yml and add a closing ' to the end of `ingest: 'rtmp://live-ord02.twitch.tv/app/`
knotteye pushed to master at knotteye/satyr
- 281d9c7922 Merge pull request 'master <- develop' (#7) from develop into master
- fe3ec1bd75 Fix CORS issues in reccomended nginx config
- 07cba66096 Fix a typo in the generated config file
- 2c073a7cdb Update URLs with new repository
- 8a71680971 Merge pull request 'Fix a bug with migrate.ts calling a function incorrectly' (#4) from migrate-bugfix into develop
- Compare 7 commits »