Hi !
I use CRS console for testing. So, for upload at the "META" field of my target i created text file with text inside "
https://sightpvideo-cdn.sightp.com/sdkvideo/EasyARSDKShow201520.mp4"
In my JAVA code :
ImageTarget target = ...;
String meta_data = target.meta();
The value of meta_data variable is "aHR0cHM6Ly9zaWdodHB2aWRlby1jZG4uc2lnaHRwLmNvbS9zZGt2aWRlby9FYXN5QVJTREtTaG93MjAxNTIwLm1wNA=="
How can i get the corect link on my stream video file from uploaded meta file ?