使用flex3在视频显示组件上播放rtmpe的URL
我正在尝试在 Flex3 的 videoDisplay 组件中播放来自亚马逊 cloudfront 的视频。 我的问题是源 url 是带有过期、密钥对 id 和签名参数的 rtmp。我不知道传递给 videoDisplay 源的最终 url 是什么。
像这样的 rtmp://server.com/cfx/st/mp4:file
正在运行。但是...如果我有签名,网址是什么?
签名和其他参数是信任的。问题是用他们的 URL 格式化。
谢谢
I'm trying to play a video from amazon cloudfront in a videoDisplay component in flex3.
My problem is that the source url is a rtmp with expire, key-pair-id and Signature parameters. I don't know what final url pass to the videoDisplay source.
Something like this rtmp://server.com/cfx/st/mp4:file
is running. But... what is the url if i have a signature?
The Signature and other parameters are trust. The problem is formatting the url with theirs.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题解决了!
我正在使用:
BUUUT...
文件需要扩展名。在本例中为 file.mp4
如果没有参数,您可以删除扩展名,但如果在文件名旁边添加参数则不能删除
解决方案:
Problem solved!
I was usign:
BUUUT...
file needs an extension. In this case file.mp4
Without params you can delete the extension, but not if you add parameteres next the filename
Solution: