Skip to content

Support for reading RTP/UDP source stream #1515

@RouquinBlanc

Description

@RouquinBlanc

Describe the feature

Quite similarly to the #1490 PR, sometimes all we get from a source is an RTP stream, not an RTSP server.

Provided that we know enough about the source, would that be very different from what the RTSP source does once the stream is playing?

For H264 for example, this can be solved by either:

  • Providing an SDP file for the stream
  • Or looking for SPS / PPS frames in the stream itself

It would allow to plug such stream directly from an RTP source instead of having first to expose it somehow as an RTSP source, hence improving the overall latency when working with live streams.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions