Skip to content

Commit

Permalink
Added atsc keep alive
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky4546 committed Mar 28, 2023
1 parent 3a22862 commit 3d387ac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions provider_video_m3u/config_defn.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
"default": 10,
"level": 2,
"help": "Number of streams active at one time"
},
"player-send_atsc_keepalive":{
"label": "Send ATSC Keep-Alive",
"type": "boolean",
"default": false,
"level": 2,
"help": "For internalpproxy, when the provider stops sending packets or the stream is being filtered for 15 seconds, will send a ATSC keep-alive msg to client"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion provider_video_m3u/instance_defn.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"default": 1,
"level": 1,
"onChange": "lib.config.config_callbacks.update_channel_num",
"help": "When channel number is not provided, will use this incrementally."
"help": "Overrides the channel number starting with the number provided and incrementing by one"
},
"player-stream_type":{
"label": "stream_type",
Expand Down
8 changes: 7 additions & 1 deletion provider_video_m3u/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"id": "provider_video_m3u",
"name": "M3U",
"version": {
"current_version": "0.1.0"
"current": "0.1.1"
},
"requires": [{
"cabernet": {
"name": "cabernet",
"version": "0.9.11.01"
}
}],
"provider-name": "rocky4546",
"summary": "This is real internet television",
"description": "Watch Free TV! Using M3U and XMLTV formats.",
Expand Down

0 comments on commit 3d387ac

Please sign in to comment.