79203320

Date: 2024-11-19 12:02:30
Score: 1.5
Natty:
Report link

Fixed by setting codec to libx264 and max B-frames to 0:

ffmpeg -stream_loop -1 -re -i ./video.mp4 -c:v libx264 -bf 0 -rtsp_transport tcp -f rtsp rtsp://localhost:8554/output
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Amitai Fensterheim