-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
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.
jabesq, freboy, rjcampion3, Lnjoying, robcowie and 10 more