You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) Users need to be logged in to play the audio stream (because access token url requires OAuth code), but anonymous users can still use the radio mode button. While this is not a big issue, requesting the access token url will return error for no client ID specified. This can be a problem when the usher url is expired (20 minutes after page load)
(2) The audio stream is sometimes stuck before the sound comes out. HLS still regularly requests manifest, but no actual stream content is downloaded. Not sure if this is an error with hls.js
Known bugs:
(1) The radio button disappears when the user starts from a channel page, browses to a non-channel page (home, following, directory, etc) and then moves to a channel page.
(2) When a streamer hosts another channel. the radio button disappears
(3) Sound sometimes doesn't play when the radio button is clicked multiple times in a row in the same channel
(4) Radio button shouldn't work in VODs and clips, but is still visible and clickable.