The forceflash flag in the source list forces Flash fallback for a URL. For this URL, you can use Adobe Flash Player to play the content.
In the media source list (for example in the sources.js
file), you can set forceflash
to true
. For example:
{
"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
},