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
Hello everyone,
the issue has been resolved. The URLs need to be UTF-8 encoded.
With that it works just fine.
Thanks everyone for their help!
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
Hi Christopher,
Do you use <Dataminer-IP> in your visual or an actual IP? If it is the first case, can you try with <DMAIP>?
Hello Jens,
thank you for your reply.
As Dataminer-IP we are using the virtual IP of our failover config. This is working fine with Prismon.
I have also tried using the IP of one of our DMAs but it didn’t change the result.