播放flash media srver中路径所附的录制文件
在 adobe flash media server 4.0 中,如何以编程方式将路径附加到客户端播放的录制文件。例如,
在客户端,
mynetStream.play (“myrecordedfile.flv”)
如何将播放重定向到 c:\my_dynamic_file_path 下的文件。
请注意,文件路径可以根据客户端的登录名进行更改。
谢谢,
in adobe flash media server 4.0, how can I programmatically attached the path to the recorded file which is played by a client. e.g.,
in client side,
mynetStream.play
("myrecordedfile.flv")
how to redirect the playing to the file under e.g., c:\my_dynamic_file_path.
note that, the file path is changable based on the client's login name.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定以下是否是一个好的解决方案,
在客户端:
在闪存媒体服务器端,
I am not sure if the below is a good solution or not,
in client side:
in flash media server side,