streaming

How to capture video out of stream in c/c++ in windows?

What's the most recommended way to go? ...

Streaming from M3U on Android

I am working with Android OS to try to stream from an M3U. I don't see why this is a big deal on Android, but for some reason it is. The M3U structure is simple, it's essentially a list of URLs to external MP3 files. However, when you click the M3U in the browser, it tries to launch and then tells me that it's an unsupported file type. ...

Errors in Action Script 3 in streaming .mp3 player

I'm trying to build a streaming .mp3 player to run various sound files on my web site. To do that, I followed a tutorial that includes a code template at: http://blog.0tutor.com/post.aspx?id=202&title=Mp3%20player%20with%20volume%20slider%20using%20Actionscript%203 However, whether I preserve the template's direction to the author'...

Best way to stream mp3

Hey guys, I need to organize mp3-streaming from my machine to the rest of the world. People advised me to use MPD with Icecast2 as frontend. Everything is ok except one thing — music is being streamed as Ogg Vorbis, not what actually I need. There's a snippet of MPD's config file: audio_output { type "shout" ...

Is it possible to stream a windows (7 / vista / xp) webcams via Gstreamer.

Hello, I very new to the world of gstreamer. I was wondering, if it's possible to stream windows webcam via gstreamer? The only package i have seen so far is for linux. v4l2 (video for linux). Is there also a package for windows webcams? what is the correct python syntax? DJ ...

WCF Streaming with result information

I am using a WCF to upload a file to a server. public interface IFileTransferService { [OperationContract] void UploadFile(Stream stream); } The problem here is, that I don't get information on whether the operation was succesful or not. Of course I may get an exception when the server does not respond, but how can the server repo...

How to balance bandwidth load in file streaming?

Hi, when it comes to stream big files it seems like nginx 1Gbps upload throughput link is small to handle transfer data from 3-4 storage servers. The cause of my problem is bottle neck in proxy - all data go through loadbalancer. Webservers downloading files from storage and streaming files over http (now through one nginx as loadbalanc...

How to configure libMMS in iPhone?

Hi, Do anyone know how to configure libMMS for iphone application. I have libMMS library downloaded and I need to configure it in my application. But it gives reference error when I call some function of the library. Please tell me steps to configure libMMS. I am in the critical situation. ...

Secure and cheap method for streaming Flash video

I'm working on a site which allows people to pay to stream videos online. I'm currently using JW Player to stream FLV/F4V files from Amazon S3, using a signature. This method is extremely unstable, and needless to say, useless. I've heard I can use Amazon CloudFront as a CDN for my videos. But that it won't make the files any more secur...

Problem with transferring large data with WCF

Hi i finally created a small upload wcf service. I can transfer small images on my computer, but i tried transferring a mp3 song to have some larger data. It failede with a "400 bad request" exception. I have no clue as to what is going on. I am streaming the data and found alot of resources on the net, but none seem to work, this is wh...

OpenCV camera stream stopping while in fullscreen mode

Hi! I want to have two aplications simultaneously run: one that analyzes image from webcam written using OpenCV (the image is acquired through callback function) and an application that goes into fullscreen mode (let's say a 3D game). The problem is that while the fullscreen mode is launched the webcam image stream is stopping - the fra...

Is out there any C library as simple and powerful as openAL or openCV but for Networking?

So we have: AL for audio, GL for graphics, CV for vision, FFMPEG for encoding But what library is as respectful, simple, intuitive as them for Network data streaming? What I need is generally cross-platform (at least Win + Lin) C library with simple to use but quite deep API for TCP data transmitting, receiving. ...

CryptoStream.Close() fails when the disk is full

I am using a CryptoStream for writing encrypted audio data to the file (underlying stream is FileStream). When I try to call CryptoStream.Close() over the full disk, I get an exception. I know that this is because CryptoStream.Close() invokes FlushFinalBlock() during disposing. As a result I get the corrupted data in my encrypted file an...

how to detect clip end of progressive Flash video FLV?

Hi I have some FLV video files to be reproduced sequentially by a Flash video player. Suppose v1.flv and v2.flv. I want the player to start playing v2.flv once v1.flv has reached the end. According to this forum, the onPlayStatus does not fire in progressive FLVs. What can be done? A snippet of what I am trying below: public class MyCl...

Icecast Metadata Extracting Produces Artifacts in Output Audio data

Hello. I am attempting to (in NodeJS): Connect to an Icecast internet audio stream. Ex: http://icecast3.977music.com/comedy Parse the response headers and extract the icy-metaint value. Write out the raw audio data to a file, while extracting the metadata bytes from the audio stream in order to: Intercept and parse the metadata when i...

Good javascript widget for streaming data

I have a requirement to show a stream of data via Javascript. Watching an http log file in real-time would be a good example. The data is in fact nested JSON but it could be forced into a table-like structure. The data source would need to be an AJAX call executed periodically (WebSockets would be better but it needs to support non HTML5...

Android VideoViewer cannot show decrypted mp4 from streaming URL

Hello, I am currently attempting to implement a solution to show encrypted video on Android (v1.6). The mp4 video is encrypted using AES/ECB/PKCS5Padding and then copied to the SD card. Since the decryption process is slow I have installed i-Jetty on the device and am setting my VideoView URI to be the localhost address of the servlet...

how to stream multiple flv files seamlessly ?

I have a question about streaming multiple separate flv files seamlessly as if the viewer is watching television. is this possible ? what tools or programming sources can help me achieve this ? ...

WCF streaming uploading file VirtualBox NAT Problem

I've a WCF Service on both servers IIS7/ISA/Win2008 and IIS6/Apache Reverse-Proxy/Win2003. And a client app that downloads and uploads files (approx. 10MB). When downloading there are no problems. But if I upload a file on some client machines a have a strange problem. They have all DSL 5 or 6mbps bandwidth. On some client machines the ...

slow wmv file delivery via php - any ideas about problem

Hi, We are trying to stream some wmv files from cloudsites hosting. We are setting headers in php and then doing fpassthru($fp). The buffering is interminably slow and then it starts going up and then DOWN!!!and then up again even before it starts playing, then it doesn't keep up. Obviously connection is an issue and file size is als...