Giter VIP home page Giter VIP logo

Comments (4)

ngraziano avatar ngraziano commented on May 25, 2024

In TCP the fragmentation of the NAL is done at the network level.
In UDP the size is limited by the MTU (generaly 1500 byte for the wole packet) so we need to fragment the NAL.

from sharprtsp.

flysunshine avatar flysunshine commented on May 25, 2024

thank you very much,can this project be used in monitoring system? I am a student,trying to do something about remote monitor with your project,and how can i do that? hope you can help me ,thanks very much.

from sharprtsp.

flysunshine avatar flysunshine commented on May 25, 2024

and how can i decode the video with C# in time?(with FFMPEG?) i search a lot,and find nothing .really looking foward to your answer.

from sharprtsp.

RogerHardiman avatar RogerHardiman commented on May 25, 2024

decoding the compressed video stream back to images that can be displayed on a screen is outside the scope of this library.
But as a summary, there are lots of ways to do it and for H264 video the process is
a) Initialise FFMPEG and pass in the SPS, PPS and the NALs
b) On Apple you can use a VTDecompressionSession
c) On Android you can use MediaCodec
d) there are Windows APIs too

Unfortunately that is all beyond what we can do in this library.

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.