0

I currently have an IP camera streaming video (RTSP) with H.264 encoding.

I want to use FFmpeg to convert this H.264 encoded stream to another RTSP stream but MPEG-2 encoded. How exactly do I do this? Which commands should I use?

macbutch
  • 3,241
  • 2
  • 27
  • 27
Mr.Junior
  • 1
  • 3

1 Answers1

0

Sure you can do this. You may use ffmpeg to convert your RTSP-stream to MPEG-2 stream. Take a look at this answer it solves your problem https://stackoverflow.com/a/41836896/2000107

zeckson
  • 3
  • 4