MediaElement.js - HTML5 Audio and Video How to Use in Wordpress - html

I have installed the MediaElement.js - HTML5 Audio and Video plugin in Wordpress. I don't know how to proceed from here to place the audio player in a post and then link an audio file. I have activated the plugin.
This is the code, the player shows up
[audio src="http://dsp.com/wp-content/uploads/2012/10/Crazy-Love-VM.mp3"]
I would like for this to autostart when the post is opened and play once, not loop.

Try this
[audio src="http://dsp.com/wp-content/uploads/2012/10/Crazy-Love-VM.mp3" autoplay="true"]
For more properties, see the plugin page in WordPress.org.

Related

Using the VLC plugin of a web page, how do I keep the last frame of the previous video while switching video?

I am doing a live website.
I use the VLC plugin to play the video stream.
When I switch between different videos, the VLC logo will always appear in the middle of the two videos.
I hope this logo screen will be replaced by the last frame of the previous video.
How should I set up the VLC plugin?
Don’t use VLC. Use the video tag, or MSE.

Flash video working on one of two sites in Chrome

I am developing a pair of websites (podyplomie.pl and magwet.pl).
On both of them we have added a video player (JWPlayer).
I am almost sure flash player on both of them was working in the beginnig but now I can play the video (in flash) only on one of the sites (podyplomie.pl).
The other site is missing flash player in the list of navigator.plugins. Both sites are very similar so it's quite strange that one of them 'contains' the flash player and the second doesn't.
Has anyone got an idea what is wrong ?
The video urls are eg:
Video on magwet.pl
Video on podyplomie.pl
You don't have any Flash video (.FLV). Your videos are in .MP4 format. Chrome browser can play MP4 with it's own decoding engine (no need for plugins like Flash). JW Player is seeing MP4 given as video source so it talks to browser not plugin...
PS: To force Flash plugin usage then provide an .flv file or rtmp:// link.

HTML embed rtmp video to page

If it is possible how can I embed a video which is played with this link to my webpage?
rtmp://192.168.178.22:1235/live
or this
rtsp://192.168.178.58:1935/test/myStream
That link is created using Wowza Streaming Engine.
In the Wowza panel it gets shown properly.
If I call the link in my browser I get nothing.
Any ideas?
You can embed the RTMP stream using a Flash based player like Strobe, JwPlayer, Flowplayer.
You can start from this Strobe setup tutorial provided by Wowza.

Can a Jquery mobile app open android video player to play video?

I am creating a cordova jquery mobile app. which play video in it. I have tried video tag but it is not showing the video only sound is played .
Now I want to open android video player to play my video url.
You can try this: FileOpener Plugin
Video tag have too much issue with different platform and version on Android, if you want to avoid that, Crosswalk is a good solution.

Load videos (not from youtube) into chromeless player (can it be done ??)

From what I understand the chromeless player..
http://code.google.com/apis/youtube/chromeless_player_reference.html
can be loaded as an external swf and can play youtube videos
using commands like:cueVideoById, or cueVideoByUrl
Both commands apply to youtube videos, but is there a way to have the player load a video let's say hosted on your server ?
No, that's not possible using the YouTube chromeless player. I'm sure that there are other Flash options out there if you search around a bit, though. You could also use the HTML5 tag, assuming your users are running a compatible browser.