Open dior1 opened 11 years ago
This might just be a simple syntax problem. Are you really including "URL" in your code? Try it like this and see if it works:
{{:videos:myvideo.webm|}}
And this should work for your .mp4:
{{:videos:testwiki1.mp4|}}
Hi, thx for the replay.... yes I used URL in my code...
I´fe tried {{:videos:myvideo.webm|}} & {{:videos:testwiki1.mp4|}}
but it didn´t work. With the URL in my code I get the Error: The video must be in webm, ogv, or mp4 format. /dokuwiki/lib/exe/fetch.php?media=URL error message without the URL I get nothing...
Could you share the HTML code that's generated when using the syntax that doesn't include URL in it? In Firefox you can highlight the area, right-click, and choose "View Selection Source" to jump right to it. In other browsers, you'll need to search for that section manually.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de" dir="ltr">
Hi,
like written on the dokuwiki page....
the video name is without spaces or special characters (e.g.: myvideo.webm or testwiki1.mp4)
{{URL|:videos:myvideo.webm}} \ {{URL|:videos:testwiki1.mp4}} \ {{:videos:test.gif?200|}}
The gif is shown correctly to verify the path i use