rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 249 forks source link

Cloud files integration with videjs player. #688

Closed cyberformed closed 7 years ago

cyberformed commented 8 years ago

Can be cloud files api be integrated with videojs player. I just want have a video hosting website. I want to the video should played using the videojs plugin with HTML5 video tag. can it be possible?

jamiehannaford commented 8 years ago

@cyberformed You can use the $object->getPublicUrl('Streaming') method to retrieve the streaming URL, and then use it in the HTML tag.

cyberformed commented 8 years ago

Thanks for your reply. one thing to ask can it be encrypted and can be only accessible for once. if someone has copied that link and opened somewhere else, can it be blocked using cloud files.

jamiehannaford commented 8 years ago

@cyberformed No we don't offer that.