Add Onvif backchannel support #91
Add Onvif backchannel support #91cody-the-casual-dev wants to merge 2 commits intoscottlamb:mainfrom
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
SendingPackettype, 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.