-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onContext not sending any video data (eg: hls delay) when ONLY a panel is active on the channel #284
Comments
|
Ticketed internally as ANC-2708. |
|
Missed closing this out. The internal ticket to resolve this issue was deployed in March. If the issue persists though, please let us know. |
|
Nothing has changed it is still broken. please reopen this issue I've sent you a video to review |
|
I'm currently writing an extension and nearly ready to submit but this issue seems to be holding me up. My extension is game specific and one of the settings the streamer can set is if the extensions functionality should be available
However I am seeing that whenever the stream is started and the game is left the same as it was from previous streams the onContext call always returns game: "" I left the stream on for over 30 minutes and even new browsers on different networks were reporting the same data in onContext and the game was just an empty string. However I the broadcaster changed games while live onContext fired the callback with the new game. Then switching back to the previous game fired it again with the original game which would then activate my extension when the settings were set to "Only when playing the game" It's sad that I am here 2 years later facing the same issue. I'm not sure how to go about handling this. I guess I can treat an empty string as being the correct game and only treat strings that are not empty as being some other game if they don't match the game my extension is for. Basically "empty string" or "the game" = THE GAME Any better solution? |
Brief description
onContext is very "dry"/lacking details
If there is no extension active in the video slot.
How to reproduce
https://gist.github.com/BarryCarlyon/71c15dc7f82f28ef5c59064be74e065a
See also #233
Expected behavior
Hydrated data in the onContext callback
Screenshots
Left, 3 months ago.
Right, right now.
Same code, (It's possible in the 3 month ago test, I had a video extension active for testing)
With any video extension acitve
Without
Additional context or questions
Original report
https://discuss.dev.twitch.tv/t/oncontext-hlslatencybroadcaster-not-working-in-local-hosted-test/29795/
The text was updated successfully, but these errors were encountered: