Giter VIP home page Giter VIP logo

Comments (4)

lelikg avatar lelikg commented on August 11, 2024

additionaly I am getting this error quite a lot:
Non-monotonous DTS in output stream 0:1; previous: 9109290, current: 9105270; changing to 9109291. This may result in incorrect timestamps in the output file.

from mediasoup3-record-demo.

ethand91 avatar ethand91 commented on August 11, 2024

Hello, can you share the ffmpeg command/arguments you are using?

from mediasoup3-record-demo.

lelikg avatar lelikg commented on August 11, 2024

Sure, here it is

ffmpeg -analyzeduration 2147483647 -probesize 2147483647 -hide_banner -loglevel info -protocol_whitelist pipe,rtp,udp -max_delay 0 -f sdp -i pipe:0 -r 24 -x264opts threads=12:subme=6:keyint=24:bframes=2:min-keyint=24:ref=3:b-pyramid=0:b-adapt=0:no-scenecut -c:v:0 libx264 -b:v:0 2944k -c:a:0 aac -s:v:0 1280x720 -b:a:0 128k -preset:0 fast -profile:v:0 main -level:v:0 4.1 -c:v:1 libx264 -b:v:1 1104k -c:a:1 aac -s:v:1 854x480 -b:a:1 96k -preset:1 fast -profile:v:1 main -level:v:1 3.1 -c:v:2 libx264 -b:v:2 250k -c:a:2 aac -s:v:2 426x240 -b:a:2 64k -preset:2 fast -profile:v:2 main -level:v:2 3.1 -sn -ac 2 -hls_time 2 -hls_list_size 5 -start_number 1 -threads 4 -thread_type slice -map 0:v -map 0:a -map 0:v -map 0:a -map 0:v -map 0:a -f hls -var_stream_map v:0,a:0,name:720p v:1,a:1,name:480p v:2,a:2,name:240p -master_pl_name master.m3u8 -hls_playlist_type event -hls_segment_filename /streams/e5a21ef7-e28b-46ac-bcef-6e67b0021d91/%v/segment_%03d.ts /streams/e5a21ef7-e28b-46ac-bcef-6e67b0021d91/%v/index.m3u8

from mediasoup3-record-demo.

ethand91 avatar ethand91 commented on August 11, 2024

Hello,
Sorry I can't really help much if the problem is unrelated to the project.
From a glance it seems that there is something wrong with the input of the stream.

To my knowledge MV errors in P frame is fixed in recent versions of ffmpeg, if your are using the latest ffmpeg and it still occurs, then you may want to ask on ffmpeg's trac:
http://trac.ffmpeg.org/

from mediasoup3-record-demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.