With Stream video player plugin
No “iphone/iPad video” option added
Code:
stream provider=video flv=http://twoway.hemsida.eu/wp1/wp-content/uploads/web-demo-mobile-480x272.m4v img=http://twoway.hemsida.eu/wp1/wp-content/uploads/video-for-web.png embed=false share=false width=640 height=360 dock=true controlbar=over bandwidth=high autostart=false responsive=16:9
“iphone/iPad video” added (same file)
Code:
stream provider=video flv=http://twoway.hemsida.eu/wp1/wp-content/uploads/web-demo-mobile-480x272.m4v img=http://twoway.hemsida.eu/wp1/wp-content/uploads/video-for-web.png mp4=http://twoway.hemsida.eu/wp1/wp-content/uploads/web-demo-mobile-480x272.m4v embed=false share=false width=640 height=360 dock=true controlbar=over bandwidth=high autostart=false responsive=16:9
With only HTML-5 video-tag
Code:
<video poster="http://twoway.hemsida.eu/wp1/wp-content/uploads/video-for-web.png" controls="controls"><source src="http://twoway.hemsida.eu/wp1/wp-content/uploads/web-demo-mobile-480x272.m4v" type="video/mp4" /> Your browser does not support the video tag</video>