Beedio icon indicating copy to clipboard operation
Beedio copied to clipboard

Downloaded videos from Vimeo don't play

Open hikikomoriphoenix opened this issue 5 years ago • 7 comments

hikikomoriphoenix avatar Sep 02 '19 14:09 hikikomoriphoenix

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

waseem19992 avatar Dec 04 '19 12:12 waseem19992

iam also facing same issue

nowfalsalahudeen avatar Jan 01 '20 08:01 nowfalsalahudeen

iam also facing same issue

Iamdeveloperking avatar May 24 '20 17:05 Iamdeveloperking

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.

hikikomoriphoenix avatar Jun 17 '20 19:06 hikikomoriphoenix

can u upload that issue fixing codes

Iamdeveloperking avatar Jun 25 '20 18:06 Iamdeveloperking

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

nowfalsalahudeen avatar Jun 26 '20 04:06 nowfalsalahudeen

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)); }

MarcoPolo267 avatar Nov 26 '20 19:11 MarcoPolo267