Beedio
Beedio copied to clipboard
Downloaded videos from Vimeo don't play
I am also facing the same issue did you find the soulution?
iam also facing same issue
iam also facing same issue
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.
can u upload that issue fixing codes
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
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)); }