-1

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

madduci
  • 2,635
  • 1
  • 32
  • 51

1 Answers1

0

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

madduci
  • 2,635
  • 1
  • 32
  • 51