2016-10-23 01:15 PM
Hi! I am trying to create an implementation of RTSP/RTP server for streaming video. I have some strange problem. I'm trying to establish connection via RTSP. As a client I use VLC player. At first VLC sent to board OPTIONS request. My board receave it and correctly answer on this request. But then VLC sent DESCRIBE request my parser didn`t get it. I am using a LwIP stack and FreeRTOS.
Does anybody have this kind of problem?