使用 Amazon S3 托管 Flash 视频...为什么 FlashVar 不显示文件扩展名?
我正在使用 FlowPlayer 替换我网站上播放 Amazon E3 视频的现有 FLV 播放器。
我有很多页面,每个页面都应该显示不同的视频。
对于每个页面,我的 CMS 中都存储了一个值,即“streamName”。
流名称对应于显示视频播放器的对象/嵌入标签中的 flashvars 参数:
&streamName=my-great-video
在我的新播放器上,我可以使用类似于
https://mygreatsite.s3.amazonaws.com/my-great-video.swf?{$authentication_params}
How does Flash (or Amazon???) 的 URL 来获取视频。 )知道如何添加 .swf 扩展名吗?
网站上使用了多种视频格式,当前的播放器都可以使用它们... 但是,正如我上面提到的,在每个页面上,视频的值存储(例如“my-great-video”)不包含扩展名。
I'm using FlowPlayer to replace an existing FLV player on my site that plays videos from Amazon E3.
I have many pages and each should show a different video.
For each page, I have a value stored in my CMS that is the "streamName".
The stream name corresponds to a flashvars paramenter in the object/embed tags that show the video player:
&streamName=my-great-video
On my new player, I'm able to get the video using a URL similar to
https://mygreatsite.s3.amazonaws.com/my-great-video.swf?{$authentication_params}
How Does Flash (or Amazon???) know to add in the .swf extension?
There are several video formats used on the site, and the current player works with them all...
But, as I mentioned above, on each page the value store for the video (ex="my-great-video") includes no extension.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它在没有提供扩展名的情况下工作,那么一个疯狂的猜测是:无论解析查询字符串的是什么,都有逻辑尝试使用各种受支持的扩展名 [swf、flv、mp3] 进行 GET(如果没有看到)?
if it's working without supplied extension then a wild guess is: whatever is parsing the querystring has logic to attempt the GET using an assortment of supported extensions [swf, flv, mp3] if one isn't seen?