Keylost / jetson-ffmpeg

ffmpeg support on jetson nano
Other
64 stars 24 forks source link

facing latency issue... #12

Open robotiste opened 1 year ago

robotiste commented 1 year ago

Hey @Keylost, thanks for fixing these bugs latency is coming more compared to jacob repo, but I saw you implemented @bmegli suggestions on encoder to decrease latency

the current latency between input and output stream is around 600ms right now i am trying this, ./ffmpeg -c:v h264_nvmpi -i rtsp://ip:port/stream -c:v hevc_nvmpi -preset ultrafast -b:v 1M -f mpegts udp://ip:port

Am I doing something wrong?