bbc / brave

Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Apache License 2.0
653 stars 148 forks source link

[Question] will there be an SRT support ? #67

Open SNRSE opened 4 years ago

SNRSE commented 4 years ago

Hey i was wondering if there will be support for SRT as Input and Output ?

I think Gstreamer already supports it

matthew1000 commented 4 years ago

Yeah this would be great. Wouldn't be too hard. PRs most welcome. Unfortunately there's no active development on this project at the moment... something I'd love to change, but I just can't find time away from other projects at the moment.

stemcc commented 3 years ago

Wouldn't be too hard. PRs most welcome.

Do you have any suggestions for where to start on this feature, or perhaps current code in this repository you can point to that could be similar in design to how the SRT feature might be implemented?

moschopsuk commented 3 years ago

https://github.com/bbc/brave/blob/master/brave/inputs/tcp_client.py

Would be a good place to start as an example.

The gStreamer docs are a good place to cover what properties can be set and the values needed.

https://gstreamer.freedesktop.org/documentation/srt/srtsrc.html