Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtp: support text payloads #26

Closed
ollytom opened this issue Jun 17, 2024 · 1 comment
Closed

rtp: support text payloads #26

ollytom opened this issue Jun 17, 2024 · 1 comment

Comments

@ollytom
Copy link
Member

ollytom commented Jun 17, 2024

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
Copy link
Member Author

ollytom commented Jul 29, 2024

Done - see rtp/session_test.go

@ollytom ollytom closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant