Cloudinary upload through android creating versioned url
Hi,
While uploading videos to cloudinary using android sdk, we use predefined upload preset in which we have enabled invalidate versioned url setting.
Still sometimes we get versioned url:
https://res.cloudinary.com/rtee-admin/video/upload/v1563692052/dkcql82123l79snh.mp4
We are using dash streaming profile, but the cloudinary url generated by android sdk doesnt have version, it simply references this url:
https://res.cloudinary.com/rtee-admin/video/upload/sp_hd/dkcql82123l79snh.mp4
The request fails since it doesnt find the resource. How can we fix this? Also, how to remove versioned copy of previously uploaded videos to fix previous urls as well.
-
Hi,
The derived for streaming profile expected to only use m3u8 or mpd.
This should works:
https://res.cloudinary.com/rtee-admin/video/upload/sp_hd/dkcql82123l79snh.mpd
Can you please share the code that you are using to create the transformed video?
Thanks,
Shirly
0
Post is closed for comments.
Comments
1 comment