Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tumblr Videos not displayed #8

Open
tiefpunkt opened this issue Apr 18, 2015 · 1 comment
Open

Tumblr Videos not displayed #8

tiefpunkt opened this issue Apr 18, 2015 · 1 comment

Comments

@tiefpunkt
Copy link
Member

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.

@tiefpunkt
Copy link
Member Author

How to get the URL from the rediect in PHP (static/blog.php is the file that does the http->https magic): https://gist.github.com/abailiss/1196916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant