mediamtx/.github/ISSUE_TEMPLATE/bug.md

63 lines
1.5 KiB
Markdown
Raw Normal View History

2020-07-19 11:16:05 +00:00
---
2021-01-01 13:57:37 +00:00
name: 'Bug'
about: Bug
2020-07-19 11:16:05 +00:00
title: ''
labels: ''
assignees: ''
---
2021-01-01 13:57:37 +00:00
<!--
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.
-->
2020-07-19 11:16:05 +00:00
## Which version are you using?
v0.0.0
2020-09-14 11:43:29 +00:00
## Which operating system are you using?
2020-12-12 23:00:18 +00:00
<!-- fill checkboxes with a x. Example: [x] Linux -->
OS
- [ ] Linux
- [ ] Windows
- [ ] macOS
Architecture
- [ ] amd64
- [ ] arm64
- [ ] arm7
- [ ] arm6
2020-09-14 11:43:29 +00:00
2021-01-01 13:57:37 +00:00
## Describe the issue
2020-07-19 11:16:05 +00:00
Description
2021-01-01 13:57:37 +00:00
## Describe how to replicate the issue
2021-01-01 16:03:37 +00:00
<!--
the maintainers must be able to REPLICATE your issue to solve it - therefore, describe in a very detailed way how to replicate it.
-->
2021-01-01 13:57:37 +00:00
1. start the server
2. publish with ...
3. read with ...
2020-07-19 11:16:05 +00:00
## Did you attach a network dump?
2020-12-12 23:00:18 +00:00
<!--
2021-01-01 13:57:37 +00:00
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:
2020-12-12 23:00:18 +00:00
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
4) Stop capturing, save the result in .pcap format
5) Attach
-->
2021-01-01 13:57:37 +00:00
<!-- OTHERWISE, delete this section -->
2020-08-29 08:44:46 +00:00
yes / no