Dynamic Image through another port
Dear All,
I'm trying to add a dynamic image to a TP4 file but I cannot retrieve the streaming image. I do stream through a web browser typing http://user:password@IP_ADDRESS:8080/video.mjpg.
Please note that image has been configured to be streamed through port 8080 ( not 80 ).
How can this port be edited on the TP4 dynamic image ? I tried to add this on the HOST field like IP_ADDRESS:8080 with no success.
Any ideas ?
Thanks,
George
Comments
-
Is it not working in preview or running on the panel? Sometimes preview doesn’t work with some stream urls. You could also try to set the parameters in code since sometimes dynamic images won’t work if setup in TP4. Just create a DI in TP4 with non working parameters and then modify in code when the TP comes online.
-
it is not working in preview ( double click on dynamic image ). I have not tried on the panel. Can you please help me a little more with parameters in code ?
-
OK I made it working.... I set the streaming source of a button ( not a dynamic image ) with the related streaming path and it works now....
Thanks
-
I thought everything is ok but it is not. Any web browser requests a confirmation to allow the streaming. Of course I'm able to confirm that from my PC by pressing OK. But what about the AMX panel ? The streaming does not come obviously because there is not any confirmation from the panel...
An ideas please ? -
Here's an example of the code I send when the TP comes online. This example uses an alternate port too. This is for two dynamic images one large one small
CASE 4://camera 4 { fncAxisCam_QueueTPCmd("itoa(iUI_Indx),'^RMF-Camera_',itoa(n),' LG,%U',cTempUser,'%S',cTempPass,'%H',AXISCAM_IP_ADDRESS[n], ':8008%A%F%R1%N0%V0',AXIS_QDELIM"); fncAxisCam_QueueTPCmd("itoa(iUI_Indx),'^RMF-Camera_',itoa(n),',%U',cTempUser,'%S',cTempPass,'%H',AXISCAM_IP_ADDRESS[n], ':8008%A%F%R1%N0%V0',AXIS_QDELIM");}
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums
