Is video streaming supported on Swift?

Asked by Shrirang Phadke

Hi,

Can we stream videos through Openstack Swift storage?

Regards,
Shrirang

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
clayg
Solved:
Last query:
Last reply:
Revision history for this message
Best clayg (clay-gerrard) said :
#1

Swift supports HTTP Range requests, so pseudo-streaming is fully support (sometimes just called progressive download).

This means you can quickly and easily serve video from Swift with compatible javascript players such as jwplayer, or on any decent browser with the HTML5 video tag.

Do you know if that would meet your needs?

Revision history for this message
Shrirang Phadke (shrirangphadke) said :
#2

Hi clay,

Thank you for quick response.
Yes that answers my query. Thank you very much!

Regards,
Shrirang

Revision history for this message
Shrirang Phadke (shrirangphadke) said :
#3

Thanks clayg, that solved my question.

Revision history for this message
Doron Chen (cdoron) said :
#4

Hi ClayG,
Could you please add more details on how I could access swift video objects through a browser?
Could you give an HTML example?
Thank you very much, Doron