I am workig on ONVIF Camera project and I wanted to use media2 for that. I followed your repo and tried to run the examples with modification for user,pass etc
I am able to communicate to camera, and change dates, etc.
But the pullpoint pull message is giving exception and on deeper analysis - looking at packets in wireshark and log - it is receiving the packet and responding with HTTP 1.1 Bad Response.
What is it that I am doing wrong?
I am attaching code/the function which is not working (all others are working) for reference :
This statement is giving exception ( a blank one at that) and debugging the code with pycharm debugger, it shows the Bad Request 400, which I confirmed from wireshark logs.
Any Help will be greatly appreciated. as I am stuck for quite some time now.
Let me know if anything else is required.
I am workig on ONVIF Camera project and I wanted to use media2 for that. I followed your repo and tried to run the examples with modification for user,pass etc
I am able to communicate to camera, and change dates, etc.
But the pullpoint pull message is giving exception and on deeper analysis - looking at packets in wireshark and log - it is receiving the packet and responding with HTTP 1.1 Bad Response. What is it that I am doing wrong?
I am attaching code/the function which is not working (all others are working) for reference :
**
**
This statement is giving exception ( a blank one at that) and debugging the code with pycharm debugger, it shows the Bad Request 400, which I confirmed from wireshark logs.
Any Help will be greatly appreciated. as I am stuck for quite some time now. Let me know if anything else is required.