Giter VIP home page Giter VIP logo

Comments (3)

RogerHardiman avatar RogerHardiman commented on July 20, 2024

Thanks for the question.
I wonder if it is B-frames.
When you made the x265 encoding from the cat video with libx265 there are extra flags you can add to ffmpeg to pass into libx265 to make only do I-Frames and P-Frames.
They are called something like "presets" or "tune"
A quick web search hinted at

ffmpeg -i test.avi -c:v libx265 -preset medium -x265-params crf=23:bframes=0 test_HEVC.mp4

The other thing to check is using SharpRTSP in TCP mode as SharpRTSP does not handle RTP packets being out of order on your LAN (ie UDP packets being out of order on the LAN if some network routing could cause one UDP packet to overtake another).
Using RTP over RTSP (aka TCP mode) is fine as any out-of-order packet are handled in the OS TCP stack.

from sharprtsp.

belveder79 avatar belveder79 commented on July 20, 2024

good hint... I did not really play around with the params or I/B/P frame settings... what I saw was that it is not an issue of TCP/UDP however, because it was doing the same thing regardless of the used protocol...

I ran the test again without B-frames and it works nicely - thx a lot...

from sharprtsp.

RogerHardiman avatar RogerHardiman commented on July 20, 2024

glad it worked

from sharprtsp.

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.