Skip to main content
16-Pearl
November 12, 2024
Solved

webframe url to play video on mashup

  • November 12, 2024
  • 1 reply
  • 804 views

Hello Developers,

   I am confused that how my url needs to look like in order to play video with this webframe  widget.

 

My URL : "/Thingworx/FileRepositoryDownloader?download-repository=AssemblyApproval.FileRepository&directRender=true&download-path=//troop/kroop/loop/alter/Sequences/l-Creo3D-Abbildung1.pvi/Gewindering_(32570024)_aufsetzen_(Stauchen)/Videos/101.mp4"

 

but my video is  unable to pay on the widget.. can anyone please tell me about url creation of it... thanks

Best answer by MA8731174

I have further went deep down into issue. So issue is that in my path i have round brakets ( ) and url converts them into special characters as you can see below:

%29 close braket => )

%28 open braket -> (

it does not run the video then. but if i have a link without these round brakets then the video works. Anyone has a solution recommendation for that. because my path folders have round brakets in it and thats why path has in it. 

 

So please avoid brakets in the creation of folder in fileRepository. the underscore sign works _ completely fine for me but no brakets.

 




https://test-world.com:1122/Thingworx/FileRepositoryDownloader?download-repository=AssemblyApproval.FileRepository&directRender=true&download-path=//troop/kroop/loop/alter/Sequences/l-Creo3D-Abbildung1.pvi/Gewindering_%2832570024%29_reinigen_%28Stauchen%29/Videos/02.mp4

1 reply

MA873117416-PearlAuthorAnswer
16-Pearl
November 12, 2024

I have further went deep down into issue. So issue is that in my path i have round brakets ( ) and url converts them into special characters as you can see below:

%29 close braket => )

%28 open braket -> (

it does not run the video then. but if i have a link without these round brakets then the video works. Anyone has a solution recommendation for that. because my path folders have round brakets in it and thats why path has in it. 

 

So please avoid brakets in the creation of folder in fileRepository. the underscore sign works _ completely fine for me but no brakets.

 




https://test-world.com:1122/Thingworx/FileRepositoryDownloader?download-repository=AssemblyApproval.FileRepository&directRender=true&download-path=//troop/kroop/loop/alter/Sequences/l-Creo3D-Abbildung1.pvi/Gewindering_%2832570024%29_reinigen_%28Stauchen%29/Videos/02.mp4