來源清單中的forceflash旗標會強制URL的Flash遞補。 對於此URL,您可以使用AdobeFlash Player來播放內容。
在媒體來源清單中(例如 sources.js
檔案),您可以設定 forceflash
至 true
. 例如:
{
"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
},