I've got a service that on my 4104 NVR could get all the channel names. The request was:
http://<ip>/cgi-bin/configManager.cgi?action=getConfig&name=ChannelTitle
With this new one that request gets a 500 error. Looking through the IPC 1.67 http api document there are some options the work (replacing the name=ChannelTitle), like name=Multicastm, name=VideoInMode, but a lot of the other functions in that document don't work any more.
Anyone know if there's a later http api? or know how to pull all the possible values (someone decoded the fw or something?)
http://<ip>/cgi-bin/configManager.cgi?action=getConfig&name=ChannelTitle
With this new one that request gets a 500 error. Looking through the IPC 1.67 http api document there are some options the work (replacing the name=ChannelTitle), like name=Multicastm, name=VideoInMode, but a lot of the other functions in that document don't work any more.
Anyone know if there's a later http api? or know how to pull all the possible values (someone decoded the fw or something?)