When I start VLC Player, It happen to rock playing.
Posted: 02 Oct 2015 10:48
I'm a developer and I've been using LibVlc on Android.
Everthing is works. But when I start VLC Player, It happen to rock playing and then correct playing.
I mean that If LibVlc allocate new or null, It happen to rock playing and then correct playing.
Please refer to below my example.
private final LibVLC mLibVLC;
mLibVLC = new LibVLC();
.....
mLibVLC.setDatasource(sPath);
mLibVLC.play();
Everthing is works. But when I start VLC Player, It happen to rock playing and then correct playing.
I mean that If LibVlc allocate new or null, It happen to rock playing and then correct playing.
Please refer to below my example.
private final LibVLC mLibVLC;
mLibVLC = new LibVLC();
.....
mLibVLC.setDatasource(sPath);
mLibVLC.play();