HTML5 video is an element introduced in the HTML5 draft specification for the purpose of creating a standards-compliant, plugin-free way for playing videos and movies, partially replacing the object element.
0
votes
0answers
7 views
html5 video: fastest fast forward and slowest slow motion?
Wondering what the bounds are for variable rate playback with html5 video.
I seem to min and max out playing with this demo:
http://www.w3.org/2010/05/video/mediaevents.html
I've done a cursory ...
-1
votes
0answers
16 views
Uploaded Video Files Won't Play
I created a form where users may upload a video (.mp4).
The problem is that after the file is uploaded and the URL is generated, the file will not play. If I point my browser to the URL, it downloads ...
0
votes
2answers
15 views
User uploaded videos. How to view them?
I am making a kind of a social network. I am now in this part where I allow users to upload their videos and allow others to watch them. I have been researching on the HTML 5 video tag. People say ...
0
votes
0answers
19 views
Changing source in videos-js eating memory until leak
i'm using video-js media player with flash fallback to dynamically play and change mp4-videos (h.264 - only source available) on a site i'm working on.
My problem is, every time i'm changing the ...
0
votes
1answer
13 views
Video source in conditional expressions
I'd like to know how to write a condition which includes the video source parameter(I'm using HTML5 and Javascript).
For instance, if video1 is playing (or loaded) and user presses 'W' key then ...
0
votes
1answer
15 views
html5 video element with “codecs selector” : fallback failing. Why?
I'm newish to html5 and trying to sort out the theory from the practice.
for better or worse, our transcoder only outputs .mp4 video files.
The Theory
I've generated html5 video element to do the ...
1
vote
0answers
32 views
HTML 5 video won't play in IE10 - “Invalid Source”
I've got this code:
<video width="365" height="250" controls>
<source src="../videos/MiSIPP_Overview.mp4" type="video/mp4" />
<source src="../videos/MiSIPP_Overview_OGV.ogv" ...
0
votes
0answers
8 views
simple HTML-file with video.js does not play videos on smartphones and IE >8
I normally do use Joomla. But I had big problems to get videos to start as I wanted. My work around is pretty simple:
Any video, I want to play, has its own HTML file, which I generate manually (as 10 ...
0
votes
0answers
10 views
how can I convert variable 'video' to object?
I have an html file with some javascript
here is a live preview:
http://bestimage.x10.mx/testme.html
For browsers that support html5 webm video - this works fine
But for Safari or IE9 - I want to ...
0
votes
0answers
9 views
HTML5 Video - Auto select correct resolution
I'm working on a page that has a list of houses for sale. Each listing has a short video with the option of watching in the page or full screen.
I'm struggling a little with having the videos on the ...
0
votes
0answers
21 views
how to make the youtube frame's preview effect on HTML video [closed]
Curently I have somes mp4 videos embed in HTML5 <video> tag and rendered with video.js
What I want, is to have a frame preview exactly like youtube does when you put your mouse on the loading ...
0
votes
1answer
26 views
Playing a video when clicking on an element of an image.
I want to know if it's possible to play a video when you click on an element of an image, and play another video if you click on another element of the same image ?
For instance, imagine a picture of ...
0
votes
2answers
48 views
HTML5 video. How to start only when clicking on a small static image?
I'd like to be able to click on a small thumbnail image and have a video start playing in the full size. This is similar to one using a small image that one clicks on to show the full image.
I am ...
-3
votes
1answer
30 views
Video Chat on Android/iOS [closed]
Seems like Skype never offered a video chat api for mobile. So I was wondering if anyone knows of a good video chat api for Android? Or cross platform one in HTML5?
Thanks
0
votes
0answers
23 views
Video.js disable play on click
I am trying to prevent video.js from playing automatically when you click on the video. I'd like to make it so that the video only plays when you are logged in, so I would set this up manually.
...
1
vote
1answer
42 views
Image in <img> tag is defaulting to 0 x 0 pixels despite setting its size
For some reason I'm unable to set the image size when using an <img> tag inside an html5 video element. It is always defaulting back to 0 x 0 pixels.
The reason I'm using this img is as a ...
0
votes
1answer
39 views
Best server side video processing library or software [closed]
I need your suggestion on selecting the right command line tool
that would allow me to process user uploaded videos.
By processing I mean:
Convert to flv, mp4, ogg etc formats
Modify quality, ...
0
votes
1answer
71 views
Unable to Play mp4 with video.js or html5
I am able to play the video file if it is enclosed with the EMBED tag. However, since that is a dying tag, I'd like to use html5. So far I've had no luck. I've also attempted using video.js. ...
0
votes
0answers
12 views
Interactive Movie project - Html5 video randomly not loading - using javascript
I am creating an interactive movie but I get some random bugs. Sometimes my html5 video won't load or isn't visible but you can actually hear the sound.
So I decided to use the html5 preloader plugin, ...
-2
votes
0answers
10 views
Left justifying subtitles on html5 vidoes [closed]
I have texttrack subtitles on my video. But the text is very large, and it is centered, which does not look good when you have multiple lines of text. Is there any way to shrink the font and left ...
0
votes
0answers
15 views
Jwplayer is not able to play mp4 files, getting error “file not found”
WE are using jwplayer's latest version in our asp.net website and we are unable to play the mp4 videos, Flv videos are playing fine. Need help getting error "Error loading media: File could not be ...
0
votes
0answers
18 views
Force a full preload HTML5 video with Javascript?
I'm about to try to fully preload a video in HTML5. I use the attribute "preload = auto" but it does not preload the entire video ... In Chrome, the video is only 2% preload. In Safari, plus or minus ...
-1
votes
0answers
15 views
In android tv box html5 video is not playing [closed]
In android tv box html5 video is not playing, we are working on a project to play local mp4 video in android webview this was working good in android tablet or mobile but unfortunately this will not ...
0
votes
1answer
20 views
Override Native iOS Video Player done button
Hi I have an html5 video player on my UIWebView, as you may know when I click on the play button the native video player takes control, how can I override the "done" button so I can close the video ...
0
votes
1answer
44 views
ended event videojs not working
I would like to trigger a simple event when my video is finished. I've placed this directly bellow my video tag.
<script type="text/javascript">
var myPlayer = ...
-2
votes
2answers
27 views
HTML 5 Video tag not working in Firefox
I am working in asp.net mvc and using <video src="Video_File.mp4" controls><video> tag to show a video. This works well in Chrome but not in Firefox. What is problem? Please help me.
0
votes
0answers
26 views
Using javascript with HTML5 Video
I'm using html5 video to display a video on my website. I am able to use Javascript to get and set the currentTime property, but this functionality disappears when I add
runat="server"
to the ...
1
vote
2answers
30 views
Canvas and Video - HTML5
I see that you cannot stretch a video to fit a window size. It keeps the aspect ration.
I can play a video through canvas, cant you do it with canvas? Where canvas stretches to fit the window?
It ...
-1
votes
0answers
47 views
HTML 5 audio and video are not in sync for FLV file
We have developed a html 5 video player. User has uploaded FLV file and using IE 8. so HTML 5 should play that in video-js.swf flashplayer. But while playing, in some of the user's machines - audio ...
0
votes
1answer
35 views
HTML5 Video - timeupdate and scrubbing
I have an HTML5 video which shows and plays after jquery drag and drop elements are in their correct slots. While the video plays, I have a script which listens to the timeupdate on the video and ...
0
votes
1answer
32 views
How to play a video when param is active
I'm using timesheets.js to make a SMIL-presentation.
In the JavaScript console I see this:
<div id="slide3" class="transition" smil="active">
<video id="foo" source type="video/mp4" ...
0
votes
1answer
24 views
Add params in html5 video (jQuery)
I'm a beginner in javascript and jQuery and would like to add a parameter to a video element with javascript.
<script>
$(document).ready(function () {
$('#foo').append($('autoplay'));
});
...
0
votes
1answer
35 views
MP4 video not playing in Chrome [closed]
We're having a really weird issue where the below video fails to play for some, but not all, users. We've checked as far as possible and all users are using the same version of Chrome, same OS (Win 7 ...
1
vote
0answers
24 views
Best format available for jwplayer
I want the quality 360p, so I thought the format. Mp4
but is slow to load the video on my local server is faster but takes a long web. videos in flv is faster.
I use ffmpeg to convert videos
I'm ...
0
votes
0answers
50 views
How to play VEVO Content using YouTube iframe API?
I need to play VEVO videos on an HTML5 player which is created using YouTube's API in iOS.
https://developers.google.com/youtube/iframe_api_reference
Currently I'm able to play normal videos with ...
0
votes
1answer
51 views
Video.js reuse ID - destroy()
I'm retrieving my video source using ajax. All works fine unless I try to retrieve and play the same video twice.
http://jsfiddle.net/w3JPB/3/
You will notice that the second time you click "add" ...
0
votes
0answers
12 views
webkit mediagroup seeks to the end when .pause() is called in chrome
I'm trying to use webkits mediagroup (link to apple developer guide pdf, see page 42) to sync two html videos but it keeps giving me a headache. The MediaController doesnt seem to be working properly. ...
-1
votes
1answer
39 views
Will Youtube videos still be available to play in Flash / JavaScript if they go to HTML 5 for all videos? [closed]
I was wondering if when Youtube finally makes all videos available in HTML5 will they still allow you to play videos in AS3? I need to make a custom YT video player and I am asking this because I am ...
2
votes
1answer
72 views
video.js currentTime() incorrect until timeupdate event fires
I've noticed a small inconsistency that I'm hoping to verify as either a quirk of HTML5, or something specific to Video.js.
It seems that if you call Video.js' currentTime() function whilst providing ...
0
votes
0answers
6 views
Need some advice on a way to embed mobile video with engagement analytics
So long story short i work for a company where we need to critically make a solution to display mobile video on major handsets and track how much of the video the user has seen. I would like your help ...
1
vote
1answer
36 views
Playing video HTML5 and Apache
What I'd like to do is to play a video served by an request to a URL.
The webserver is Django
Here the HttpResponse to serve the video is formed:
filename = rec_path(recording_id) + '/rgb_video.mp4'
...
0
votes
1answer
30 views
poor performance with http live streaming ogv
I have a http live streaming video with ogv format which should be read and presented in a web page player on desktop and tablets.
but the problem is poor performance, since it may be a very long ...
1
vote
2answers
45 views
Playing local video file in a Chrome Packaged App
Is it possible to play a local video file from a packaged app? I have already written the code to choose the file(chrome.fileSystem.chooseEntry) and identify the ...
0
votes
1answer
14 views
Decoding Video Data Per Pixel / Per Frame
Are there some suggestions on decoding video data from a webcam in raw format, I would like the per pixel raster data frame per frame.
0
votes
0answers
44 views
How to broadcast video (stream) to a Ustream channel from a custom iOS app?
I would like to know if it is possible to embed a Ustream video streaming session in an iOS app. I am basically looking for a public SDK to publish live videos to a Ustream channel.
I have a Ustream ...
0
votes
0answers
11 views
HTML5-Video: create video dynamically in IE9
I need to dynamically add a video-tag to my page using javascript. This is the way I'm doing it right now:
var $video = $('<video autoplay poster="'+posterImg+'"></video>'),
sources = ...
0
votes
1answer
22 views
jquery videobackground plugin
i'm using jQuery video background plugin that is working well Link to GitHub
I Use this code to play the video
$('.video-background').videobackground({
videoSource: ...
0
votes
0answers
28 views
How to Stop HTML5 Video scroll on click event
link: http://clients.wildlife.la/1pel
built with: Ember.js - Howler.js - jQuery - PHP
There are two 'Artist Blocks' that contain video elements, The Game and MGMT, first song on each.
On the ...
0
votes
1answer
46 views
knitr mp4 movie embedding does not work on Windows XP
I knit a Rmd file (to html) with a chunk producing a mp4 movie :
```{r clock, fig.width=7, fig.height=6, fig.show='animate'}
par(mar = rep(3, 4))
for (i in seq(pi/2, -4/3 * pi, length = 12)) {
...
0
votes
1answer
16 views
Callback function for video.js?
I'm using the video.js plugin. I'm using ajax to load in another bunch of videos from another page but I want to call the javascript again to perform the skinning again. Is there a callback function I ...




