video-streaming

Is adaptive streaming (live http streaming) required of iphone apps that play video?

We are creating a video intensive app and want to be sure that adaptive streaming is required (given that we need to write an automated transcoding and segmentation system to support this). Does anyone know if the YouTube app is using adaptive streaming? ...

Webcam video stream processing.

Hi Guys, I'm working with an image processing project, my final goal is to detect features on a real time video and finally track those features. I will be working with an Embedded Processor Platform called Freescale's i.MX515, it is a 32-bit media processor running on Ubuntu 9.04. Right now I'm working on the algorithms to locate the ...

Need help with video streaming with web-embedded Windows Media Player Component

Hello, I need to be able to play a .wmv video in a Windows Media Player component on a web page starting at a particular specified point in the video right away. I can embed the component and play the video. The problem is that even if I specify the location with The PARAM “currentPosition”, the video starts to play from the beginning...

free video streaming API

Hi, I'm trying to build a website that will allow user to upload video files and show them as a streaming video. I'm a complete newbie in the streaming world so I don't know exactly how to do that, and I definitely don't want to reinvent the wheel. Are there any free platforms that I can use for that? Do I need a streaming server, or...

How can I eliminate latency in quicktime streamed video

I'm prototyping a client that displays streaming video from a HaiVision Barracuda through a quicktime client. I've been unable to reduce the buffer size below 3.0 seconds... for this application, we need as low a latency as the network allows, and prefer video dropouts to delay. I'm doing the following: - (void)applicationDidFinishLau...

Desktop Screen Streaming in Java

Can anyone tell me how to stream my desktop through sockets in Java? I tried using screen captures and sending them 1 at a time but it's no good. Too slow! I think to redirect the video stream would be better. ...

Split, encode and join video parts in C#

It is possible to split file into many parts.Is it possible every part encode and after that join them again? The idea is to encode one video on more computers. In .NET Thank you ...

Android rtsp video frame rate loss?

Is it possible to calculate the frame rate (loss) of a rtsp video playing inside a VideoView or MediaPlayer? ...

How to track audio decibel values from UIImage Picker Controller?

hi, i am developing iphone application which included UIImagePickerController Source type is UIImagePickerControllerSourceTypeCamera. In this how i can get audio values from mice as-well as i have to show it and should have option to on- off. So please help me to overcome this issue. i searched completely from UIImagePickerController do...

DSS won't stream 3GP's encoded with FFMPEG

I have setup Darwin Streaming Server which streams the included sample 3GP files pretty well. However when I try to encode my own 3GPs using FFMPEG and stream them, it doesn't work. (I test the streaming using VLC Player). Here is the command I use for encoding: ffmpeg -i test.flv -acodec aac -ar 22050 -ab 128kb -vcodec mpeg4 -b 256k -...

video portal developed in C# ASP.NET

Do you know some video portal similar to youtube developed in C# asp.net? open source or free version. Thank you. ...

Video chat application : Which technology to choose ?

I have to undertake a project which is to make a video chat application. The video has to be streamed from one location and can be viewed by multiple people spread out over the globe. Performance is really an issue and a delay of more than 2-3 seconds is unacceptable. From what i gather, this can be done in Flex and also in JAVA. Any p...

Flash Media Live Encoder

I am using Adobe Flash Media Live Encoder to stream live video to a video streaming server. The webcam is in our office pointed out the window. Thankfully, Flash Media Live Encoder has a checkbox to un-include audio. I am wondering how I can push a recorded message to the audio ( or music ). Is there any way I can play a recording an...

What is the purpose of FMS server and how does it figure into my requirements ?

Hello, I had a project requirement which was to stream video to people across the globe (max 100 simultaneous connections) and i was under the impression that a single HTTP server is sufficient. However, a friend of mine said i will have to use an FMS server. How does this basically work ? If i record video from my webcam and store it...

Authenticated MediaPlayer

Trying to stream a video from an external server. _mediaPlayer = new MediaPlayer(); _mediaPlayer.setDataSource( this, Uri.parse( _uri ) ); Works fine for an openly accessible server, but throws an Exception when the server requires authentication. I've looked at the code inside setDataSource and haven't found any way to set a c...

What's the best way to test a P2P live streaming app?

Hey guys, I've been working on a P2P live streaming app and I'm having some trouble testing it properly. At the moment, I'm testing it using: 1) Another laptop + an external server 2) Multiple instances running on different ports Problem is: this is not exactly ready for production. Is there something like a simulator OR any of you ...

How to split movie and play parts to look as a whole?

I'm writing software which is demonstraiting video on demand service. One of the feature is something similiar to IIS Smooth Streaming - I want to adjust quality to the bandwith of the client. My idea is, to split single movie into many, let's say - 2 seconds parts, in different qualities and then send it to the client and play them. The...

video streaming

Hi! all I am designing an application for streaming video.I have developed a model in which a server wait for incoming request.The server it self is serving to a good number of clients and it can't afford to serve any more clients.Now when the new connection comes,the server chooses from among it's clients a candidate client who will s...

VLC Functionality: How to stream an .iso?

I gave a DVD ISO image and would like to use VLC's http function to create URL a user could access, after which the DVD would start up in full screen. I can make this happen by accepting the defaults vlc.exe -I http navigating to localhost:8080 and then browsing and opening the file. How would I modify this activity so that navigatin...

tool to find out distance in terms of no. of hops in unix

Hi! all, I am writing an application for video streaming.In the application server is required to know the distance of the client from it self in terms of hop number.My question is,is there any tool/method other than traceroute available in unix environment to find it? I also need to find out the geographical location of the client.So is...