libvlc-android-sdk
libvlc-android-sdk copied to clipboard
Seek video
Hi I want to seek my video, can you please how to do this ? I had use mMediaplyer.settime() function but it could not jump 4 hours later.
It has been awhile since I've looked at this API so I'm not sure I can provide assistance without diving into their API again. I would recommend looking at my other repository to see how I implemented the seek bar here.
Thank you for reply, let me check with that.
On Wed, Oct 23, 2019 at 8:23 PM Jonathan Trowbridge < [email protected]> wrote:
It has been awhile since I've looked at this API so I'm not sure I can provide assistance without diving into their API again. I would recommend looking at my other repository to see how I implemented the seek bar here https://github.com/masterwok/simple-vlc-player.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/masterwok/libvlc-android-sdk/issues/1?email_source=notifications&email_token=AEGTBGFJJ356SHSPD3AAVQTQQBQNNA5CNFSM4JD5ASA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECBWQSY#issuecomment-545482827, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEGTBGF4XFAKS3ETTYUSXRDQQBQNNANCNFSM4JD5ASAQ .
Hi Masterwok/Libvlc-Android-Sdk,
I have checked this sdk and got the seekbar into that but when I am playing .m3u8 url into that it is not working properly, it is getting seek at any time, after that i have try to add this library into my project "
implementation 'de.mrmaffen:libvlc-android:2.1.12@aar'
but into that i am getting error when I try to seek after 3 hours.
error is ts demux: libdvbpsi error (PSI decoder): TS duplicate (received 0, expected 1) for PID 0
"
On Thu, Oct 24, 2019 at 11:57 AM Chitroda Khyati [email protected] wrote:
Thank you for reply, let me check with that.
On Wed, Oct 23, 2019 at 8:23 PM Jonathan Trowbridge < [email protected]> wrote:
It has been awhile since I've looked at this API so I'm not sure I can provide assistance without diving into their API again. I would recommend looking at my other repository to see how I implemented the seek bar here https://github.com/masterwok/simple-vlc-player.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/masterwok/libvlc-android-sdk/issues/1?email_source=notifications&email_token=AEGTBGFJJ356SHSPD3AAVQTQQBQNNA5CNFSM4JD5ASA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECBWQSY#issuecomment-545482827, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEGTBGF4XFAKS3ETTYUSXRDQQBQNNANCNFSM4JD5ASAQ .