Skip to content
Snippets Groups Projects
Commit faaaecd1 authored by phil's avatar phil
Browse files

readme update

parent 29fc16c2
Branches
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ https://github.com/tschiemer/aes67 ...@@ -27,6 +27,7 @@ https://github.com/tschiemer/aes67
- [x] SDP - [x] SDP
- [ ] SIP ? (for unicast management according to standard, but most systems use multicast only..) - [ ] SIP ? (for unicast management according to standard, but most systems use multicast only..)
- [ ] RTSP ? (meaningful for system with Ravenna-based components if no RAV2SAP) - [ ] RTSP ? (meaningful for system with Ravenna-based components if no RAV2SAP)
- [ ] make utility implementation embedded friendly
- [ ] [AES70/OCA](https://github.com/tschiemer/ocac) *work in progress* - [ ] [AES70/OCA](https://github.com/tschiemer/ocac) *work in progress*
- [x] [mDNS / DNS-SD](https://github.com/tschiemer/minimr) - [x] [mDNS / DNS-SD](https://github.com/tschiemer/minimr)
...@@ -42,8 +43,8 @@ https://github.com/tschiemer/aes67 ...@@ -42,8 +43,8 @@ https://github.com/tschiemer/aes67
- [ ] [sapd](#sapd): SAP daemon (with Ravenna support) - [ ] [sapd](#sapd): SAP daemon (with Ravenna support)
- [x] SAP server - [x] SAP server
- [x] RAV lookup + pass to SAP server - [x] RAV lookup + pass to SAP server
- [ ] publish SDP files from config dir - [x] publish SDP files from config dir
- [ ] RAV publish of locally managed sessions - [x] RAV publish of locally managed sessions
- SDP - SDP
- [x] [sdp-parse](#sdp-parse): parse SDP(s) - [x] [sdp-parse](#sdp-parse): parse SDP(s)
- [x] [sdp-gen](#sdp-gen): generate SDP - [x] [sdp-gen](#sdp-gen): generate SDP
...@@ -53,7 +54,7 @@ https://github.com/tschiemer/aes67 ...@@ -53,7 +54,7 @@ https://github.com/tschiemer/aes67
- RAVENNA - RAVENNA
- [ ] ~~RAV2SAP~~ -> [sapd](#sapd) - [ ] ~~RAV2SAP~~ -> [sapd](#sapd)
- [x] [rav-lookup](#rav-lookup): browse for sessions/devices - [x] [rav-lookup](#rav-lookup): browse for sessions/devices
- [ ] [rav-publish](#rav-publish): publish sessions and optionally serve SDP files - [x] [rav-publish](#rav-publish): publish sessions and optionally serve SDP files
- PTP - PTP
- [ ] ptp-monitor? -> [ptptrackhound](https://www.ptptrackhound.com/) & [ptpmonkey](https://github.com/martim01/ptpmonkey) - [ ] ptp-monitor? -> [ptptrackhound](https://www.ptptrackhound.com/) & [ptpmonkey](https://github.com/martim01/ptpmonkey)
- [ ] ptp-server? - [ ] ptp-server?
...@@ -61,7 +62,7 @@ https://github.com/tschiemer/aes67 ...@@ -61,7 +62,7 @@ https://github.com/tschiemer/aes67
- [ ] rtp-send: send RTP (from STDIN) - [ ] rtp-send: send RTP (from STDIN)
- [ ] rtp-recv: receive RTP (to STDOUT) - [ ] rtp-recv: receive RTP (to STDOUT)
- Support - Support
- mDNS (abstraction for mdns service) - [x] mDNS (abstraction for mdns service)
- [x] dns-sd - [x] dns-sd
- [x] avahi (to be tested further) - [x] avahi (to be tested further)
- [x] RTSP describe client + server - [x] RTSP describe client + server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment