streaming

Media streaming and broadcast systems in Go
Log | Files | Refs | README | LICENSE

commit 2ab9141c5d9c45cfd0d970599e07557539d56c1c
parent 439c6395b12db4f7329a94e472639a5b55169cf0
Author: Oliver Lowe <o@olowe.co>
Date:   Wed, 10 Jul 2024 11:13:49 +1000

sdp: clearer TODO

Diffstat:
Msdp/sdp.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdp/sdp.go b/sdp/sdp.go @@ -23,9 +23,9 @@ type Session struct { Phone string Connection *ConnInfo Bandwidth *Bandwidth + // TODO(otl): add time description fields Attributes []string Media []Media - // TODO(otl): add rest of fields } type Origin struct {