You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Videos are put into the JSON (by tumblr) with a http url. Since our page is served over https, some browsers won't play that. But if you get the redirect of that URL, you can use serve it via https as well.
Videos are put into the JSON (by tumblr) with a http url. Since our page is served over https, some browsers won't play that. But if you get the redirect of that URL, you can use serve it via https as well.
e.g
<source src="http://log.munichmakerlab.de/video_file/116758165625/tumblr_nn0tv3lUUn1ts6fym/480" type="video/mp4"/>
http://log.munichmakerlab.de/video_file/116758165625/tumblr_nn0tv3lUUn1ts6fym/480 directs to http://vt.tumblr.com/tumblr_nn0tv3lUUn1ts6fym_480.mp4#_=_ which is also available via https.
The text was updated successfully, but these errors were encountered: