The process of delivering a video from a server to a client, different from the download in that the client is able to watch the video while it's being downloaded.
38
votes
4answers
18k views
Streaming video from Android camera to server
I've seen plenty of info about how to stream video from the server to an android device, but not much about the other way, ala Qik. Could someone point me in the right direction here, or give me some ...
17
votes
2answers
490 views
Decoding RIMM streaming file format
I want to decode the video (visual) frames within a Blackberry RIMM file. So far I have a parser, and some corresponding container documentation from RIM.
The video codec is H264 and is explicitly ...
17
votes
8answers
19k views
Creating an MJPEG video stream in c#
I have images being sent to my database from a remote video source at about 5 frames per second as JPEG images. I am trying to figure out how to get those images into a video format so I can stream a ...
14
votes
1answer
303 views
iphone send video to ipad live streaming and wireless control (like AR Drone)
How can I send video from an iPhone to an iPad?
I'm building a robot that is an iPhone controlling an arduino, for the next phase I would like to be able to send some live streaming video from the ...
14
votes
4answers
7k views
Writing an app to stream video to iPhone
I'm interested in creating an iPhone app that can stream video from a central server, YouTube style. I was wondering if anyone has ever tried to do this before, what is the path of least resistant, ...
14
votes
6answers
48k views
HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3
In iPhone OS 3, Apple has introduced HTTP Live Streaming which should allow live streaming of video from the internet. I am currently operating a webcam, which feeds into my server, and is then ...
13
votes
4answers
20k views
Best way to stream files in ASP.NET
What's the best way to stream files using ASP.NET?
There appear to be various methods for this, and I'm currently using the Response.TransmitFile() method inside an http handler, which sends the file ...
12
votes
4answers
1k views
Streaming Video From Android
I'm trying to stream video from the Android phone, which should be watched in an mediaplayer.
I've been looking at ...
11
votes
3answers
161 views
Using 3D engine output as input to streaming video
The idea of doing remote rendering (typically for a video game) which is streamed to a client device is conceptually quite simple, barring obvious issues like lag for an interactive fast-paced game.
...
11
votes
5answers
711 views
iOS video streaming and storing on device afterwards
So far I know how to stream a video and how to download it and afterwards stream it, but here's the tricky bit: streaming it once, storing it on the device and in the future play it from the device.
...
11
votes
3answers
5k views
Access to the iOS' video decoder?
The iPad/iOS has video streaming support for e.g. H.264 using MPMoviePlayerController etc., but i receive H.264 data through a custom, proprietary, stream and need to decode it in a soft real-time ...
11
votes
5answers
637 views
What's the technology behind live stream sites?
It's amazing to notice that live stream sites like doitlive.tv can deliver videos on very low bandwidth (as low as 25kbps) home connection. Could someone explain me the technology behind such sites ...
10
votes
0answers
932 views
Connect android to local Lan via Phone (Over wifi OR via USB connection) [closed]
I am playing about with RTSP in Android, getting it to stream using Media Player. Now I am wanting to test them locally, but finding it incredibly difficult.
What I have done is run a local Wowza ...
10
votes
6answers
6k views
Video/audio streaming does not stop even if UIWebView is closed - iPad
I see this issue only on the iPad. The same things works as expected on the iPhone.
I am opening the URL from my application in a UIWebView. If the URL is a normal web page, it works fine as ...
9
votes
2answers
3k views
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 ...
9
votes
8answers
589 views
Which video streaming platform would you choose today?
We have decided that it is time to ditch the ad-hoc method of deploying video on our web properties and pick one or more Video Platforms to handle this task for us. High level requirements are:
...
9
votes
2answers
2k views
H.264 Streaming Requirements
I am looking for more information about the minimum requirements needed for a visitor to successfully stream a 1 Mbps 640x360 H.264-encoded video. I know that the user needs the latest Flash 9 ...
8
votes
3answers
763 views
Play embedded video resource as stream
EDIT: I changed my question to better clarify the issue.
How is it possible to play a video from a byte array (taken from embedded resource) using DirectShow.Net library?
Since I'm going to prevent ...
8
votes
3answers
1k views
Using AVAssetReader to read (stream) from a remote asset
My main goal is to stream a video from a server, and cut it frame by frame while streaming (so that it can be used by OpenGL). For that, I've used this code that I found everywhere on the Internet (as ...
8
votes
3answers
592 views
how to work with videos in ASP.NET?
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 :
...
8
votes
2answers
1k views
streaming video FROM an iPhone
i can get individual frames from the iPhone's cameras just fine. what i need is a way to package them up with sound for streaming TO the server. sending the files once i have them isn't much of an ...
7
votes
4answers
467 views
Delphi XE2 : How can I play video files with firemonkey
I want to make a mediaplayer application using with firemonkey but I can't see any component for videoplayer :( I was trying to integrate VLC (VideoLAN player) to firemonkey but the firemonkey ...
7
votes
5answers
4k views
Video streaming over websockets using JavaScript
What is the fastest way to stream live video using JavaScript? Is WebSockets over TCP a fast enough protocol to stream a video of, say, 30fps?
7
votes
6answers
1k views
Video Capturing + Uploading + Processing + Streaming back - .NET & C#
We are trying to find out any technologies/libraries available in .NET stack (even wrappers on top of 3rd party dlls) that'll help us to build an app that can
1 - Capture an image from a user's ...
7
votes
3answers
113 views
what sources of information / videos do you use to learn new techniques for webdevelopment with C#?
I work at a company that makes the move from php to .net.
Now i am searching for good video sources to learn new techniques.
We have already a license for www.tekpub.com great site
but already have ...
7
votes
1answer
3k views
How to create video streaming using C#
I have been working on the solution to develop video streaming web services using C#. I am using Windows XP, with the latest version of vlc 1.0.3 to stream video over LAN network. However, currently, ...
6
votes
5answers
778 views
rtsp stream capturing
I'm looking for some universal way to dump rtsp stream. I want to figure out, that some rtsp stream is working well and server is sending some watchable video.
openRTSP
At first, google recommends ...
6
votes
1answer
429 views
C# webcam library
I need a webcam library (for C#) so that I can implement the following things:
show the video stream
save the stream to a file on disk
capture single images
I have searched for libraries and found ...
6
votes
9answers
666 views
What video encoding and streaming services are there out there?
I looking for something that I can either embed their uploader directly or send the video files to that will then encode the video and allow me to stream the video through a player on "my" website.
...
5
votes
2answers
480 views
Live Video Chat for iPhone and HTTP Live Streaming
So generally, I want to make an app which has video chat functionality for iPhone. But after many searches, I am still not able to find any successful results. Is there any public or even for that ...
5
votes
1answer
209 views
Any good video chat API I could integrate in a ASP .NET MVC 2 web application?
I'm looking for a good video conference API I could use in my ASP .NET MVC 2 web app. I would like something that is easy to use and that is compatible with as many browsers as possible, on Mac and ...
5
votes
1answer
229 views
Video “streaming” for mobile devices with Amazon CloudFront
I maintain a video app for a client and we've just been through the process of porting the desktop site to Amazon S3 + CloudFront through the streaming distribution they offer. To be clear, I'm not ...
5
votes
1answer
256 views
Cropping a video file with defined width, length, and pixel location
I an trying to create a program that will detect a face in a video. There are a few requirements that must be passed before I accept the "face". After all of the requirements are met I then want to ...
5
votes
5answers
1k views
HTTP-live steaming on Linux server
I find it hard to find some conclusive information on this. I have a dedicated server in a datacenter with Debian 5.0. I have an iPhone/iPad app which uses a JAVA EE (Glassfish 2.1) backend, and I am ...
5
votes
1answer
778 views
Video Streaming using Python
Is there any library (or) application available in Python to support Video Streaming? It has to read the file and needs to stream over the web.
5
votes
1answer
395 views
Mac: stream a video file as webcam to applications (similar to CamTwist)
I am trying to program a feature, similar to that of CamTwist, with which a video file (on hard disk) can be broadcasted to other applications as video input.
However, I am not sure where to ...
5
votes
4answers
933 views
Serve video file to iPhone from ASP.NET MVC2
I'm attempting to serve video files from ASP.NET MVC to iPhone clients. The video is formatted properly, and if I have it in a publicly accessible web directory it works fine.
The core issue from ...
5
votes
2answers
1k views
Developing an Online Webcam Video Surveillance System in .NET (Real Time Video Streaming Issues)
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 ...
5
votes
1answer
994 views
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 ...
5
votes
4answers
2k views
html5 video secure streaming?
Does html5 allow me to do secure streaming video? And by this, I mean token authentication. I want to be able to stream media only to those people who are authorised to view it.
I can do this ...
5
votes
2answers
3k views
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 ...
5
votes
3answers
2k views
Playing Quicktime video on iPhone using HttpHandler and IIS 5.1
I'm trying to stream QuickTime video to an iPhone from an ASP.NET web application using an HttpHandler. When hosting the web application from IIS 5.1 (Windows XP), the video player opens and then ...
5
votes
11answers
8k views
How to install FFMpeg in WampServer 2.0 (Windows XP)
I need to install the ffmpeg PHP extension on my localhost so I can test few of my scripts but I am having troubles figuring out how to do that.
I have WampServer 2.0 with PHP 5.2.9-2, my OS is ...
5
votes
1answer
2k views
Capturing large amounts of output from Apache Commons-Exec
I am writing a video application in Java by executing ffmpeg and capturing its output to standard output. I decided to use Apache Commons-Exec instead of Java's Runtime, because it seems better. ...
5
votes
2answers
2k views
Simultaneously stream and save a video?
I'm writing an app, part of which allows the user stream/play videos. I want to restrict the functionality so that they can only stream videos if they have a WiFi connection. I will then save the ...
4
votes
1answer
92 views
How to perform an image stream preview to a Delphi 6 frame or form from a background thread efficiently?
I have a Delphi 6 application that receives and processes an image stream from an external camera. I have the code on a background thread since it is CPU heavy and I don't want it interfering with ...
4
votes
2answers
219 views
How to implement HTTP Live Streaming server on Unix?
I just realized that Apple required HTTP Live Streaming in order to view videos in iPhone apps. I was not aware of this before... I am now trying to understand what this involves so I can decide ...
4
votes
3answers
96 views
Random Access of Large Media Files on a Remote Web Server
One of our applications currently relies on mapped drives to access large media files (20-100MB) on the local network.
We would like to change this to some sort of web service so that we can make it ...
4
votes
4answers
303 views
VIdeo chat / video conferencing tools
We want to integrate online video communication on a website. The idea is to:
Allow visitors to videochat online (generally one-on-one)
Set up conference video calls where 10+ people can ...
4
votes
2answers
401 views
How to render dynamic bitmap stream to canvas?
I have written an OpenGL game and I want to allow remote playing of the game through a canvas element. Input is easy, but video is hard.
What I am doing right now is launching the game via node.js ...