video-streaming

Is there alternatives (free or paid) for MPMoviePlayerController on the iphone?

Is there alternatives (free or paid) for MPMoviePlayerController on the iphone? ...

Is it possible to capture HDV/HD stream using DirectShow API

We currently use the DirectShow API to stream standard definition video into our application via Firewire. Sadly, this code was mostly cobbled together from various places on the internet and to say it's cryptic is an understatement. Now, we want to be able to stream HDV/HD video over firewire/usb 2.0 using the same method. Is it possi...

Is it possible to get the size of a Flash video [YouTube] using JavaScript?

I would like to know the size of the movie I am watching on any video site [ if not possible on all video sites, then at least on YouTube ]. So is it possible, say I will specify the complete path like: 'http://www.youtube.com/watch?v=7xyuX7u-Xts' , to calculate the size of the Flash video (.flv) using JavaScript? Note *By saying size I...

Ecommerce Video Platform?

I am required to build an ecommerce training video platform for a client. I am ideally looking for an open source project but google hasn't turned up anything useful. My only requirements are that videos cannot be downloaded, can only be viewed once paid for, it has a good templating structure and that I can tie in lots of documents with...

VLC desktop streaming

Edit I stopped using VLC and switched to GMax FLV Encoder. It does a much better job IMO. Original post I am sending my desktop (screen) as an H264 video stream to another machine that saves it to a file using the follwoing command lines: Sender of the stream: vlc -I dummy --sout='#transcode{vcodec=h264,vb=512,scale=0.5} ...

Open Source PHP script for HTTP video streaming?

Open Source PHP script for HTTP video streaming? I need some PHP script or script lib for enabling reading and writing from and to a HTTP stream. I want to write chunks of data... Actually I'm looking for such thing because adobe Flash 10.1 now supports it... So it looks for me lots of such questions will appear soon) BTW: I do not ...

My AsyncErrorEvent isn't working to catch errors for my RTMP video player

Hi again peepz, I have this streaming video player with an asyncErrorHandler function which isn't working correctly. In Flash player 10 I get no errors, but in Flash player 9 I'll get a popup window with the error message that shows up in my output window when I test on my local machine. Error #2044: Unhandled AsyncErrorEvent:. text...

Video streaming from desktop to iphone

Hi, Could anyone shed light upon how to capture a live video which is on a desktop and integrate the same to my iphone, so that i can view same live video on my iphone. I am stuck as to where to start. If anyone could give technical info would be greatly helpful. thanks in advance ...

UDP Multicast for streaming video with Silverlight 4.0

I've been streaming multicast video using the Project Starlight plugin for Silverlight 3, but now I'm hoping to do the same thing natively in Silverlight 4.0 beta. Using Starlight, the code was straight-forward, and relatively simple...for ex: -1- Generate the proxy as ActiveX: HTML CODE mcObj = (ScriptObject)HtmlPage.Win...

Video editing using PHP

Is it possible to record a voice onto the uploaded video using PHP? ...

Problem with displaying video when streaming

I'm having a problem when streaming video. Randomly the video isnt shown, the video is playing though as the playhead moves and audio sounds. It's strange though because if I press pause then play the video appears and also if I make it fullscreen it appears. private var videoURL:String = "filename.f4v"; private function setupConnecti...

Streaming Web cam Video In Both Party

Hello to all, i need to develop an application that does VOIP call. In the same time, i need to send video capture from web cam to the callee and callee also send his/her web cam frame to caller. I using pjlib for VOIP and QT for GUI and i using C++. http://nashruddin.com/Streaming%5FOpen...k#introduction I have this resources. Do we...

Play RTP video stream using Qt?

I want to create a Qt widget that can play incoming RTP streams where the video is encoded as H264 and contains no audio. My basic plan for implementation is this: Create a Phonon MediaSource object (Stream type). Connect it with a QIODevice subclass that provides the data Obtain the video data using either: The JRTPLIB client librar...

Capturing a screenshot of an embedded video using C#

I am working on a video search engine. Similar to google video. I have noticed that google video has a screen shot from all the videos that they index. I have tried many ways to achieve this with no success. One way that i was suggested is to create an swf that will load the required swf and take a screen shot. however this is not a good...

Synchronize flash video on multiple PC's?

For an event we need the following setup: Multiple computers running a kinda of quiz (in asp.net). Every one of them plays a video as background (in the browser), sorta like a screensaver (with advertising). When moving the mouse a div pops up which allows the user to choose a quiz in fill out the forms. The catch is that the video need...

Create a Video Stream (AVI) from a Series of Images

There is an IP web camera that I wrote a .NET class for sometime ago. It's basically a Timer implementation that pings a snapshot CGI script from the camera every five seconds. The camera itself is very rudamentary; it does not have any sort of API for me to work with, the only thing I can do programmatically (remotely) is invoke this...

Display Video Analytics Results into a web application

Hi all, I need to display tracking results (blobs, rectangles, trajectories) into a web application, so I was thinking about Adobe Flash. Can someone suggest a solution to draw rectangles, shapes, lines, over a live flash video? Shapes position can be embedded directly into the flash video stream by the server side streaming server (Wowz...

How to play MPEG-TS (transport stream) from WPF and Silverlight

I've tried MediaElement with a .ts file - its not interested (HRESULT: 0xC00D11B1). The TS file plays with WMP no problems (Cannot seem to play it in graphedt though?) I thought MediaElement was supposed to support what WMP supported? Update: This is on Windows 7 by the way (apparently it has a slightly different media stack if that m...

Playing an incoming RTP stream with GStreamer

I'm developing a GStreamer application and struggling bit with implementing a player for incoming RTP streams. I am trying to construct a pipeline around the gstrtpbin element. I'm trying to model the pipeline using a gst-launch construction: VIDEO_CAPS="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H...

Live streaming in iPhone ?

I have read a lot of posts about live streaming in iPhone, but none of them really works. The project I want to work out is as follow: There is a MUTE movie streaming in a movie theater. I want to get the time code (the position it is playing) through wifi and makes iPhone/iPod Touch to play/stream an audio track at the same time code....