I'm trying to write a small RTP / RTSP server on a microcontroller system (STM32F407). I use ffmpeg to display this stream on a PC. The problem is that ffmpeg doesn’t like my SDP file.
Displays error:
Invalid data found when processing input.
I give this SDP file to the client:
v=0 o=- 2525 1 IN IP4 192.168.0.56 s=stream t=0 0 m=video 1552 RTP/AVP 97 a=rtpmap:97 H264/9000 The topic of video transmission over the network is new for me. Tell me, what am I missing?
ffmpegin debug and tried to look at the debugger? - user1056837