Hamlet Jiang Su
Hamlet Jiang Su
Thanks for the feature request! For devs: > I believe this only happens with the YouTube player. Since we don't control the internal logic of the YouTube player, we might...
Thanks again for submitting the bug report! I've applied a fix which should resolve this issue (see #1749). Just a quick note on this, the issue only seems to affect...
Thanks for the bug report! Unfortunately, I'm unable to reproduce this issue. Can you confirm if this is still occurring? Additionally, are you on a VPN? Sometimes, catbox doesn't play...
Ahh interesting, thanks for checking this @micahmo! I wonder if we could do a test using the more general `video_player` plugin to see if the issue still occurs. `video_player` also...
> Since mp4 is just a container, I think more likely there is a problem with the specific video or audio codec used by videos on catbox that ExoPlayer doesn't...
I just did a quick test and it seems like `video_player` handles the link properly. If this is the case, then it might just be better if we migrate over...
I did a bit more work on this, and have been able to add in some very basic controls (play/pause, scrubbing) into the `video_player`! The WIP branch is here: https://github.com/thunder-app/thunder/tree/feature/migrate-video-player
This should hopefully now be working with the new video player that was implemented in #1466.