0
votes
0answers
16 views

Is there ANY jscript or html5 video gallery with a comment system? [closed]

There are tons of video gallery players that can take in vimeo & youtube videos and basically do most of the work. However, in my searching through all these, none of them has a comment system. ...
-5
votes
0answers
15 views

Does anyone know how to integrate Shadowbox and Video js? [closed]

Does anyone know how I might integrate shadowbox and video js Thanks for your help Judith
-1
votes
1answer
29 views

how to check programmatically whether MP4 is corrupted or not?

I want to check programmatically whether MP4 file is playable or not. I am very interested to solve this problem programmatically. Manually, I can easily verify corrupted MP4 but I don't to watch ...
0
votes
0answers
16 views

embed VideoPlayerKit in iOS app

I came upon a video player framework to replace default video player in my xcode iPhone project, ign VideoPlayerKit : https://github.com/ign/VideoPlayerKit It's looking great, I made it work, but I ...
0
votes
0answers
46 views

Youtube Android Player API capture frame/screenshot

Is there a way to capture current frame from a video playing with Youtube Android API? The video is not stored on the device, it's on an external server. Thank you.
0
votes
0answers
15 views

Video Player for 5min(AOL) video API

I have implemented a 5min video API few months back.This helps me to grab video information by XML and JSON Format.I then used JPlayer to show video on my site.The requirement now has been changed and ...
0
votes
1answer
40 views

videojs buffer not playing when using php file

I have player: <link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet"> <script src="http://vjs.zencdn.net/c/video.js"></script> <video id="milokan" class="video-js ...
0
votes
2answers
47 views

how to play videos in nintendo 3ds browser which does not support html5 or flash

How can I play videos in a webpage in the Nintendo 3DS Browser? It does not support any kind of video playing plugin. Could some Javascript load still images or GIF files in a row to simulate a ...
0
votes
0answers
23 views

EmguCV in a Video Player

is it possible to have sound, seeking frames supports in the video player while tracking an object via EmguCV? Or how to combine video player and tracking together?
0
votes
0answers
19 views

Show video players in webview

Webview element in android project doesnt show video players like jwplayer(rtmp video players) but flash banners or swf files. But default browser on my device can run video content. i setup flash ...
0
votes
0answers
27 views

Controlling Video player through java

I want to control ffmpeg video player through java commands. I am using ffmpeg in Raspberry pi Model B. It uses Lunix based Debian Wheezy Operating system. I want to control the functions like play, ...
0
votes
0answers
23 views

Invoke media player in fullscreen mode (Blackberry 6.0)

I have this piece of code: Invocation invocation = new Invocation(url, type, BlackBerryContentHandler.ID_MEDIA_CONTENT_HANDLER, true, ...
0
votes
0answers
39 views

Library for Play video frame by frame in java? [closed]

I am trying to use code in java to play the video frame by frame? Does anyone know which library should be best for this purpose? If there is several sample codes, that will be perfect. Thanks a lot.
0
votes
1answer
22 views

Is there a way to make a player for iOS which plays IN an html document, and NOT fullscreen?

I want to make a player in a website for iOS devices, but I don't want that it plays the video in fullscreen. I want the player that plays it inside the website, making it able to view both the ...
1
vote
1answer
350 views

Android Webview app won't let video player go full screen

Hi I created a webview app for my video site. The design of the site is a hybrid that loads for mobile users. Only videos compatible with mobile devices are loaded onto the hybrid. The players are ...
0
votes
0answers
78 views

How do i create a video player in a lightbox with youtube videos and a playlist attached?

I'm trying to create a video player with a playlist on twitter bootstrap http://brightmist.co.uk/test/bootstrap.html Is there a way of putting the playlist call in the html, instead of the javascript, ...
0
votes
0answers
190 views

I use videojs, but it could not use webm when I use chrome

I use the video player "videojs". <video id="font_video" class="video-js vjs-default-skin" controls preload="none" width="700" height="360" poster="" data-setup="{}"> <source src="xxx.mp4" ...
0
votes
0answers
109 views

HTML5 / jQuery video player that plays video preview while paused

I'm searching for a HTML5/jQuery or any other player, that when paused, would show a preview of that video. Example: http://eu.blizzard.com/en-gb/games/mists/ Any suggestions/ideas?
0
votes
0answers
40 views

how can I Use Multiple Resolutions for HTML5 Vide player

I'm looking for a Tag or property or "way" or something that help me to allow the possibility to change of resolution on my html5 video player. is there any way to do this? I mean allow resolutions ...
0
votes
1answer
78 views

How do I Start html5 video paused then after user begins video then autoplay?

I've created a html5 video playlist. When the page first loads I want the video to be paused, so the user has the choice to begin the autoplay sequence. Code: <!DOCTYPE html> <html> ...
2
votes
2answers
201 views

How do I stretch a html5 video to width:600 and height 200?

How do I stretch a html5 video to width:600 and height 200? When I try, the navigation bar increases in size but the video stays small Code: <!DOCTYPE html> <html> <body> ...
0
votes
1answer
136 views

Html5 video Playlist won't work. Also how do I get it to loop through the two items after each complete

I'm trying to get the video player to play one clip after the other in a continuous loop once the user clicks play. Here's what I've got so far Code: <video id="video" ...
1
vote
4answers
46 views

How can I have the user click on the screen of my html5 video and be taken to a link in a new window?

How can I have the user click on the screen of my html5 video and be taken to a link in a new window? I've looked around and can't find much text on it. Basically similar function to what you get on ...
-1
votes
1answer
126 views

ios compile ffmpeg without ac3 support

I'm making a video player for iOS Devices. I use a ffmpeg libraries to play the video files. I see the problems that have other video players in the App Store with the AC3 sound support. I want that ...
0
votes
0answers
45 views

kineticjs play video revisited

Trying to play a video with KineticJs. Read the reply from kineticjs how to play video and wanted the following line explained: var video = $('#video' + vid + ' > video').get(0); I keep ...
0
votes
1answer
3k views

How to play video in all browser/device using JW Player?

I using JW Player in my proyect that contain many videos in formats: MP4, FLV, OGV, WMV I read the documentation of the diferent formats that each browser support. So, now i using MP4 (Chrome, ...
0
votes
0answers
55 views

To changes in the video, do not update the title. Youtube API

My question is : how can I change the title when changing the video? I have used the youtube api. Here the code. <html> <head> <title>My Videos</title> .titlec { ...
1
vote
4answers
741 views

How do I add or install the native libraries for VLCJ?

I am trying make a messenger in java that has a video player in it and so I'm using vlcj but I receive this error Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library ...
0
votes
0answers
161 views

Brightcove player in android, not playing video

I'm trying to play a video in the brightcove player in an android app. First I get the video from BC ReadAPI readAPI = new ReadAPI("READ_TOKEN"); ...
0
votes
0answers
180 views

simulation of a virtual video player [closed]

I am creating a simulation of a virtual video player (something like a very basic version of RealPlayer or Window Media Player). All the codes given below are error free. This is the main class: ...
0
votes
0answers
126 views

FFMPEG - pass resulting video to JW Player error

Using the JW Player to play flv format videos. I'm creating videos with ffmpeg flv format from a videos without editing. When I pass the resulting video editing to JW Player so that it can play, it ...
0
votes
0answers
63 views

Custom Video Player for Embed?

Hey guys I was wondering if it is possible to put an embed code of a video player into another video player so you can have a custom one? I'm trying to get a custom player for Putlocker and Sockshare. ...
0
votes
0answers
126 views

Stream video from seed box in browser (flash/html5 player)

I can stream video from it in WMP on my computer but I cannot on Android/iPad due as it requires HTTP authentication. Any ideas?
1
vote
1answer
76 views

flash player session doesn't stop on closing balloons

I made a fullscreen map website. In some interesting point there are baloons opened as placemarks. Theese are java balloons called InfoWindows. In some InfoWindows there are YouTUBE flash video. ...
1
vote
0answers
128 views

Is there an web flash player that streams sopcast live?

I search for a flash player who have the ability to stream for exp urls like sop://broker.sopcast.com I am not looking for plugins that I have to install on my pc to be abble to do that. So is there ...
0
votes
0answers
104 views

Can I use YouTube player with video located on my own server

My question is, can I use YouTube player with video located on my own server. May be some commercial version? I exactly mean a YouTube player. Play a local video with YouTube Player - there is no ...
0
votes
0answers
151 views

JW player not shows i ie

JW player not shows i ie shows in all browser but not shows in IE . <object width="382" height="243" type="application/x-shockwave-flash" id="ply" name="ply" data="images/player.swf" ...
1
vote
0answers
91 views

IOS: How can I call other video player to play my file on remote URL

Please help me. I tried to use MPMoviePlayerViewController to play video directly from my application. But it has a big problem with video's encoding since it can only play video of .mov, .mp4, .mpv ...
-1
votes
1answer
63 views

Customizable Video Player [closed]

I'm looking for a video player, where I can customize all the controls of the video player like Hide the player controls such as play, pause, volume etc.. I don't want the user to click on the video ...
0
votes
1answer
238 views

HTML5 VIDEO PLAYER WITH VAST

Does anybody know a html5 video player with vast support or a free flash player with a free vast plug in? Thank you.
0
votes
0answers
65 views

Red5 and OpenVideoPlayer error

I'm trying to use OVP and Red5 but the following error occures: [ERROR] [NioProcessor-1] org.red5.server.service.ServiceInvoker - Error executing call: Service: null Method: play Num Params: 3 0: ...
0
votes
1answer
179 views

Launching video in custom player in from uiwebview

I want to launch video in custom video player when user click on clink in uiwebview in iphone. Currently video is played in the default as player as soon as link in clicked. Thanks in advance
0
votes
1answer
430 views

Flex 3: Video Player with “double” progress bar (video loaded/video play progress)

I'm implementing an FLV video player based on Flex 3, and I would like to add a feature similar to Youtube player: I want the progress bar to display both the video displaying progress, but also the ...
0
votes
0answers
57 views

Javascript API only works in Webkit Browsers

I integrated the YouTube API into my website. As of right now the player only works 100% in the Webkit browsers. In Firefox there is no video, only audio. In Opera and IE the video displays, but it's ...
0
votes
1answer
22 views

Video downloads by itself

I'm using a self hosted video player on a site I'm working on here however, when I load the page problems come as follow: 1) On some browsers, it work as I wish, but the video starts playing by ...
0
votes
1answer
354 views

Custom Video Seek Bar Control in Flex 4

I am creating a custom video player in Flex 4. I need to create a custom seek bar such that it has three layers, same as the youtube video player has. First layer is the background, second layer is ...
0
votes
0answers
26 views

Video Playback Support For iPhone in Web

I am creating a small video site and i am using Open Source Flash Video Player to play the videos, it works fine on PCs and android phones, but since iPhone does not support flash players I need to do ...
0
votes
1answer
599 views

Flowplayer video keeps playing in background hidden span

Here its the index file (javascript) $(document).ready(function(){ player("video-1.mov","player1"); player("video-2.mov","player2"); player("video-3.mov","player3"); }); function ...
0
votes
1answer
476 views

Flash player: autoPlay param not working

I have an embedded Flash movie player. Currently it starts playing when the page loads and I do not want this to occur. I have added: <param name="autoStart" value="false" /> But it doesn't ...
0
votes
2answers
333 views

esc from fullscreen using video in full screen minimizes whole app in flex

i have the following problem, i have an application in full screen and in order to prevent it from getting out of full screen i did: protected function ...

1 2 3