Results 6 comments of Rob

I was running into the following error until I added these items to info.plist. @kyle-seongwoo-jun thanks! `Safari cannot open the page because the address is invalid `

For anyone coming to this thread, someone has done the work for this in a fork. https://github.com/indolex/flutter-plugins/commit/63af2f5c7d6cc39228017b14f8f77fa695830b36

For me this happened when I adding the following to the android manifest. `` I needed to add the following to the strings.xml file to resolve it. ` fcm_default_channel `

According to the original repo this is ported from, muxed streams may be going away. https://github.com/Tyrrrz/YoutubeExplode/issues/797

This appears to be an issue with the [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart/) dependency and youtube as a whole. If I understand it correctly, it looks like youtube may be nuking muxed video streams,...

If you have access to the video, we found that re-uploading the video resulted in the muxed streams being present, but that is a very temporary solution. The other alternative...