Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
youtube streamer spams syslog #2
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
popey commentedMar 22, 2016
Install youtube-streamer, and don't configure it immediately.
Syslog will be spammed every 5 seconds forever.
ar 22 13:00:54 localhost snappy[9769]: Snappy is updating your system in the background. This may take some minutes.
Mar 22 13:00:54 localhost snappy[9769]: Will try again in 5 seconds...
Mar 22 13:00:54 localhost snappy[9769]: Press ctrl-c to cancel.
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: You need to configure this snap with your youtube credentials
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: run $ sudo snappy config youtube-streamer <cred_file>
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: <cred_file> should be of form:
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: config:
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: youtube-streamer:
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: YOUTUBE_URL: rtmp://a.rtmp.youtube.com/live2/
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: YOUTUBE_KEY: yourcreds
Mar 22 13:00:59 localhost ubuntu-core-launcher[796]: -------------------------------------------------------------------------
Mar 22 13:00:59 localhost snappy[9769]: Snappy is updating your system in the background. This may take some minutes.
Mar 22 13:00:59 localhost snappy[9769]: Will try again in 5 seconds...
Mar 22 13:00:59 localhost snappy[9769]: Press ctrl-c to cancel.
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: You need to configure this snap with your youtube credentials
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: run $ sudo snappy config youtube-streamer <cred_file>
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: <cred_file> should be of form:
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: config:
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: youtube-streamer:
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: YOUTUBE_URL: rtmp://a.rtmp.youtube.com/live2/
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: YOUTUBE_KEY: yourcreds
Mar 22 13:01:04 localhost ubuntu-core-launcher[796]: -------------------------------------------------------------------------
We should not be spamming syslog because an app is not configured. Configuration should be in a README or some other documentation.