Skip to content
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

Downloaded videos from Vimeo don't play #56

Open
hikikomoriphoenix opened this issue Sep 2, 2019 · 7 comments
Open

Downloaded videos from Vimeo don't play #56

hikikomoriphoenix opened this issue Sep 2, 2019 · 7 comments

Comments

@hikikomoriphoenix
Copy link
Owner

No description provided.

@waseem19992
Copy link

I am also facing the same issue did you find the soulution?

@nowfalsalahudeen
Copy link

iam also facing same issue

1 similar comment
@Iamdeveloperking
Copy link

iam also facing same issue

@hikikomoriphoenix
Copy link
Owner Author

I finally solved this. Download needs to start at segment-0.m4s which is the initialization segment. This was tricky because segment-0.m4s does not show in onLoadResource().

I will close this issue once the new version is out.

@Iamdeveloperking
Copy link

can u upload that issue fixing codes

@nowfalsalahudeen
Copy link

I finally solved this. Download needs to start at segment-0.m4s which is the initialization segment. This was tricky because segment-0.m4s does not show in onLoadResource().

I will close this issue once the new version is out.

if u dont mind.. please push your latest updates

@MarcoPolo267
Copy link

facing the same issue so do i have to do this?

private String getNextChunkWithVimeoRule(Intent intent, long totalChunks) { String link = intent.getStringExtra("link"); return link.replaceAll("SEGMENT", "segment-0.m4s" + (totalChunks + 1)); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants