streaming

Flash: Stream a RTSP 3GP video, is it possible?

Situation: I've got a RTSP stream with a 3GP video, users need to watch it in their browser. I can't rely on any proxy setups (RED5/Wozwa etc.) because of scalability. Question: Is it possible to stream it in flash? (I don't mind any dirty hacks :) ) ...

Iphone , how to read mp3 google tts in iPhone

I use the sample code in this link http://cocoawithlove.com/2009/06/revisiting-old-post-streaming-and.html its work for all http link mp3 file but its not work for @"http://translate.google.com/translate_tts?q="; because it is html 5 page can i help me please for read this link ...

Video: Embed a RTSP 3GP Quicktime seems to be impossible

Situation: I want to embed this stream in my website: rtsp://v8.cache2.c.youtube.com/CiQLENy73wIaGwnUg6yvPB1bKxMYESARFEgGUghzdGFuZGFyZAw=/0/0/0/video.3gp Problem: All my tries to embed fail, only Quicktime logo shows up. Code: <object height="200" width="400" codebase="http://www.apple.com/qtactivex/qtplugin.cab" classid="clsid:02BF25...

Best way to add video uploading, encoding and streaming functionality to my Rails app ?

Hi, What is the best way to add video uploading, encoding and streaming functionality to my Rails app ? I'm thinking about a mix as : Rails app + Video Online Encoder + Amazon S3. What do you think ? For the Video Online Encoder (VOE), which one is the easier to use with Rails : heywatch, panvidea, encoding.com, pandastream, ... ? By...

Having some issues streaming videos to JW Player using Nginx

I've compiled Nginx with the H264 streaming module and tested it using: wget http://cdn.mydomain.com/video.m4v?start=10 The file returned has the first 10 seconds chopped off it. So I know Nginx is successfully streaming the video. On my website, I have JW Player 4.5 setup using the following code: var time = false; var player = f...

Problem with downloading many files from WCF

I have problem with WCF service. When I am downloading 2 files everything works fine ( less than 1 minute), but when I'm trying downloading more than 3 files there is going something bad . I'm waiting and waiting and nothing :/ Every file has about 1 MB. Dictionary<FileIdentifier, Stream> data = new Dictionary<FileIdentifier, Stream>();...

WPF, silverlight video streaming, catch streamed video

Hello. I would like to stream videos, and save it to the hard disc using WPF MediaElement. For example, I'm using this code to play a video from the net: <MediaElement Source="http://some.url/video.wmv" /> I need to save somehow streamed media file to the hard disc. Can anyone tell me how this is done? Thanks! ...

Reading a file from a UNC path and setting the correct MIME type in a HTTP request

How would I go about reading a file from a UNC path, discovering the proper MIME type, and streaming that out to a browser? It feels to me like I'm re-inventing IIS, and I'll also have to maintain my own MIME type database for each file extension. Does the above request sound reasonable, or is there a better way? I plan on streaming t...

open source music streaming api

I would like to stream music (not random, specific...e.g if i want megadeth - peace sells i should be able to stream it) to the clients from the server. grooveshark came to my mind first, but it doesn't have an open api that i can use. do you know any facilities like grooveshark that has an open api? ...

Slow streaming in android

I get a very slow streaming in android. When i get in VLC 200 kb, then in android i get 50kb. VLC 120kb-> android 30 kb Why? What is the solution for this? ...

How do I implement Live Video in a mobile device?

It's my understanding that iphones/iPads don't support flash. RIght now I have a live video chat application using the api from a 3rd party server and displaying it using flash. I would like to port my application to mobile devices, using live video. What's the process for doing so -- as much detail on the technology and architecture ...

Streaming audio from a Node.js server to HTML5 <audio> tag

Hi everyone, I've been experimenting with binary streams in Node.js, and much to my amazement do actually have a working demo of taking a Shoutcast stream using node-radio-stream and pushing it into a HTML5 element using chunked encoding. But it only works in Safari! Here is my server code: var radio = require("radio-stream"); var ht...

Stream video on Android

I have a video stream that I used in an iPhone application. I'm now working to port the application to Android so I want to use the same stream. As Apple requiered, I created a HTTP Live Streaming (media segmenter, m3u8 file, etc.). You can find the stream here: http://envue.insa-lyon.fr/smartphone/aloun_stream/prog_index.m3u8 . I wan...

Clean hosted audioplayer with non-flash-support and phone-upload-support?

Any suggestions? ...

Which CDN does Netflix and Hulu use and how can they offer unlimited streaming for $10 per month?

Do anybody know which CDN Netflix and Hulu use for hosting their content and what they are paying for traffic/streaming costs? (meaning; how can they possibly offer unlimited streaming for about $10 per month when considering all the streaming traffic costs I would think that they have to pay?) Also, is it possible to set up Silverli...

How to get started with parsing network streams in c++?

I'm having hard time getting started with this, can you provide learning resources,hello world demos,or tips? ...

How to get Duration from AVPlayer (Not AVAudioPlayer)?

I would like to make a UISlider(scrubber) for my AVPlayer. But since this is not an AVAudioPlayer, it doesn't have a built in duration. Any suggestion on how to create the Slider for fast forward, rewind and progress of the playback? I read the doc on AVPlayer, it has a built in seekToTime or seekToTime:toleranceBefore:toleranceAfter:....

Stream a swf instead of downloading a whole swf before displaying

Is there any way to stream an .swf file instead of making the site wait until the entire swf is loaded? A client i am working for wants a flash-based animation to open the site, but it is a big file. Was wondering if anyone had any suggestions for swf streaming? ...

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 ? ...

WCF .NET 4 OutputCaching with Stream doesn't seem to work

Hello, I'm having problems with OutputCaching over a WCF REST service on .NET4-IIS7. My service has a custom Authorization scheme (by implementing ServiceAuthorizationManager), one which should take place on every request, and any caching must be done after the request is authorized. So far, this seems to work, only the caching part I c...