untangledco / streaming

Media streaming and broadcast systems in Go
https://twitch.tv/untangledco
ISC License
82 stars 5 forks source link

rtp: support text payloads #26

Closed ollytom closed 1 month ago

ollytom commented 2 months ago

RFC 4103 specifies how to transport UTF-8 encoded text in the payloads of RTP packets. If we write some code to handle text payloads, that gives us an easy way to synthesise "fake" streams and specify them in Go source code. That should be a lot easier to reproduce & verify than, for example, video streams.

ollytom commented 1 month ago

Done - see rtp/session_test.go