mirror of https://github.com/iptv-org/iptv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.6 KiB
YAML
77 lines
2.6 KiB
YAML
3 years ago
|
name: 🛠 Broken Stream
|
||
|
description: Report a broken stream
|
||
3 years ago
|
title: "Replace: "
|
||
3 years ago
|
labels: [ "broken stream" ]
|
||
3 years ago
|
|
||
3 years ago
|
body:
|
||
3 years ago
|
- type: markdown
|
||
3 years ago
|
attributes:
|
||
3 years ago
|
value: |
|
||
3 years ago
|
Please fill out the issue template as much as you can so we could efficiently process your request
|
||
|
**IMPORTANT**: An issue may contain a request for only one channel, otherwise it will be closed
|
||
3 years ago
|
|
||
3 years ago
|
Channels present in this repository come from variety of sources, some may have overbalanced load at times, temporal issues or just be far away from your location to play smoothly.
|
||
|
Please wait for a few hours at least before filling this form.
|
||
|
|
||
3 years ago
|
- type: checkboxes
|
||
3 years ago
|
id: preliminary
|
||
|
attributes:
|
||
3 years ago
|
label: I have verified that
|
||
3 years ago
|
options:
|
||
3 years ago
|
- label: I use the GitHub playlist link and not a downloaded/cached version of the file
|
||
3 years ago
|
required: true
|
||
3 years ago
|
- label: My TV player has updated this playlist after 0:00 GMT and is set to update it daily
|
||
3 years ago
|
required: true
|
||
3 years ago
|
- label: I am aware that the channel source may have temporal outages. It is broken/absent from the playlist for couple of hours or days
|
||
3 years ago
|
required: true
|
||
3 years ago
|
|
||
3 years ago
|
- type: input
|
||
|
id: name
|
||
|
attributes:
|
||
|
label: Channel Name
|
||
3 years ago
|
description: Full name of the channel. Please use the exact name, as in how it appears in the playlist.
|
||
3 years ago
|
placeholder: 'Fox Life Russia'
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
3 years ago
|
- type: dropdown
|
||
|
id: reason
|
||
|
attributes:
|
||
3 years ago
|
label: What happened to the stream?
|
||
3 years ago
|
options:
|
||
3 years ago
|
- It is now offline (disappeared from the playlist)
|
||
3 years ago
|
- It is stuck at a single frame/the same segment
|
||
3 years ago
|
- I see visual artifacts
|
||
|
- It is buffering to unplayable point
|
||
|
validations:
|
||
|
required: true
|
||
3 years ago
|
|
||
|
- type: input
|
||
|
id: playlist
|
||
|
attributes:
|
||
3 years ago
|
label: Playlist
|
||
|
description: What playlist was used to get the channel from?
|
||
|
placeholder: 'ex. https://iptv-org.github.io/iptv/countries/au.m3u'
|
||
|
validations:
|
||
|
required: true
|
||
3 years ago
|
|
||
3 years ago
|
- type: input
|
||
3 years ago
|
id: link
|
||
|
attributes:
|
||
3 years ago
|
label: Broken Link
|
||
3 years ago
|
description: Please specify the broken link from a playlist if you can
|
||
|
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||
3 years ago
|
|
||
3 years ago
|
- type: input
|
||
3 years ago
|
id: alt
|
||
|
attributes:
|
||
3 years ago
|
label: Possible Replacement
|
||
|
description: If you know an alternate non-protected source or the way to fix current stream please let us know
|
||
|
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||
3 years ago
|
|
||
3 years ago
|
- type: input
|
||
3 years ago
|
id: notes
|
||
|
attributes:
|
||
3 years ago
|
label: Notes
|
||
|
placeholder: 'Anything else we should know?'
|