GithubHelp home page GithubHelp logo

Comments (2)

zarej avatar zarej commented on August 25, 2024

This issue occurs if HLS has multiple bitrates and in ffprobe command is not selecting stream. When I put HLS with a single bitrate it works.

Need improvement to support adaptive streams, or to put chunk playlist instead of a master playlist.

from video-quality-tools.

WoZ avatar WoZ commented on August 25, 2024

Thank you for the issue!

May you provide HLS stream (master playlist, ts chunks) you've tested? I see in your screenshot from the debugger that startTime and endTime in gop is the same. So, I see 2 options:

  1. the lack of adaptive bitrate may cause a merge of frames and both frames have the same pkt_pts_time
  2. the stream is broken because technically it's impossible to have two frames with the same pkt_pts_time.

It will be great to provide stram data, ffprobe output for the
ffprobe -hide_banner -v info -fflags nobuffer -show_frames -show_entries frame=pkt_size,pkt_pts_time,media_type,pict_type,key_frame,width,height -i %URL%

from video-quality-tools.

Related Issues (5)

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.