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

[iOS] Spaces in filepath v2 #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martingeorgiu
Copy link
Contributor

This PR reverts changes made in the past. In the past, to load a path on ios (with spaces), it must have been first encoded in order to work. That was the reason why I made this PR in the first place.

However in some newer versions of Flutter (tested on 3.24.5 and video_player 2.9.2), VideoPlayerController now expect the standard path, and if encoded it breaks. (I haven't tried to find the exact version, which changed it)

Fixes: #172

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

Successfully merging this pull request may close these issues.

I can't load videos which have extension mp4 (iOS)
1 participant