Giter Site home page Giter Site logo

bug-avplayer-cea708's People

Watchers

 avatar

bug-avplayer-cea708's Issues

Broken stream

Response from Apple (2 May 2022)

The data loss is caused by a broken stream (cc (Continuity Counter) errors in the TS packet headers)!

The last TS packet for the video PID (100) in the first segment (offset 1270692) has a cc error and the first TS packet for PID 100 in the second segment (offset 1880) as well (in a way caused by the previous cc error).

This causes us to drop the video frame which contains the caption packet in an SEI NALu.

Other software might reply a different implementation of error handling and play the captions.

For reference:
Our error handling when we encounter a cc error, is to drop all previously received, incomplete packet data and start new with the data from the current packet and the new cc.
If we would parse all NALu we received completely or completely drop the cc error packets with an adaptation field value of 0 or 2, this stream would play. But it this is not an option since it leads to other problems and will break other streams.

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.