Skip to content

Implement an extraction of SRT DATA packets payload #21

@mbakholdina

Description

@mbakholdina

Implement an extraction of SRT DATA packets payload, e.g., for extracting MPEG-2 TS from SRT packets and writing it in a file. An approach can be the following:

  1. Extract SRT DATA packets, sort them by sequence number and delete duplicates. Important to remember that SRT sequence number is updated in cycles. The seq.no of the very first packet is transmitted within the handshake. The maximum value correspond to 31bits.
  2. Extract payload of the DATA packets remaining after step 1 and write it consequently in a file. Important to remember that the payload maybe encrypted. In this case, it should be preliminary decrypted and then written in a file. The key can be extracted from the handshakes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions