mediamtx/.github/ISSUE_TEMPLATE/bug-external.md

30 lines
962 B
Markdown
Raw Normal View History

2020-07-19 11:16:05 +00:00
---
2020-08-29 08:44:46 +00:00
name: 'Bug: communication with an external camera or another software'
about: Bug that arised when using the software with an external camera or another software
2020-07-19 11:16:05 +00:00
title: ''
labels: ''
assignees: ''
---
<!--
2020-08-29 08:44:46 +00:00
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:
2020-07-19 11:16:05 +00:00
1) Download wireshark (https://www.wireshark.org/)
2020-09-12 08:37:44 +00:00
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)
2020-07-19 11:16:05 +00:00
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?
2020-08-29 08:44:46 +00:00
yes / no