add issue templates
This commit is contained in:
parent
45c0416fa7
commit
47e10aab40
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: Blank issue
|
||||
about: Blank issue
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
||||
## Describe the problem
|
||||
|
||||
Description
|
30
.github/ISSUE_TEMPLATE/communication-issue-with-an-external-camera-or-software.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/communication-issue-with-an-external-camera-or-software.md
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
name: Communication issue with an external camera or software
|
||||
about: A portion of bugs are related to different RTSP implementations between the
|
||||
server and the target
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
The most helpful content you can provide to fix a communication issue between rtsp-simple-server and an external hardware or software, is a network dump of the data exchanged between the server and the target, 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 in 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
|
||||
-->
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
||||
## Describe the problem
|
||||
|
||||
Description
|
||||
|
||||
## Did you attach a network dump?
|
||||
|
||||
yes
|
Loading…
Reference in New Issue