We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.3-SNAPSHOT
7.0.0
Samsung
Note 5
Play video on device timeLine.setVideoURI(Uri.fromFile(File(path)))
timeLine.setVideoURI(Uri.fromFile(File(path)))
It must be played as normal.
media player errors are exposed. The exposed error log is as follows.
isPlaying: called in state MEDIA_PLAYER_STATE_ERROR MediaPlayer: Error(100,2) MediaPlayer: Error(1, -32) MediaPlayer: Error(1, -32)
There is no error when playing the same video in VideoView. What's the problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Include the following:
1.1.3-SNAPSHOT
7.0.0
Samsung
Note 5
Reproduction Steps
Play video on device
timeLine.setVideoURI(Uri.fromFile(File(path)))
Expected Result
It must be played as normal.
Actual Result
media player errors are exposed.
The exposed error log is as follows.
isPlaying: called in state MEDIA_PLAYER_STATE_ERROR
MediaPlayer: Error(100,2)
MediaPlayer: Error(1, -32)
MediaPlayer: Error(1, -32)
Tell us what could be improved:
There is no error when playing the same video in VideoView.
What's the problem?
The text was updated successfully, but these errors were encountered: