streaming

Mjpeg VLC and HTTP Streaming

Hello guys, I'm generating a MJpeg Stream and trying to stream it to VLC and play it there. The code: public void SendMultiPartData(String contentType, Func<byte[]> getData) { MemoryStream mem = null; response.StatusCode = 200; for ( byte[] buffer = getData(); buffer != null && buffer.Length > 0; buf...

Streaming "proxy" converting video formats

This is related to my another question Here I'd like to ask if it is in theory (according to video file formats and codecs, etc) possible to have such scenario: 1) Client on iPhone has a reference to video in flv format. It sends http request to converting "proxy" like http://convproxy.com?source=url_of_original_video.flv by just click...

"The remote host closed the connection" in Response.OutputStream.Write

This code streams large files to our users: // Open the file. iStream = new System.IO.FileStream(filepath, System.IO.FileMode.Open, System.IO.FileAccess.Read, System.IO.FileShare.Read); // Total bytes to read: dataToRead = iStream.Length; // Read ...

WCF- Error handling when streaming.

Hi, In order to support streaming i return Message with override to OnWriteBody... The problem is if an exception is thrown in the OnWriteBody (DB timeout or whichever) The ProvideFault in the IErrorHandler is not called and therefore i have no way to propagate the error to the client( via a filtering in the IErrorHandler). Is there a...

Streaming video file?

Hi I need to stream flv file. streaming should look like live streaming. and I their should be a way to change target file. sorry for my poor English. ...

Video streaming woes

Hey everyone! I'm working on a video streaming application, where compatibility has so far been limited to Windows and IE (though it seems to work well enough on Firefox as well) I have been tasked to get it to work on Macs, and in the future Unix as well, but I figure that if I get Macs to work, UNIX will follow. We're using a Windo...

Reliable & scalable solutions for live audio streaming?

Hey there! I wonder if you could share your thoughts / resources about live audio streaming (to run on-line radio station). I have to admit, I am a complete newbie to the subject, so please excuse me lack of details. What are the most recommended platforms / software setups? Opinions based on personal experience would be highly appr...

How to access an audio stream using DirectShow.NET C#

Hi, What I would like to do is to pass an arbitrary audio file to a DirectShow filtergraph and receive a (PCM audio) stream object in the end using .NET 3.5 C# and DirectShow.NET. I would like to reach the point that I can just say: Stream OpenFile(string filename) {...} and stream.Read(...) I have been reading up on DirectShow f...

convert streaming live video to mp4

How do I convert live streaming flv video to mp4? ...

What is the best way to Stream Audio on a website

I am updating a website for a radio station and they would like to be able stream previously broadcast sports games on the site. Most games are 2 - 3 hours long so the files are really large. What would be the best way to offer these games so users can listen to them without having to download the file? ...

How can I read a stream from a web cam already in use by flash media live encoder?

I have been working on a proof of concept for a project (winforms) in which needs to encode the live feed of the webcam to FLV using Flash Media Live encoder. I am using the command line utility of FMLE to encode the live feed to flv files. The problem is that I need to have a mechanism which will also show me the feed while it is being ...

How do I make it difficult for users to save mp3 files from my site to their hard drives?

I want users to be able to upload mp3s and also be able to play them through a player embedded on a page. I know it's impossible to stop dedicated users from copying the audio by directly recording it from the computers output but I want to make it difficult or impossible for a user to just copy a URL and paste it which will allow them d...

How do I seamlessly concatenate MP3 streams?

Hey, I'm working on a streaming server that will be capable of broadcasting targetted ads. Basically listeners hear the same music, but every, say, 30 minutes comes a block of ads and every listener has his/her own block. Implementing such streaming server poses various problems and this question is about one of them. The server will w...

XML streaming with XProc.

Hi all, I'm playing with xproc, the XML pipeline language and http://xmlcalabash.com/. I'd like to find an example for streaming large xml documents. for example, given the following huge xml document: <Books> <Book> <title>Book-1</title> </Book> <Book> <title>Book-2</title> </Book> <Book> <title>Book-3</title> </Book> <...

cancel stream request from WCF server to client

Hi, I posted about stream request here [wcf-chunk-data-with-stream]:http://stackoverflow.com/questions/853448/wcf-chunk-data-with-stream I solved that task but now when i close request in client part server continue to send data. is it possible to cancel stream request from WCF server to client? ...

User-friendly approach for network streaming, playing and seeking of audio files in Mac OS X 10.5

Please advise a combination of server and client technologies, tools and frameworks to implement a solution that meets the following requirements? File server in the network has a huge library of mp3/aac/aiff/wav music files Desktop cocoa application accesses audio files using URLs: rtmp, http, rtsp+rtp, ftp — how to make a choice? Audio...

Supported bindings for WCF streaming transfers

Hi, I was using basicHttpBinding for streaming transfer, When I change binding to netTcpBinding , Service start to throw exception... Please help me to understand the fastest binding to transfer streams... Thanks a lot! ...

split video stream MPEGTS(H264) into file chunks under unix

Q: How to split MPEGTS(H264) video stream into file chunks? Searching the way of splitting MPEGTS video stream encoded to H264 into accurate file chunks. The challenge is that the stream need to be saved 24/7 and no data should be lost. Thinking about split(1), but there is a problem with video frames. If video frame will be cut in the...

Can you recommend an effective and cheap CDN for video streaming?

I am looking for a streaming CDN recommendation. Cost and performance are my chief concerns. Video viewers may be all over the globe, with the, US, Europe, Russia and South America topping the list (yes, I know that leaves out a little :-). I saw the following list of streaming CDNs in LinkedIn: Akamai, BitGravity, EdgeCast, Highwinds,...

Luster, Gluster or MogileFS?? for video storage, encoding and streaming

So many options and so little time to test them all... I wonder if someone has experiences with distributed file systems for video streaming and storage/encoding. I have a lot of huge video files (50GB to 250GB) that I need to store somewhere, be able to encode them to mp4 and stream them from several Adobe FMS servers. The only way to ...