Git Product home page Git Product logo

rtsp-streaming's People

Contributors

emanuel-guenther avatar htwdd-sn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rtsp-streaming's Issues

Update `Projektbeschreibung.md` to explain new classes

The branches dev/optimization and dev/vlc-compat introduced some new classes which are not explained in the file Projektbeschreibung.md yet.

These classes are:

  • AviMetadataParser
  • CustomLoggingHandler
  • QuickTimeMetadataParser
  • VideoMetadata

Improve Interface of `RtpHandler` for creating packets from an JPEG image

Currently the RtpHandler receives an image and processes it to create a RTP packet.
If the error correction via FEC is used, the created packet is given to the FecHandler.
After that, the RTP packet is returned to the Server, which then sends it to the receiver.
If a FEC packet was completed with the last RTP packet, the Server manually retrieves this packet from the RtpHandler and sends it too.

A better design for the interface of this functionality could be to return a list of RTP packets from the RtpHandler when jpegToRtpPacket() is called.
This not only enables the transparent sending of the FEC packet (which is a special RTP packet), so that the Server does not have to know about FEC and has not to process these packets manually.
It also makes the creation of multiple RTP packets from one JPEG image possible.
(The VLC Media Player does that already.)

RTPpacket constructor for packet bitstream does not parse header data completely

In the RTPpacket constructor with bitstream data as argument most header fields are set with defaut values.

// fill default fields:

This is incorrect and a lazy implementation, because the header of the packet is accessible and just has to be parsed.
It should be mentioned that the parsing of the header data correlates to the construction of it at the server side, which is a TASK for the assignment.

//TASK fill the header array of byte with RTP header fields

So the parsing could be implemented but then may also be part of the assignment.

While this is currently not an issue of the functionality of the client, it should be fixed to get more compatible with RFC 3550 (RTP) and RFC 2435 (JPEG over RTP).

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.