來源清單中的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
},