Browse Source

fix issue templates

pull/97/head
Alessandro Ros 5 years ago committed by GitHub
parent
commit
235ce802b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/ISSUE_TEMPLATE/bug-external.md

2
.github/ISSUE_TEMPLATE/bug-external.md

@ -10,7 +10,7 @@ assignees: '' @@ -10,7 +10,7 @@ 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 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 in your pc, the interface is probably "loopback", otherwise it's the one of your network card)
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

Loading…
Cancel
Save