Skip to content

Commit

Permalink
Improve start up latency and use ultrafast prefix for ffmpeg transcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
robinp7720 committed Dec 26, 2020
1 parent 946a730 commit 5694d6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default class RecodeStreamSession extends StreamSession {
let outputOptions = [
'-movflags empty_moov',
'-copyts',
'-preset ultrafast',
'-tune zerolatency'
];

if (this.oblecto.config.transcoding.hardwareAcceleration) {
Expand Down

0 comments on commit 5694d6a

Please sign in to comment.