Skip to content
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

Request - Add ability to stream to remote device #227

Open
3 tasks done
Tracked by #233
mfreeman451 opened this issue Nov 10, 2022 · 1 comment
Open
3 tasks done
Tracked by #233

Request - Add ability to stream to remote device #227

mfreeman451 opened this issue Nov 10, 2022 · 1 comment

Comments

@mfreeman451
Copy link
Collaborator

mfreeman451 commented Nov 10, 2022

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.

  • Add cast button on a video stream for Android
  • Add airplay button on a video stream for Apple
  • Add cast button on a video stream for Apple?

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 flutter/flutter#59554

@rutvik110
Copy link
Collaborator

rutvik110 commented Dec 13, 2022

  • Mp4 google casting now supported on android and iOS.
  • Airplay supported on iOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants