BbCode Multimedia - Html5media

BbCode Multimedia - Html5media 1.2.0

No permission to download
But you must select the main video, then a fallback to this video. A fallback can't be alone. Fallback means the solution that should be applied when the first one (or the previous ones) didn't work. It's like a life belt.

I see, now I get it. I have done what you said, now the video is appering with fallback enabled. But not playing like before in my mobile phone. I'm using Android (4.3) & default browser. This is my code:

[av=fallback|853x480|22463]22460|22460[/av]

I send you the adress of the thread, although I have defined dimentions it seems to stay the same.
 
@yavuz
You didn't read the link I gave you before :whistle: The video must be converted to a lower resolution and a compatible format. Changing its html width & height will have no effect.
P.S: I can't access your website, and to be honest , even if I could, I can't really do more now.
 
@yavuz
You didn't read the link I gave you before :whistle: The video must be converted to a lower resolution and a compatible format. Changing its html width & height will have no effect.
P.S: I can't access your website, and to be honest , even if I could, I can't really do more now.

It was a mp4 format with following technical detail:

Code:
General           : media.mp4
Format            : MPEG-4 at 489 Kbps
Length            : 12.5 MiB for 3dk 35s 17ms

Video #0          : AVC at 387 Kbps
Aspect            : 1920 x 1080 (1.778) at 7.585 fps

Audio #0          : AAC at 96.0 Kbps
Infos             : 1 kanal, 44.1 KHz

But fair enough, you have helped so much this far. My server has blocked several contries from accessing, I guess China, Taiwan are one of those blocked ones. Sorry, to much hack & malicious attempts from those sources.

Thanks again.
 
@yavuz
Code:
Aspect : 1920 x 1080 (1.778) at 7.585 fps
That's too high. You must reencode it.

Check the example page : http://html5media.info/
HTML:
<video class="video" width="618" height="347" preload="" controls="" poster="http://media.html5media.info/poster.jpg">
<source media="only screen and (min-device-width: 568px)" src="http://media.html5media.info/video.mp4"></source>
<source media="only screen and (max-device-width: 568px)" src="http://media.html5media.info/video.iphone.mp4"></source>
<source src="http://media.html5media.info/video.ogv"></source>
</video>
There are two videos: video.mp4 & video.iphone.mp4.
 
I get 'The file is not valid' error when embedding a video attachment from my iPhone. The extension is mov.
 
So mp4 is made by an iphone? How come my iphone records mov? I have a regular iphone 4. One of my mods has a 4s and she can only record mov too.
 
So mp4 is made by an iphone? How come my iphone records mov? I have a regular iphone 4. One of my mods has a 4s and she can only record mov too.
Please read the links given in the addon description. They will explain you the limit and what to do to make your video compatible (with fallbacks).
 
Can this *.mkv ; *.mp3 ; *.mp4 ??
Please read the addon description. Some links are provided where you have the answer. It's basically the video formats supported by the html 5 standard (mp3,mp4,ogg) knowing thus that this standard has not been fully implemented in some browsers, which requires to use some fallbacks to be sure the video can be read in all platforms.

can i upload my own video inside FTP folder and play it with this plugin???
That's the idea.
 
Top Bottom