Hello everyone,
I am facing an issue with the integration of our Agama thumbnails in our service views.
We already have implemented the thumbnails of our R&S Prismons and they are working perfectly fine. Trying to implement the Agama thumbnails with the same action unfortunately only partially works.
Instead of showing the thumbnail it only shows this picture. Selecting the Browserlink it opens the Browser and the working thumbnail as intended.
The URL for the thumbnail itself is in this format:
Embedding in the Visio was done using this:
#http://<Dataminer-IP>/VideoThumbnails/Video.htm?type=Generic Images&source=[<Thumbnail-URL-As-Property>]&refresh=1000
Does anybody have an idea why the thumbnail is not directly shown?
Thanks for everyone's help!
Chris
By default the videothumbnails webpage requests the images through the DMA agent. Maybe only your client machine is capable/allowed to request the image, but not the DMA? If that's the case, you can add this url parameter:
#http://<DMAIP>/VideoThumbnails/Video.htm?type=Generic Images&source=[<Thumbnail-URL-As-Property>]&refresh=1000&proxy=false