Luke Strickland
Luke Strickland
Adding the `pkg-config` allows this to easily be installed on systems where librtlsdr doesn't reside in a usual location. For example of newer Mac's.
Apparently Janus can help us with this via: ``` // Make sure the browser supports WebRTC if(!Janus.isWebrtcSupported()) { bootbox.alert("No WebRTC support... "); return; } ``` Found via https://janus-legacy.conf.meetecho.com/streamingtest.js
Seems the subscriptions table is missing some important indexes. 
Looks like I may have introduced a performance impact in https://github.com/Glimesh/glimesh.tv/commit/74e0f86c2e2701fdb04c3c6834223877d91f7eca Found in: https://github.com/Glimesh/janus-ftl-plugin/issues/124 a) What did I do? b) Why isn't appsignal telling me about it?
Looks like we're missing some gettext usage in various locations. - Stream category pages - Homepage - Country list on the payouts page
Shouldn't technically be possible, but it looks like we have a misconfigured query somewhere...  Database State: id | channel_id | slot_started_at | slot_ended_at |--|--|--|--| 1902 | 10552 | 2021-04-23...
Since we've launched the cute little glimdrops in the bottom of the chat, people have demanded their own custom emotes to make their channel feel like home. Soon you will...
Currently we poke the Twitter API every single time someone requests any of the pages under UserSettingsController. https://github.com/Glimesh/glimesh.tv/blob/dev/lib/glimesh_web/controllers/user_settings_controller.ex#L136 Ideally we should hide expensive requests like this behind an initial user...
With gift subscriptions you'll be able to gift other users with a one month subscription to your favorite streamers! Our initial implementation will be focused on gifting it to a...