mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-25 21:09:15 -08:00
update issue templates
This commit is contained in:
parent
818307ff54
commit
4822e8c06c
2 changed files with 16 additions and 43 deletions
39
.github/ISSUE_TEMPLATE/bug-generic.md
vendored
39
.github/ISSUE_TEMPLATE/bug-generic.md
vendored
|
|
@ -1,39 +0,0 @@
|
|||
---
|
||||
name: 'Bug: generic'
|
||||
about: Generic bug
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
||||
## Which operating system are you using?
|
||||
|
||||
<!-- fill checkboxes with a x. Example: [x] Linux -->
|
||||
|
||||
OS
|
||||
|
||||
- [ ] Linux
|
||||
- [ ] Windows
|
||||
- [ ] macOS
|
||||
|
||||
Architecture
|
||||
|
||||
- [ ] amd64
|
||||
- [ ] arm64
|
||||
- [ ] arm7
|
||||
- [ ] arm6
|
||||
|
||||
## Describe the issue
|
||||
|
||||
Description
|
||||
|
||||
## Describe how to replicate the issue
|
||||
|
||||
1. start the server
|
||||
2. publish with ...
|
||||
3. read with ...
|
||||
|
|
@ -1,12 +1,16 @@
|
|||
---
|
||||
name: 'Bug: communication with an external camera or another software'
|
||||
about: Bug that arises when using the software with an external camera or another software
|
||||
name: 'Bug'
|
||||
about: Bug
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
To increase the probability of your issue getting fixed, open an issue FOR EACH problem. Please do not report multiple problems in a single issue, otherwise they'll probably never get ALL fixed.
|
||||
-->
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
|
@ -28,14 +32,20 @@ Architecture
|
|||
- [ ] arm7
|
||||
- [ ] arm6
|
||||
|
||||
## Describe the problem
|
||||
## Describe the issue
|
||||
|
||||
Description
|
||||
|
||||
## Describe how to replicate the issue
|
||||
|
||||
1. start the server
|
||||
2. publish with ...
|
||||
3. read with ...
|
||||
|
||||
## Did you attach a network dump?
|
||||
|
||||
<!--
|
||||
The most helpful content you can provide to fix a communication issue between rtsp-simple-server and an external hardware or software, is a dump of the data exchanged between the server and the target (network dump), that can be generated in this way:
|
||||
If the bug arises when using rtsp-simple-server with an external hardware or software, the most helpful content you can provide is a dump of the data exchanged between the server and the target (network dump), that can be generated in this way:
|
||||
1) Download wireshark (https://www.wireshark.org/)
|
||||
2) Start capturing on the interface used for exchanging RTSP (if the server and the target software are both installed on your pc, the interface is probably "loopback", otherwise it's the one of your network card)
|
||||
3) Start the server and replicate the issue
|
||||
|
|
@ -43,4 +53,6 @@ The most helpful content you can provide to fix a communication issue between rt
|
|||
5) Attach
|
||||
-->
|
||||
|
||||
<!-- OTHERWISE, delete this section -->
|
||||
|
||||
yes / no
|
||||
Loading…
Add table
Add a link
Reference in a new issue