[xwiki-users] Video inserting
Hey, this is my first post and i hope to nothing wrong. I know that ther is a macro for linking up a video in xwiki-sides from other sources like youtube or something else. But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by using the attachment selection? I've tried to put it with some html-code with <embed... but that won't work. Thanks for your help!!! Alex -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
Hi Alex, that depends on whether your browser has the right plugin to read the video you uploaded. You can try the following: - Attach your file to a wiki page - Edit the page in wiki edition mode - Make sure your <embed> tag is within the {{html}} macro (doc here: http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro ) This should work if your video is not too big. Guillaume On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema <[email protected]> wrote:
Hey,
this is my first post and i hope to nothing wrong. I know that ther is a macro for linking up a video in xwiki-sides from other sources like youtube or something else.
But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by using the attachment selection?
I've tried to put it with some html-code with <embed... but that won't work.
Thanks for your help!!!
Alex -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hey Guillaume, first of all, thanks for your help! I tried your way of inserting the video. But the wiki page doesnt shows a windows with the video. My code was relativly easy: {{html}} <embed src="Video.AVI"></embed> {{/html}} Could it be possible that the format of the video is wrong? I know that there are some macro like the video macro that only works for googlevideo or youtube. My video on itself is not bigger than 7MB. Alex -------- Original-Nachricht --------
Datum: Thu, 2 Feb 2012 16:29:09 +0100 Von: Guillaume Lerouge <[email protected]> An: XWiki Users <[email protected]> Betreff: Re: [xwiki-users] Video inserting
Hi Alex,
that depends on whether your browser has the right plugin to read the video you uploaded.
You can try the following:
- Attach your file to a wiki page - Edit the page in wiki edition mode - Make sure your <embed> tag is within the {{html}} macro (doc here: http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )
This should work if your video is not too big.
Guillaume
On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema <[email protected]> wrote:
Hey,
this is my first post and i hope to nothing wrong. I know that ther is a macro for linking up a video in xwiki-sides from other sources like youtube or something else.
But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by using the attachment selection?
I've tried to put it with some html-code with <embed... but that won't work.
Thanks for your help!!!
Alex -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
On Mon, Feb 6, 2012 at 8:02 AM, Alexander Adema <[email protected]> wrote:
I tried your way of inserting the video. But the wiki page doesnt shows a windows with the video.
My code was relativly easy:
{{html}} <embed src="Video.AVI"></embed> {{/html}}
Could it be possible that the format of the video is wrong? I know that there are some macro like the video macro that only works for googlevideo or youtube.
If the format of the video is wrong, you should at least get an error message. Does the code you put in exactly "src="Video.AVI" or was that just a simplification? When you use src="Video.AVI" without path, it looks for Video.AVI in /xwiki/bin/view/Example/ when your page is /xwiki/bin/view/Example/Videotest. If the file is an attachment for that page, I think you should link to src="/xwiki/bin/download/Example/Video.AVI". Hope that helps!
On Mon, Feb 6, 2012 at 9:02 AM, Alexander Adema <[email protected]> wrote:
Hey Guillaume,
first of all, thanks for your help!
I tried your way of inserting the video. But the wiki page doesnt shows a windows with the video.
My code was relativly easy:
{{html}} <embed src="Video.AVI"></embed> {{/html}}
This kind of works for me on Firefox 10: ----------8<---------- {{velocity}} {{html}} <embed src="$doc.getAttachmentURL('test.avi')"></embed> {{/html}} {{/velocity}} ---------->8---------- I haven't tested with a real movie (I haven't attached any test.avi to my page) but I get the black video window with the playback controls. Hope this helps, Marius
Could it be possible that the format of the video is wrong? I know that there are some macro like the video macro that only works for googlevideo or youtube.
My video on itself is not bigger than 7MB.
Alex
-------- Original-Nachricht --------
Datum: Thu, 2 Feb 2012 16:29:09 +0100 Von: Guillaume Lerouge <[email protected]> An: XWiki Users <[email protected]> Betreff: Re: [xwiki-users] Video inserting
Hi Alex,
that depends on whether your browser has the right plugin to read the video you uploaded.
You can try the following:
- Attach your file to a wiki page - Edit the page in wiki edition mode - Make sure your <embed> tag is within the {{html}} macro (doc here: http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )
This should work if your video is not too big.
Guillaume
On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema <[email protected]> wrote:
Hey,
this is my first post and i hope to nothing wrong. I know that ther is a macro for linking up a video in xwiki-sides from other sources like youtube or something else.
But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by using the attachment selection?
I've tried to put it with some html-code with <embed... but that won't work.
Thanks for your help!!!
Alex -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hey, the help was very good. Now i can see the window of the video. I now only have to install the missing plugin. I'm using Firefox 10.0 Thanks a lot for your help! Now i can put my videos in the pages. :-) Greats Alex -------- Original-Nachricht --------
Datum: Mon, 6 Feb 2012 13:16:31 +0200 Von: Marius Dumitru Florea <[email protected]> An: XWiki Users <[email protected]> Betreff: Re: [xwiki-users] Video inserting
On Mon, Feb 6, 2012 at 9:02 AM, Alexander Adema <[email protected]> wrote:
Hey Guillaume,
first of all, thanks for your help!
I tried your way of inserting the video. But the wiki page doesnt shows a windows with the video.
My code was relativly easy:
{{html}} <embed src="Video.AVI"></embed> {{/html}}
This kind of works for me on Firefox 10:
----------8<---------- {{velocity}} {{html}} <embed src="$doc.getAttachmentURL('test.avi')"></embed> {{/html}} {{/velocity}} ---------->8----------
I haven't tested with a real movie (I haven't attached any test.avi to my page) but I get the black video window with the playback controls.
Hope this helps, Marius
Could it be possible that the format of the video is wrong? I know that there are some macro like the video macro that only works
for googlevideo or youtube.
My video on itself is not bigger than 7MB.
Alex
-------- Original-Nachricht --------
Datum: Thu, 2 Feb 2012 16:29:09 +0100 Von: Guillaume Lerouge <[email protected]> An: XWiki Users <[email protected]> Betreff: Re: [xwiki-users] Video inserting
Hi Alex,
that depends on whether your browser has the right plugin to read the video you uploaded.
You can try the following:
- Attach your file to a wiki page - Edit the page in wiki edition mode - Make sure your <embed> tag is within the {{html}} macro (doc here: http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )
This should work if your video is not too big.
Guillaume
On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema <[email protected]>
wrote:
Hey,
this is my first post and i hope to nothing wrong. I know that ther is a macro for linking up a video in xwiki-sides
from
other sources like youtube or something else.
But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by using the attachment selection?
I've tried to put it with some html-code with <embed... but that won't work.
Thanks for your help!!!
Alex -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
On Mon, Feb 6, 2012 at 1:14 PM, Alexander Adema <[email protected]> wrote:
Hey,
the help was very good. Now i can see the window of the video. I now only have to install the missing plugin. I'm using Firefox 10.0
Missing plugin, is that the video player or the video codec? The need to install a plugin varies from browser to browser. The most common way to present video nowadays is with a Flash video because most people have the Flash plugin, but that's probably beyond the scope of this mailinglist (you can google for JWplayer!). In the future, I hope HTML5 video will be default. I think JWplayer offers a way to embed HTML5 video with Flash fallback.
participants (4)
-
Alexander Adema -
Guillaume Lerouge -
Joris Dirks -
Marius Dumitru Florea