terrabythia / dart_chromecast

Dart package to play videos to a chromecast device
MIT License
62 stars 66 forks source link

iOS 14 issue #27

Closed hateftad closed 3 years ago

hateftad commented 4 years ago

Hi, it doesnt seem to be working on iOS. Searching for devices returns no results

snaeji commented 4 years ago

You may have to add this in your Info.plist if you are having iOS14 problems.

<key>NSBonjourServices</key>
<array>
    <string>_googlecast._tcp</string>
    <string>"Receiver id"._googlecast._tcp</string>
</array>
penniath commented 4 years ago

Worked for me!

Thanks @snaeji!

vipindhangar1107 commented 3 years ago

Worked for me also.

Thanks @snaeji

terrabythia commented 3 years ago

Closing this because the solution seems to be working and actually is not related to this project directly (this is just dart code, nothing to do with iOS).