video

How can I post a video, via Facebook's Connect API, to my Facebook profile page?

Hi guys - [I've answered my own question below - The fourth answer. One of the previous answers had a good hint in it - but not enough for the solution]. Has anyone posted a video via the Facebook Connect API to their profile / feed page? Ideally, the video should be queued to the first frame with the superimposed Facebook's blue ri...

Which format support the audio file with a playing video ?

hi all i am playing the video and in the background i have to play the audio file and if i do this audio is not playing its sound as it just play video is it a extension problem i am using the .mp3 for the audio and .mp4 for the video . how can we do this we have to play simultanisouly .both the file balraj verma ...

using MediaElement play video issue

Hello everyone, I am using the popular sl2videoplayer from codeplex to play video, and everything is fine when I play remote video on an IIS web server. Sl2videoplayer could be found here, http://www.codeplex.com/sl2videoplayer But when I open the default.html locally from disk (double click default.html to open in IE), there is error ...

Parse URLs of major video streaming sites and generate appropriate code for embedding.

Posting a video on tumblr.com allows you to just paste the URL of the video on youtube, vimeo, whatever and tumblr automatically does the embedding for you. I assume that this would be nothing more than a mapping between an URL-regex and the belonging HTML construct for embedding the video. Or it is just parsing the response of the URL ...

Sharepoint Image library with custom thumbnail and video

Hi, I've set up an Image library in SharePoint, and have written a tool to upload an Image and a custom thumbnail. This works like a charm, with the custom thumbnails being shown correctly. However, users are now uploading videos with custom thumbnails, and though the thumbnails follow the proper convention for naming (are are being pu...

Identifying Video on a webpage

Hello All, I am trying to code a Firefox extension, that can get the video (youtube/vimeo) property (path, etc.) when a user right-clicks on it on a web page. The problem, i see is right-click brings menu system native to the player. Any pointer would be really helpful. Thanks. ...

Has anyone found a video streaming solution for Sharepoint running on Windows Server 2008 64-bit?

Background We're doing a proof-of-concept around Sharepoint 2007. It's installed using VMWare on Windows Server 2008 64-bit. This covers the whole farm which is 2 front-end boxes, one database box and one index server box. Problem We're trying to use the PKS podcast kit from Codeplex. We run into two problems: video vs search. One sit...

Rendering a Sequence of Images in C# to make a video

I have a sequence of jpg images that I am capturing and rendering to the screen to create a video. I am decompressing the image from a MemoryStream using a JpegBitmapDecoder and rendering it by setting the Source on an Image control. This seems to work okay, but the processor overhead is pretty high. The images are 1280x720, running...

Embedding youtube videos problem

Hi Guys, I have some site where I am embedding a couple of youtube videos in the middle. Site also has a gallery on the same page with picture thumbnails. I have a JS that on click displays bigger picture in an iFrame. My problem is that my embedded youtube videos are on top of everything and covering parts of displayed picture. Is ther...

Embedding Videos - Various Questions

Hi all I'm developing a website that will host some videos. The client wants control over the videos, so it will be hosted on the same server as the website. I need to know two things: What is the best video format to use for this purpose? I.e. what is the best compromise between bandwidth and quality? And then, what is the best way t...

Problem with video in flash on fullscreen

Hello, sorry for my bad english. I added video to my flash in right bottom corner. In normal screen all good, but in fulscreen stretching only video(on full screen), but not all contetnt. [image][1] http://img2.pict.com/cb/d2/2b/1161169/0/320/problem.png ...

simple rtsp broadcast example source

Hi, I want to broadcast the screen (not a static screen) of my program using rtsp/rtp since this way a mobile phone (at least the more recent ones) can view the stream. I'm looking for a simple example program which takes the frames I offer, encodes it with a codec and then sends this (using rtsp) to any clients attached. I've looked ...

What is simplest way to decode and display RTP(MPEG4 TS).

I am working on a small video chat software on windows which use RTP containning MPEG4 TS that I need to decode and display. I don't need some senior control of the video quality, and I don't want to write a jitter-buffer. So which library should I use? What is simplest way to decode and display RTP(MPEG4 TS). ...

How do I programatically sort through media?

I have 6 server with a aggregated storage capacity of 175TB all hosting different sorts of media. A lot of the media is double and copies stored in different formats so what I need is a library or something I can use to read the tags in the media and decided if it is the best copy available. For example some of my media is japanese conte...

iphone sdk - why is the video returned not full res?

im developing an app for the iphone and im able to get a video using a UIImagePickerController the problem is that the video thats returned by the UIImagePickerControllerMediaURL is not full resoultion -- its only 480 x 360 as opposed to 640 x 480 like the videos that sync to my itunes. -please someone tell me this is not a limitation o...

Frame control on mpeg2 videos using JMF

Hi I was trying to use the FramePositioningControl on mpeg2 videos for frame seek using Java Media Framework(JMF) but it always returns null. To be more clear, I am using FramePositioningControl on player object to do forward, rewind on videos programatically. I want to know whether frame seek can be achieved through alternate means li...

Sending iphone videos to a server

Hey, In order to be able to send a video taken on the iphone to a server i assume one needs its data, how can one get a videos data? Is there somethign similar to UIImageJPEGRepresentation(UIImage *, ) for images. Thanks ...

Flash Template recommendations?

I'm new to Flash but want to create a nice video for a product. It takes a long time to make a nice looking presentation , and I'm hoping for a jump start. Are there any good templates which are free on the internet where I can quickly change the text in ,for example, to make my video? I've tried looking in google, and there are too ma...

play media file error in Silverlight

Hello everyone, I am using Silverlight 2 + VSTS 2008 + C#. And I downloaded source code from the popular sl2videoplayer, http://sl2videoplayer.codeplex.com/ then I build the solution and then using IE to open default.html. But no video is played, here is the error message from IE and screen snapshot from IE. Any ideas what is wrong and ...

Creating AVI files in OpenCV

Hello. I have been trying to create an application using OpenCV and Visual Studio 2008, to capture images from a webcam, apply a filter to them, and then write them to an AVI file. Everything works, except creating the AVI file. The problem is that it works on my computer, but it doesn't work on my colleague's computer. The reason for ...