I've attatched a video as .mp4 and when I look for the macro to embed it, I can't. Is this a macro that needs to be enabled? If so, how? What even is the correct macro/process for embedding a video?
Thanks for your help.
Thanks for providing a screenshot. I tested this using all of the methods mentioned above and was able to successfully insert the Multimedia Macro. For security purposes only our OnDemand Support Engineers have access to your instance to further assist in troubleshooting this issue. You can submit a support request 24/7 via support.atlassian.com - make sure you select the OnDemand Support Project. One of our OnDemand Support Engineers will be able to resolve this issue for you and get the Multimedia Macro back up and working :)
Again please don't hesitate to shoot me an email at sales@atlassian.com if anything else comes up!
There are four different ways you can go about displaying multimedia content on a Confluence OnDemand page as mentioned in the Embedding Multimedia Content doc. All of which are supported for .mp4:
It seems odd though that the Multimedia Macro isn't showing up for you. When you edit a page and go to > Insert > Other Macros> and type in 'multi' ideally the Multimedia Macro should appear. Do any results render when you type in 'multi'?
I should also mention that this functionality comes enabled by default through the bundled system plugins and cannot be disabled.
If you have any additional questions please don't hesitate to email sales@atlassian.com and ask for Marian :)
Marian Finch || Product Advocate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, it is showing Multimedia macro but does not allow to attach file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Embedding Multimedia Content link posted (above) is now a broken link.
Also using the Multimedia Macro is not advised because it's broken in Confluence Cloud. Using this macro somehow disables inline page commenting.
https://jira.atlassian.com/browse/CONFCLOUD-64738
I'm looking for alternatives to playing attached multimedia.
https://community.atlassian.com/t5/Confluence-questions/Inline-comment-writing-is-unavailable-on-child-pages-Why/qaq-p/936636#U936655
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about HTML macro with
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Use link to attachment as URL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We might be late to this thread, but we have developed an app which addresses both the need for more functionality when it comes to adding videos to Confluence pages and the topic of the file upload limit (which is usually too low for videos). If you are interested, check out "Videos for Confluence" on the Atlassian marketplace: https://marketplace.atlassian.com/apps/1224966/videos-for-confluence. For any questions please don't hesitate to reach out to us.
Disclaimer: I'm associated with the linked app.
Cheers
matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a nice solution to integrate Videos from a online ressource: https://github.com/1and1/video-integration-plugin-confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.