carverauto / flutter

🚨 ChaseApp opensource mobile app - follow live police chases 🚔
https://chaseapp.tv
MIT License
3 stars 0 forks source link

Request - Add ability to stream to remote device #227

Open mfreeman451 opened 1 year ago

mfreeman451 commented 1 year ago

A user mentioned how it would be nice if they had the ability to 'cast' the stream to their chromecast. I think we should look into doing this for both platforms.

https://pub.dev/packages/flutter_video_cast

@renanmgs
FYI - I got airplay working first with:
flutter_to_airplay: ^2.0.1

I then got Chromecast working by scouring the forks for latest version of flutter_video_cast and found this fork:
https://github.com/kkoken/flutter_video_cast

Looks like the second lib does airplay too, but since it's not broken I left the original package in for now.

Hope this helps you. I would also recommend donating at least something to the author of flutter_to_airplay. He's a nice guy who worked really hard on it.

Taken from https://github.com/flutter/flutter/issues/59554

rutvik110 commented 1 year ago