video

ASP.NET text chat and video chat

Hi, My website is a kind of community site and was developed with ASP.NET. I want to integrate Chat feature to my web site. Can you please suggest me which one is best to handle "text and video" chat? Thanks in advance, Krish ...

Sources of video clips for testing and demoing?

In the same vein that bulk test data for databases is required for a lot of situations that preclude creating your own, I have a need for 100 to 200 video clips 10 seconds or so in length for testing (mainly html5 video testing at this point). Going out and capturing this data set is a job in itself, so I was wondering if anyone knew of...

Need flash video player with a few basic features

I'm currently working on a job for a client that involves playing videos taken from youtube, uploaded, etc. (And converted to flash-acceptable formats... FLV or mp4). They already have a player that has worked up until this point, but they need something more robust now. Basically I need to find a video player that does the following th...

Help with Music Video App.. Filtering data lists and "Next Video" button function

I have two lists.. I need help filtering one list when an "Artist" is selected in the other.. I also want to play the next video when the "Next Video" button is selected.. Here is a link to an example with a few videos.. http://www.yourtimeisborrowed.com/bin-release/gg.html View source is enabled so feel free to grab the code.. I wil...

Magento and the <video> tag (e.g. HTML5 Video with Flash Fallback)

Is Magento somehow unique in a way that would make the (now becoming a standard) <video> tag (e.g. HTML5 Video with Flash Fallback) and its related js + swf players not perform well in a Magento site? I understand that regular html blocks can be used in Magento but I have to ask because it seems like with Magento - ya just never know. ...

How would i go about playing a video file in Direct 3D

Hi, i recently wrote (with the help of my programming instructor) a 2D Graphics Library in C/C++ using Direct 3D and i have been playing with it for about a year now. I want to start a small game of my own and i wanted to put in cutscenes and animated logos. I was wondering if there was a simple solution so i could simply have a method l...

Video chat / conference SDK for .NET that WORKS?!?

After googling and binging for a whole day about this, and even trying some stuff unsuccessfully, I'm giving up, to ask you guys this question - Is there on this planet a viable, downloadable SDK for .NET which one can use, out of the box, to add IP to IP (peer to peer) video conference / chat (or whatever people call it) to one's .NET...

seekSeconds() problem in as3

hi, I use seekSeconds() to start a video from a specific time.But when i write seekSeconds(1),seekSeconds(2),seekSeconds(3),seekSeconds(4) and seekSeconds(5) the video starts from fifth seconds.when i write seekSeconds() from fifth seconds to fifteenth seconds the video starts fifteenth seconds.How i can solve this problem .thanks fo...

how to add a youtube video to / with jMediaelement

Does anybody uses jMediaelement (http://protofunc.com/jme/index.html) for HTML5 videos? I am wondering how to display a youtube video. I see there's a demo on the homepage of jMediaelement, but the source code is not provided (clever!). Any idea how to? Thanks ...

Question about video load speed on my website

Hi, I currently have an mp4 video embedded on my website, and I am using a flash video player called FlowPlayer to play the video. You can see the video here: http://www.verolinens.com. The video file is about 14mb big, and I would like it to be even bigger to improve the video quality. However, I also need the playback to be smooth ...

Too lengthy video files

I'm making some chess videos and I'd like to upload them to Youtube. My problem is that my videos are more lengthy than 10 minutes and that's the limit on youtube. So, my question is, how can I make 3 smaller videos from a lengthy video (for example I'd like to make a video of 24 minutes 3 videos of 10, 10 and 4 minutes respectively) Tha...

Can't serve HTML5 video through PHP on Safari/Mac (5.0)

I'm encountering a strange bug in Safari where, when I serve MP4 video through PHP (to obfuscate the file beneath the document root with a token-based authentication system), Safari for some reason fires the <video>'s onerror event, and the video never loads (I can't get any useful information out of the event object sent to onerror — ev...

How to extract audio/video file duration?

I need to find the duration of numerous formats of audio and video files, in milliseconds. I've been searching around for a while, but I can't find anything that will let me do this. I'm using C/++ in Linux. Thanks in advance. ...

Video Viewed Counter

Hi all, I need to make a video viewed counter. I have .MOV files using embeded/Object tags and application is ASP.NET. Is there any way that I can count hits on the videos using Jquery? ...

PHP: Working with video and timecodes

Are there any good libraries (preferably free) for working with video files and their timecodes? I especially need two kinds of functionality: Get information about video files in as many formats as possible, but most importantly QuickTime. For example duration, bit rate, frame rate, format, dimensions, display aspect ratio, pixel aspe...

How to identify human like patterns in a webcam feed?

The camera is about 5 feet away form the subject and when I capture a frame, I need to be able to tell if the frame has a human in it or not. I have some complicated plans on implementing it, just wondering if any of you know an existing solution that I can use. ...

Using html5 video events on the iPhone, how do I tell "Done" button click from a simple pause?

I've got a web page for the iPhone that uses the HTML5 video tags. On the iPhone, such embedded videos are played in the native player. I wanted to notice when the video had ended and when the user had dismissed the video with the "Done" button. Initially, I tried this: var video = $("#someVideo").get(0); vi...

How to encode h.264 video from webcam flash client

Hi Is there anyway to send Adobe Air based client can send webcam data via H.264 encoded video to the server - FMS or Red5 . Pls give us any advice . Thanks !! ...

How do I add a youtube video into my browser using dashcode?

I can't find a way to open just a youtube video with the click of a button using browser template in dashcode. Please help? ...

Android Records a Video into SDCard

Hi, I am trying to record a video into sdCard. But everytime I click on the Button to record, it shows "stopped unexpectedly" error. Not too sure where went wrong. I am not sure if setOutputFile's path is how I should indicate. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R...