Tagged Questions
0
votes
1answer
14 views
video is not playing in IE8 by mediaelement.js
I am not able to play video in IE8 by using mediaelementjs.
I am using HTML5 video tag and I want the video to be played in IE8 and below browsers.
I know that IE8 doesn't support HTML5 video ...
1
vote
2answers
102 views
How to disable/enable HTML5 Video tag using JavaScript
Below code is not working, How can disable HTML5 video tag
document.getElementById("vidEle").disabled=true;
If I use
document.getElementById("vidEle").controls=false;
Still I am able to play ...
1
vote
1answer
38 views
How to capture and store a video in h.264 format using web browsers without Flash?
How to capture a video and store it in h.264 format using web browsers without flash?
As per my analysis, HTML5 can be used to access the camera and microphone without any additional plug-ins as in ...
1
vote
1answer
22 views
Autoplay video element on mobile browser
I have read that autoplay was not possible, or not advised on both iOS and Android (more on that here: no autoplay in iframe HTML5 player on mobile (Android Chrome and Firefox)?).
But I was wondering ...
0
votes
1answer
63 views
Is There Anyway to Record Webcam Video with Audio on your website?
For A Uni Project I Have to Create A Website Where a user can come and record a video using their webcam and the video will get stored into the database for later use and the lecturer said to use a ...
0
votes
0answers
8 views
Youtube API how to play video from 0 seconds when video ends? Iframe, Javascript
So I have My code it detects when the player has stopped the problem is I can't get it to play from 0 seconds when the end has come I'm using the Iframe embed that holds a html5 video, Here is the ...
-3
votes
0answers
30 views
Video.JS Chat bubble [on hold]
It looks as though the fine people working on video.js have added the chat bubble to the font. I'm wondering how I can implement it into the control bar for the video.js player? I'm lost and would ...
0
votes
3answers
5k views
Flowplayer: Works on iPad, but not iPhone or Android. Universal mobile solution?
We've used Flowplayer to create a virtual tour. A plugin was dropped in to deliver the proper player to iPad, iPhone and iPod (http://flowplayer.org/plugins/javascript/ipad.html). However, it's not ...
0
votes
0answers
8 views
Video played by using Videojs is getting halted in Mac Firefox
I am using VideoJS for playing videos in one of my project. It is working perfectly in most of the browsers and devices.
I am only facing an issue in Mac-Firefox:
Open the video template and play ...
0
votes
1answer
40 views
Play event is going to infinite loop in videojs
I just did a small example of videojs, which has a log on event play, and i am using APIs like play(),pause().
var myplayer;
var playCount = 0;
videojs("example_video_1").ready(function(){
...
0
votes
0answers
84 views
Video.js browser compitiblity
I have implemented Video.js player to have graceful degradation on my non HTML5 compliant browsers. Can someone explain what is causing the poor performance in IE 9 and 10 and whether there is a fix ...
1
vote
0answers
25 views
html5 video, media player details on click
I am very new to programming. Trying to build a nice webpage with a custom media player. I have a box below the player which has an overflow scroll and when you click the each video it plays as it is ...
-1
votes
2answers
56 views
how to run a video clip using asp.net?
I want to embed video player in asp.net which can support multi video formats and can run same format clip in different browsers.
i.e mp4/ogg clip can be played on firfox as well as on chrome
2
votes
2answers
5k views
Jump to timestamp in HTML5 embedded Video with video-js
Greetings overflow,
I'm trying to create buttons on a webpage that jump to tagged timestamps for an embedded video with video-js. Far as I can gather, I need to change the currentTime value in order ...
0
votes
0answers
26 views
WebRTC PeerConnection Video Remains Black until offer is sent twice
I'm running a node server with socket.io on my localhost. Opening 2 tabs, when a button is clicked on one tab, the session desc is sent from one tab to the server and sent out to the other tab. The ...