Giter Club home page Giter Club logo

Comments (9)

shogo4405 avatar shogo4405 commented on June 10, 2024

The specification is that during a pause, the last frame continues to be sent. This is done to prevent audio and video desynchronization on the viewer's end when video is continuously dropped.

from haishinkit.swift.

floriangbh avatar floriangbh commented on June 10, 2024

Thanks for the clarification.

In this case (with the sample), even after 1/2 min, the encoder still running. Not sure this is only the last frame :)

from haishinkit.swift.

shogo4405 avatar shogo4405 commented on June 10, 2024

Yes, it will keep running even for 1 hour or 2 hours.

from haishinkit.swift.

floriangbh avatar floriangbh commented on June 10, 2024

Ok thanks for the feedback !

from haishinkit.swift.

floriangbh avatar floriangbh commented on June 10, 2024

But I'm not sure to undestrand "This is done to prevent audio and video desynchronization on the viewer's end when video is continuously dropped."
If the stream/connexion is closed, there is no desynchronization possible issue.

But it can lead to Fatal error: Attempted to read an unowned reference but object 0x280971800 was already deallocated when the encoder still running when not necessary. 🤔

from haishinkit.swift.

shogo4405 avatar shogo4405 commented on June 10, 2024

I see. I'm not a native English speaker, so I'm not quite sure about the main point. It would be helpful if you could explain it more concisely. I think you're talking about that stream.paused = false was set. Is that correct, or am I mistaken? https://shogo4405.github.io/HaishinKit.swift/Classes/RTMPStream.html#/s:10HaishinKit10RTMPStreamC6pausedSbvp

from haishinkit.swift.

floriangbh avatar floriangbh commented on June 10, 2024

I'm not a native English speaker so I'm probably not very clear also sorry.

I'm talking about when after stream.close(), the encoder is still running. To reproduce it:

  • Take the example project
  • Start the stream with an RTMP destination
  • Stop (close) the stream
  • Place a breakpoint in VideoCodec append()

The append() in the VideoCodec is still running even after a stream.close()

from haishinkit.swift.

shogo4405 avatar shogo4405 commented on June 10, 2024

It was an unintended behavior, so I have fixed it. Thank you.

from haishinkit.swift.

floriangbh avatar floriangbh commented on June 10, 2024

Thank you !

from haishinkit.swift.

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.