mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

How to change play speed? #85

Closed nguyenhoanglam closed 7 years ago

nguyenhoanglam commented 7 years ago

I used the below method to play the VOD stream:

mediaPlayer.setRate(speed);  // speed = 2.0

But the player's speed did not change. What's wrong?

haikyuu commented 6 years ago

@nguyenhoanglam were you able to resolve the issue?