-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add Onvif backchannel support #91
base: main
Are you sure you want to change the base?
Add Onvif backchannel support #91
Conversation
65ced18
to
400e48f
Compare
Awesome!
Yes, this looks on-track. A new type like
Have you seen |
Thanks a ton! I had started on this work a few months ago, but had somewhat stalled. I won't promise a quick turnaround, but your feedback is helpful and encouraging.
Those all make sense to me!
I had not seen that, I'll take a look. |
I know that story all too well. No pressure from me to complete it quickly, and I'm happy to review and give guidance. |
This PR is an attempt to start addressing #35. I'm learning Rust and ONVIF/RTSP, so this is a very rough starting draft. However, I was hoping to get some early feedback and direction.
Is this close to the approach you had in mind? Instead of creating a
SendingPacket
type, should I just be leveragingrtsp-types::Message
?I'm also having trouble figuring out the best way to actually get payload into a message to send back.
I would greatly appreciate any and all critical feedback.