Il flag forceflash nell'elenco di origine forza la fallback di Flash per un URL. Per questo URL, puoi utilizzare il Flash Player Adobe per riprodurre il contenuto.
Nell’elenco delle sorgenti multimediali (ad esempio nel file sources.js
), puoi impostare forceflash
su true
. Ad esempio:
{
"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
},