使用媒體來源清單強制Flash遞補

上次更新: 2023-09-21

來源清單中的forceflash旗標會強制URL的Flash遞補。 對於此URL,您可以使用AdobeFlash Player來播放內容。

在媒體來源清單中(例如 sources.js 檔案),您可以設定 forceflashtrue. 例如:

{
        "title":"Title of the item listed in the media source list",
        "description":"Description of the item listed in the media source list",
        "isLive":true,
        "content":[
            {
                "format":"HLS",
                "url":"https://path_to_HLS_stream.m3u8"
            },

        ],
        "forceflash" : true
},

此頁面上的