<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi everyone,<div class=""><br class=""></div><div class="">I have one question regarding bye packets.</div><div class="">Actually I’m creating some project which depends on WIFI RAK5206 electronic board. I’m using ffmpeg library to obtain video and audio stream and I have issue where I can start and stop stream 4 times, but when I want to start 5th I get error  <span class="" style="color: rgb(224, 30, 90); font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-variant-ligatures: none; orphans: 2; white-space: pre-wrap; widows: 2; background-color: rgba(29, 28, 29, 0.0392157);">Invalid data found when processing input</span>  when I call <span class="" style="color: rgb(50, 109, 116); font-family: Menlo; background-color: rgb(255, 255, 255);">avformat_open_input </span>function and I need to restart the electronic board. I figured out with Wireshark application that VLC is working and it is sending some BYE packets when TEARDOWN is called. I wonder if error depends to them, because from my application I’m not sending. How I can make setup to force ffmpeg to send BYE packets? Thanks in advance.</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Djordje</div></body></html>