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
Currently, uvgRTP public API is very much C-like. It would be highly beneficial to add separate C++ API alongside the C API so smart pointers can be used.
This would not break the existing API. The C API will be supported at least until 3.0 release of uvgRTP and possibly long after it.
Task lists:
Creation of session with smart pointers
Creation of media_streams with smart pointers
Support bind function with RTP receive hook
Updating the examples to use this new API
The text was updated successfully, but these errors were encountered:
jrsnen
added
the
dev
Developing uvgRTP is easier, but these features are not visible to users of the library
label
Jul 14, 2021
jrsnen
added
feature
New feature
and removed
dev
Developing uvgRTP is easier, but these features are not visible to users of the library
labels
Jul 22, 2021
@RamadanAhmed Thanks for the interest. Sorry for the delay in response, I was on holiday.
Yes, you can work on this if you want. Please keep the existing C API as it is so the update doesn't break existing software. Updating the documentation would also be helpful, but I can also handle that.
Currently, uvgRTP public API is very much C-like. It would be highly beneficial to add separate C++ API alongside the C API so smart pointers can be used.
This would not break the existing API. The C API will be supported at least until 3.0 release of uvgRTP and possibly long after it.
Task lists:
The text was updated successfully, but these errors were encountered: