Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Amazon S3 是否支持渐进式下载?我只希望我的视频在完全加载之前开始播放。
我还不需要真正的流媒体。
是的,答案很简单。
在下载整个文件之前,您需要将视频编码为支持播放的格式,并且您的视频播放器也需要支持该格式。但这些要求与任何其他文件服务器没有什么不同。
I have a scope like $scope.doc_details in my angularjs controller, and I want to use it to display a pdf file by using a tag, like this:
$scope.doc_details
<object data="{{doc_details.file_url