video-streaming

Developing an Online Webcam Video Surveillance System in .NET (Real Time Video Streaming Issues)

This semester I'm working on an application that is joining two projects in two different courses in my Software Engineering degree: SWE 490: Component Based Software Engineering SWE 344: IP and Client Server programing Here's what's my application about : Client Side (Desktop Based): Main function is to capture the webcam video and s...

Uploading and Storing videos online using PHP and ffmpeg

Hi, I have a website that allows users to upload videos to it, After they upload videos, I would like to be able to display them using a flash player. One flash player i know is flowplayer, althrough if anyone knows a better one I will be happy to know. In any case, as I understood from a brief google search, there are no players that...

Play Lengthy video using NSURL in MPMoviePlayerController problem?

Hi I have a lengthy video in server,if i try to play that video in iphone using the code below NSURL *url = [NSURL URLWithString:@"http://somelengthyvideo.mp4"]; player = [[MPMoviePlayerController alloc]initWithContentURL:url]; [player play]; i am facing the following problem. the buffering time is very slow, compare to the video p...

Any 3rd party video playback libraries for iOS that allow simulations streaming playback & write to disk?

I'm looking for a better playback solution for streaming video in iOS, preferably one that allows you to stream video from a url AND save the bits to disk. Currently using quicktime on iOS, if you playback a video from a URL you can't save anything to disk, you have to stream the url every time. Thanks. ...

What Techniques Are Best To Live Stream iPhone Video Camera Data To a Computer?

I would like to stream video from an iPhone camera to an app running on a Mac. Think sorta like video chat but only one way, from the device to a receiver app (and it's not video chat). My basic understanding so far: You can use AVFoundation to get 'live' video camera data without saving to a file but it is uncompressed data and thus...

Adobe Flash and TWAIN / DirectShow

Usually Adobe Flash applications can access any usb-webcam. I have a USB camera for microscopes which understands TWAIN and DirectShow. Is there a possibility to access the video data from this camera with flash? ...

How to see a video through flash ?

I can see this video through VLC: http://webtv.camera.it/cartelloaula.asx But I want to see it through Flash... is it possible ? If yes, How ? ...

Split video stream across multiple N/W interface

I want to do a video streaming to a remote PC across the internet. The video bitrate is around 600 kbps. But my internet connection supports only a maximum upload bandwidth of 400 kbps. So I thought I will get one more connection and use the combined upload b/w of 800 kbps to stream the video. I hope there should be a way to split the s...

how to work with videos in ASP.NET?

Hi, this is my first time doing a gallery of videos using ASP.NET, I believe there are many articles on the net regarding this, but I would like to see some recommendation and different point of view : what are the tools used? how to not allow user to download a video? what the difference between vimeo,dimecasts.net choice , what abou...

Using FFMpeg to determine video-type, converting afterwards?

Hello, I'm trying to determine the real type of a file programmatically. It seems I have to use for example FFMPeg for that. I want to determine if an uploaded file is in fact a MP4 or FLV (for flash videos) [or WebM (for HTML5)]. I know the -i operator in FFMPeg but I don't know what to check for. For example: Input #0, flv, from ...

Use m3u8 playlist with BlackBerry

Can I play a m3u8 file on a BlackBerry? I have a m3u8 file on my server and would like to stream it to my BlackBerry. ...

Video Streaming in Android

Hi, I have made an Application in Java that transmits video (JMF= "JAVA MEDIA FRAMEWORK"). Now i want an android client for receiving video.What steps do i follow to make such client. I have seen that JMF doesnt work on Android. I want to know best way of doing it in Android platform . Regards, vs ...

What's the principle of such application that can stream TV?

One of their product called Live2Phone Personal TV attracts me lot, anyone knows how it's implemented ? What devices does it require to work? ...

Sending a processed video from C# program to C++ program

Hi all, I am capturing video from my webcam and it is processed by a C# program then i want to stream it to a C++ program. this C++ program can be configured to get a video stream from a webcam so is it possible to send/stream my processed video to this program where the C++ program detect that stream as a video which is coming from the ...

The simplest video streaming?

I have a camera that is taking pictures one by one (about 10 pictures per second) and sending them to PC. I need to show this incoming sequence of images as a live video in PC. Is it enough just to use some Python GUI framework, create a control that will hold a single image and just change the image in the control very fast? Or would ...

MPMoviePlayerController on iPhone - Streaming or progressive download ?

Hi, In my iPhone App I need to show the videos which are in Flash format. I asked the client to change the videos in iPhone compatible format. They stored the converted the video on a server and I am able to show the video using MPMoviePlayerController. Now we need to store around 25 videos (Each around 300 MB) and access them via iPh...

How does websites get live Channel coverage

there are thousand of websites on the internet that have live coverage of the channels ,cricket matches.how does they do that? from where does they pick the coverage? i am asking this because i have no idea . any input will lead me to go further in the implementation i want to implement this in an asp.net website ...

Video upload and display in PHP?

I want to upload video to server and then display it on web page using some player (like youtube) using PHP. My client ask: "Videos must be no longer than 2 minutes and in either Quicktime, WMV, Mp4 or FLV format." Is there any opensource script which help me to upload a video with client requirements and then an opensource player whic...

Putting a stream on website.

I have a device (this device in turn is connected to a camera) which can send unicast udp or rtp stream on my PC.I want to put this stream on my website. I have tried vlc as it has the option of opening a stream which can be further multicasted. However vlc is bit flaky (it gives up as load increases really soon). So I tried Darwin serv...

.NET - extract codec information from MPEG-TS

I am writing a streaming-application using VLC (VideoLAN) and its ActiveX-plugin. I am getting a stream from a satellite-decoder and now I need to get information from the stream (MPEG-TS) as to the subtitles present (for instance from a film) in the stream so I can tell the ActiveX-control which subtitle-language to use. In this case, s...