glide can not load video thumbnail by uri

Created on 31 Jan 2016  路  2Comments  路  Source: bumptech/glide

when use ImageLoader.getInstance().displayImage(uri.toString(),holder.image); was be OK

question

All 2 comments

You cannot load remote videos (#862), nor you can play any videos with Glide (#831), it needs to be a local File to load thumb successfully. Is your Uri a correct file:/// Uri pointing to a local File?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ZacSweers picture ZacSweers  路  31Comments

JwyinKevin picture JwyinKevin  路  34Comments

sonzerolee picture sonzerolee  路  38Comments

sonzerolee picture sonzerolee  路  44Comments

nvhaiwork picture nvhaiwork  路  31Comments