This question has been flagged
3 Replies
4144 Views



Avatar
Discard
Author

Hi Kevin,

I have gone through the given link but it seems like its not working in my case.

When i am trying access a video file it is throughing below error: The web page at data:video/mp4;base64,%s might be temporarily down or it may have moved permanently to a new web address.

Hope you will understand my concern now.

Thanks

Best Answer

you should try

t-att-src="'data:video/mp4;base64,%s' % (your_video_field,)"

Here in place of mp4, you should define your video type

Avatar
Discard
Author

Hi Hilar,

This code is only works into Firefox web broswer.

Thanks