It was very simple, no access to stream is needed.
You configure the settings on SETTING -> NETWORK -> PLATFORM -> ITCPUSH.   Here is my setup in the lab:
View attachment 124103
Then when the camera captures a plate, it sends a JSON POST request to your URL. 
Well, sorta to your URL.  In the Web URL box I first tried 
Got nothing, it made no attempt to connect that I could see.
I changed it from HTTPS to HTTP and then it started sending data.
It did NOT send data to the URL defined however.  It started sending data to some other URL:
	
It used my domain name, but totally ignored the URL were it was supposed to go.  I used .htaccess to intercept where it was trying to go and direct it to where I wanted it to go.
Once you get that figured out, read the POST body content and you get a JSON object.   The JSON object has all the vehicle details, plate info and photos etc.  I would assume the data in the JSON object would change based on the options you select on the Upload Info Config section of the ITCPUSH page.