You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the header extension for my project for send and receive a status and ID. I found the "struct ext_header" declaration but I didn't find a way to use it in the library.
Have any example of use? Or still need implementation?
The text was updated successfully, but these errors were encountered:
Sending packets with a header extension is not yet implemented. As RFC 3550 section 3.5.1 suggests, the header extension is intended for limited use only, and in most situations the information should be carried in the payload section of the packet.
This would be a nice feature to have sometime in the future, but it is hard to say when we have time to implement this.
In other words, currently, uvgRTP should be able to receive any header extensions, but we have no plans to support sending custom header extension. We try to keep uvgRTP API at a slightly higher level than allowing the user to send any kind of data, but we are not opposed to PRs that add support for new RFCs that use header extensions.
Hard to tell, what would be the best way to determine ID/status without knowing more about the situation. There is SSRC for stream specific identification and timestamps for telling different frames from each other.
Hi,
I would like to use the header extension for my project for send and receive a status and ID. I found the "struct ext_header" declaration but I didn't find a way to use it in the library.
Have any example of use? Or still need implementation?
The text was updated successfully, but these errors were encountered: