diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-10 15:51:01 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-10 15:51:01 +0100 |
commit | 3774e551bb7d6362b5b2dfff8d01ceda88fe2fa9 (patch) | |
tree | 213e0217beca721f80481116bb7f4e5d142eb0d3 | |
parent | e4b4e7c28d4767d29b4348227948e5bd28e13a64 (diff) | |
download | ODR-AudioEnc-3774e551bb7d6362b5b2dfff8d01ceda88fe2fa9.tar.gz ODR-AudioEnc-3774e551bb7d6362b5b2dfff8d01ceda88fe2fa9.tar.bz2 ODR-AudioEnc-3774e551bb7d6362b5b2dfff8d01ceda88fe2fa9.zip |
Mention GStreamer in TODO
-rw-r--r-- | TODO.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,3 +20,15 @@ Insert drift compensation statistics into ZeroMQ metadata. This would maybe need a new protocol version and adaptations in ODR-DabMux, but ideally should be done in a backward-compatible way. +GStreamer input and AES67 +------------------------- + +AES67 support could be nice. + +GST can apparently use PTP https://gstreamer.freedesktop.org/documentation/net/gstptpclock.html?gi-language=c + +https://gstreamer.freedesktop.org/documentation/sdpelem/sdpdemux.html?gi-language=c + +https://www.collabora.com/news-and-blog/blog/2017/04/25/receiving-an-aes67-stream-with-gstreamer/ + +https://archive.fosdem.org/2016/schedule/event/synchronised_gstreamer/attachments/slides/889/export/events/attachments/synchronised_gstreamer/slides/889/synchronised_multidevice_media_playback_with_GStreamer.pdf |