video

Play Video and Sound with HTML5

Hi All, I'm trying to make a smartphone software using python and HTML5. Now in server I can receive rpt packet content audio and video, but I don't know how to play it in the web browser (I don't use Flash). I see that HTML5 have the audio and video tags, so I intend use websocket to transfer data. But I can't find the way to play it i...

z-index layering for HTML5 video (ipad)

I am using the BrightCove smartplayer code to write an HTML5 video tag into the page. This code replaces the object tag with video tag so that it works on the iphone and ipad, whils still working in browser that dont support The problem I am having is with the layering of this dynaically written in tag. It does not seem to obey the ...

How to multiplex Vorbis and Theora streams using libogg

Hello, I am currently writing a simple Theora video encoder, which uses libogg, libvorbis and libtheora. Currently, I can submit frames to the Theora encoder, and PCM samples to the Vorbis encoder, pass the resulting packets to Ogg streams (one for Theora and one for Vorbis) and get pages out. When the program starts, it flushes the he...

HTML5 video player: dynamically loading videos

So, using a HTML 5 compliant video player, (like Video JS) how would one go about loading a video dynamically, without having to reload the entire page? Imagine, a list of links (something like a playlist), and each link points to a video. When clicking the link, I want to load the selected video into player. Currently, I'm using an Ifr...

Avisynth handle odd even pairs of frames

I need to read pairs of frames with avisynth and process them. eg frame1 + frame2 => result1 frame2 + frame3 => result2 frame3 + frame4 => result3 I know the selecteven() and selectodd() commands but they give me frame1 and 2 then frame3 and 4. There is no way of doing an "if()" to work out which step I'm on or pushing back a grab...

silverlight adaptive steaming, server side encoding?

has anyone used microsoft expression encoder SDK to do server side encoding of videos to preapare it for silverlight adaptive streaming? What is your experience with it? ...

Why do I get a connection timeout for facebook api-video?

Hi This is the API call Im attempting: http://developers.facebook.com/docs/reference/rest/video.upload (Video upload is not available in the new Graph API.) I have tried many variations on the parameters. The code below is my best guess. If I modify the params to be obviously incorrect, change to http (not https) or try to use api.fa...

Finding duration of an uploaded video

Is there any method for finding the duration of an uploaded video without running any exe (ffmpeg.exe) in asp.net? If so any one please suggest a method which can handle a heavy traffic site... ...

[ask] display video from url

hi.. Can you give an example, how to display video from the url? thanks ...

android videoview - managing bad urls error ?

Hello, Im using some time expiring url to watch a video from internet and so, when the expiration time come out, the video is not working anymore. In this case, im getting an error dialog box from the videoplayer saying the video is unreadable. that is quite fine, but i would like to display my own dialog box text. how can i do ? is the...

Insert video and sound into mobile site

How to I embedd/link sound and video inside a mobile site (should target "all" mobiles with support for video and sound? What formats should I target? ...

Where can I find the "History of Visual Studio" video shown at the VS 2010 Launch?

Kind of a weird question to ask on SO, but it is programming related, so hear me out! I've been looking for a few months (with no results) for a video shown at a local Visual Studio 2010 launch event. The video was a high-production-value piece covering the history of Visual Studio from the early days up to the present. It was maybe 10...

Does QTMovie handle URL redirects?

I was just wondering if the QTMovie class does handle URL redirects, because I'm streaming audio files with it and the stream URLs can contain redirects. Sometimes the movie won't start playing but doesn't throw an error (i always operate on the main thread, i know this class is not thread safe). Any ideas why QTMovie might not start pl...

Android how to video record, upload, transcode, download, play.

I'm researching the development of an Android (2.2) app/service that will enable users to record short (I do emphasize short, < 30seconds) video on their phones and then upload that video (HTTP) to a server that will then transcode the video to other formats. That same user can download videos from other Android users and play them. No...

Hyperlink to play youtube video...

Is it possible to create a hyperlink on your web page that can play an embedded youtube video on the same page.? ...

video metadata - duration not always accessed

I'm creating a video player in an environment where stream.bytesTotal isn't available. I need to use the duration metadata encoded in flv files to extrapolate for things such as the play progress, and the time display. The problem is when loading an flv the metadata, including the duration, fails to be accessed 2 out of 3 times. Here is...

XNA to render 3D video (fixed FPS!)

Hi, i have to develop an application in wich the final step is to export a video (or a single frame) of a 3D animation generated by my software calculating the user input parameters. I want to use XNA and for this. i need that the software can export FIXED FPS video (or also all single frames of the video separately). It's not a matter...

Create ListView with VideoThumbs

Hi there, in my application I am using the GridView as a video gallery (videos are shown as thumbs). Now I would like to add a button to the options menu, with which you can switch to a ListView. In the ListView you should be able to see (smaller) thumbs as well as the video name. But I am a little stuck and don't really know how I can...

Java Video/Music Player

Hi people, can u give me advice, which java lib i should use for playing video(H.264)/audio(mp3, aac) streams/files. ...

Embed a video in Internet Explorer without Flash

Do I really have to settle with Flash for embedding videos in a web page if I want IE to be able to view it? Isn't there a way to stick a video on a web page in IE without Flash? Seriously. ...