streaming

Stream Video using WPF and .Net 4 beta 2?

I am trying to make a simple application that allows two computers to share video from their integrated webcams. How do I publish my webcams video and on the other end, retrieve it? Thanks ...

Image Saving explanation

I have manage to write images on an sql server 2008 But i see that in the image record writing the same bytes in all of the images And also it creates on the remote disk under a special catalogue a file which finally is the image Is there anybody which can explain me the flow chart of writing an image in sql server? What is contain...

How to stream video in webpage?

Hello, Say suppose i am on my website and i want to stream live video which should be available to all users who view the webpage. How can this be done in Java? Any help is appreciated. Thanks in advance :) ...

Is there a "simple" way to play linear PCM audio on the iPhone?

I'm making a media playback app which gets given uncompressed linear PCM (über raw) audio from a third-party decoder, but I'm going crazy when it comes to just playing back the most simple audio format I can imagine.. The final app will get the PCM data progressively as the source file streams from a server, so I looked at Audio Queues ...

HTTP Live Streaming for IPhone

I'm folowing Apple's proposal in http://tools.ietf.org/html/draft-pantos-http-live-streaming-01. Trying a dummy HTTP Live Streaming to my iphone, I wrote a webservice with Django corresponding to a .m3u8 file. I'm begining the response with #EXTM3U #EXT-X-TARGETDURATION:#10 #EXT-X-MEDIA-SEQUENCE:#0 I then write the URLs of the segmen...

Is it possible to listen to any kind of internet radio with HTML5 directly?

Is it possible to listen to any kind of internet radio with HTML5 directly? I mean is it posible to play live mp3 streams in HTML5 complaint browsers? ...

Reasons to use RTP when streaming a pre-existing file?

The only reason I could think of for using RTP to transfer a pre-existing file is if you're trying to monitor the amount of time a user is streaming the file, like if you're running a time-based On-Demand website. The other streaming-solution i know of is to use HTTP to upload a media file, then providing a client to progressively play t...

MMS Streaming in iPhone Application

Hello everyone!! hope you all are fine and also in one of your best of moods!! I have a query to ask you. I have few mms at server side. I want to stream those mms clips and want to open in my Application. anybody has any idea how to do this?? kindly share your knowledge... Looking forwards!! Regards, Arun Thakkar ...

what is an effective way to protect mp3 files from download?

Possible Duplicate: Is it possible to protect from downloading a video from a site. i'm looking for a way to allow mp3 files to be streamed using a flash player on a php web page, but to hide and protect these files from download. embedding the file into the swf is unacceptable for this project, since there will be many mp3 f...

live streaming video in html 5 - What is required from server to stream and let other domains acsess that streams?

live streaming video in html 5 - what is required from server to stream and let other domains acsess that streams? any cross-domain-polyci files? any special streaming servers technologies/requirements etc? (I want LIVE streaming NOT FILE streaming)? (like shoutcast or what ever) ...

AJAX Real Time and collaborative

Hi, I am trying to create real-time and collaborative application like - google wave for example. When user1 writes something at the same time it shows on user2 screens. I started a little research,and found some ways to this with Ajax - 1.every X seconds send request to the server and to check what is "happening" 2.timeout - long re...

how to play /streem youtube/FLV videos from c++ application

Hello all i like to stream / play you tube videos or in general FLV files from c++ application how can it be done ? ( im using QT as GUI ) ...

Help streaming over http in C++

I'm looking to use a web service that offers a streaming api. This api can typically be used by the java method java.net.URL.openStream(); Problem is I am trying to design my program in C++ and have no idea what libraries (I've heard the cUrl library is very good at this sort of thing) to use, or how to use them to do what I want. The...

Is HTTP Streaming with the iPhone buggy?

I am attempting to stream video using Apple's http streaming technology. I am beginning to suspect that either the player on the iPhone or the Apple tools used to segment the videos is buggy. http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html I am get...

What is the best MP3 player for embedding on a website?

What is the best MP3 player for embedding on a website? Something simple but needs to have list of items to play instead of just plays single item Thanks ...

Flex and Sound Visualization on Streaming Media

Good day everybody, i have one question: I'm using Flex 3 to load and play streaming MP3 media and i'm using computeSpectrum function. There is one note on Adobe documentation about this function that it can not be used with microphone and streaming media. But when i launched my application on my local PC it works great and when i moved...

How should I integrate a live video feed onto a website?

I have a client who wants to display live 24 hour footage on their website, to show off the progress of a number of big refurbishment jobs they are carrying out. I've looked at IP cameras and to be honest this looks like the most logical technology to use, but not sure if I'm missing something. Would it be possible to put the live feed ...

Http Video streaming is not working in blackberry

Hi I want to play video in my app for which I will get urls from server. I got lot of codes but nothing was working. If I add the video as file (*.mp4) in src folder (how we used to add images in the source folder), then I could play the video by using the following code. Class playerDemoClass = Class.forName("com.rim.samples.multime...

Remote stream multiple files in SOLR

I want to use SOLR's remote-streaming facility to extract and index the content of files. This works fine if I pass stream.file=xxx as a parameter to the http GET method. However, I have a lot of these, and want to batch them up (i.e. not have to have a GET per file). Is there a way I can do this in SOLR? e.g. I'd like to be able to ...

Can I stream HTTP data out of order?

OK, I know this is a long shot: Does HTTP offer a way to stream a file out of order? I'm dealing with a binary file format which can almost be streamed, except the header requires some summary data, and it would be a much better user experience if I could stream it. It seems like it would be really great to be able to send the last pa...