Open sucrow opened 5 years ago
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?
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?