Search code examples
c++video-streamingrtprtmp

Create a live RTP stream from images


i want to create a live video streaming via RTP (and using crmtpserver as RTMP server to stream), starting from normal jpeg images, in my own C++ application. I was looking to the documentation of ffmpeg, libavutils and gstreamer but i couldn't find any information related to this topic. Does anyone know how to generate a live stream rtp from images? Any performance hint would be appreciated too. Best regards, Michele


Solution

  • FYI, I've solved with ffmpeg directly from commandline and i forward the stream to CRTMPServer