falospot.blogg.se

Blob opera not working
Blob opera not working




Blob.size Read only The size, in bytes, of the data contained in the Blob object. Properties Blob.isClosed Read only A boolean value, indicating whether the Blob.close() method has been called on the blob. Constructor Blob(blobParts) Returns a newly created Blob object whose content consists of the concatenation of the array of values given in parameter. The support for blob.mozSlice() has been dropped with Firefox 30. An old version of the slice() method, without vendor prefixes, had different semantics, and is obsolete. Safari and chrome requires the video to be served as blob, is there a way to server file field as blob? ,I wonder if there is a way to do it, appreciate for your help.Note: Be aware that the slice() method has vendor prefixes on some browsers and versions: blob.mozSlice() for Firefox 12 and earlier and blob.webkitSlice() in Safari. I suspect the issue is on file server, which I served the video as a file. Tries to embed an YouTube iframe always works on safari Transcoding video to web optimised by handbrake some videos that did not work on Chrome and Opera started to work I wonder why this happens, will be grateful for your help.Īdd raw="true" to video tag did not work, still the same result

blob opera not working blob opera not working

Failed to load resource: Plug-in handled load

blob opera not working

Thumbnail = models.ImageField(upload_to='thumbnail', blank=True, null=True)įile = models.FileField(upload_to='video', validators=)]) class Video(models.Model):Īuthor = models.ForeignKey(User, on_delete=models.CASCADE) Hi there, I am trying to build a simple video app with django on my local machine. Django 3.2.8 safari Version 14.0.3 (16610.4.3.1.7)įor mp4 and mov, safari does not work, chrome and opera does.






Blob opera not working