Releases: cabernetwork/provider_video_m3u
Releases · cabernetwork/provider_video_m3u
provider_epg_m3u 0.1.17
provider_epg_m3u 0.1.16
- Made tvg-id highest priority for channel id
provider_epg_m3u 0.1.15
- Added channel-id to m3u8 parser
provider_epg_m3u 0.1.14
- Added setting g_http_session
provider_epg_m3u 0.1.13
- Fixed retries error on download
provider_epg_m3u 0.1.12
- Moved number of parallel video packet downloads to config
provider_epg_m3u 0.1.11
- Added Stream Timeout, HTTP Timeout and HTTP Retries to config
provider_epg_m3u 0.1.10
- Changed HTTP retries to not hard coded
provider_epg_m3u 0.1.9
- Added enable_full_duplicate_checking to instance setting. If the query_string part of the url has a token that changes every time a request for updates occurs, the result will be to re-download the packet over and over. To keep this from happening, set this to false and it will not include the query_string portion of the URL when determining whether the packet is new.
provider_epg_m3u 0.1.8
- Added support for #EXT-X-SESSION-DATA in the m3u file. Allows session header data to be included in the HTTP requests. It should be placed under the #EXTM3U tag and the format is
#EXT-X-SESSION-DATA:DATA-ID='HEADER', VALUE='{"name1": "value1", "name2": "value2"}'
#EXT-X-SESSION-DATA:DATA-ID='HEADER', VALUE='{"Referer": "https://abcdef.net", "Origin": "https://12345.net"}'