Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I would need to display avi files in the mashup of an application. Is there any extension that provides me with a widget for displaying avi video ? Alternatively is there an extension that allows me to convert an avi format video to an mp4 format video ?
Thank you
Solved! Go to Solution.
There is no out of the box supported extension that allows displaying Video in mashups.
However, the effort is relatively trivial to implement it (there's an HTML video tag) and there are github examples out there ready to be searched.
Also, there is no extension that allows conversion between AVI and MP4.
That task is not something I explored, but as a point, I would try to convert the files once, after they arrive, and not when they are requested by mashup.
Hello,
I haven't tried this, but doesn't the Video Player widget support .avi files?
I found this PTC support article that says that the Video Player widget is no longer supporter, but we do at least have it on our 9.3.4 platform.
When it comes to converting .avi to .mp4. I have never seen any extension that does this, but there seems to be several online tools that you could use.
Regards,
Jens
There is no out of the box supported extension that allows displaying Video in mashups.
However, the effort is relatively trivial to implement it (there's an HTML video tag) and there are github examples out there ready to be searched.
Also, there is no extension that allows conversion between AVI and MP4.
That task is not something I explored, but as a point, I would try to convert the files once, after they arrive, and not when they are requested by mashup.