-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
VideoController.mixWithOthers
has no effect
#172
Comments
try master branch |
Error (Xcode): ../../../../.pub-cache/git/fvp-8281ae0ab6057e6665d181fb7ed1ebd99da06f71/lib/src/video_player_mdk.dart:344:26: Error: The method 'setMixWithOthers' isn't defined for the class 'FvpPlatform'. |
How about Android and other platforms (I know that macOS has nothing to do with the playback mode support)? |
i forgot to commit some files. try master branch again |
The code is working. |
android should be similar. i guess desktop platforms have no such feature |
So I guess the remain thing is to implement this with the Android platform. |
yes, but i don't have enough time recently |
Is the repo open for pull requests? If so I can try to add the functionality. |
yes |
VideoController.mixWithOthers
has no effect on iOSVideoController.mixWithOthers
has no effect
I took some investigation with Android. |
same as #72, audio_session package support this feature |
Absolutely! But it would be better to perform the same behavior as the |
yes, so that issue is still open. we can use audio_session's implementation |
Describe the bug
When using
fvp
on iOS, settingmixWithOthers
in theVideoPlayerController
will still cause the background playback to stop when calling theVideoPlayerController.initialize
orVideoPlayerController.play
.Also, playing background audio when the video is playing will cause the video to run into a very slow framerate.
Logs
mdk.log
The text was updated successfully, but these errors were encountered: