V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
hanbingtel
V2EX  ›  问与答

怎么样跨域 播放 m3u8 点播的 流媒体 ?

  •  
  •   hanbingtel · 2015-01-13 12:36:35 +08:00 · 8506 次点击
    这是一个创建于 3390 天前的主题,其中的信息可能已经有所发展或是发生改变。
    1 条回复    2015-10-22 10:12:14 +08:00
    bingnan
        1
    bingnan  
       2015-10-22 10:12:14 +08:00
    在 web 服务器 HTML 根目录下新建一个名为 crossdomain.xml 的文件,内容如下:

    <?xml version="1.0" ?>
    <cross-domain-policy>
    <allow-access-from domain="*" />
    </cross-domain-policy>

    只作为开发时候使用。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5557 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 03:34 · PVG 11:34 · LAX 20:34 · JFK 23:34
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.