-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Seek video #1
Comments
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 < ***@***.***> 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
<#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 <khyatichitroda@gmail.com>
wrote:
… Thank you for reply, let me check with that.
On Wed, Oct 23, 2019 at 8:23 PM Jonathan Trowbridge <
***@***.***> 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
> <#1?email_source=notifications&email_token=AEGTBGFJJ356SHSPD3AAVQTQQBQNNA5CNFSM4JD5ASA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECBWQSY#issuecomment-545482827>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AEGTBGF4XFAKS3ETTYUSXRDQQBQNNANCNFSM4JD5ASAQ>
> .
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: