streaming

Flash As3 Streaming player - onBWDone

I got this error when tring to implement Stream connection with meta info Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetConnection was unable to invoke callback onBWDone. error=ReferenceError: Error #1069: Property onBWDone not found on flash.net.NetConnection and there is no default value. at SS4uOpenplaye...

Problem with webcam video streaming with FMS

The problem is when using function publish from NEtStream object. Error event is "NetStream.Record.NoAccess". I think problem is with configuration FMS. How i connect(it connect successfully) connection.connect("rtmp://localhost/vod"); connection.client = this; Trying: connection.connect("rtmp://localhost/live"); connection.connec...

How can I code a server/client video and audio streaming application?

Hi guys, I have to create a client/server system to stream video and audio. It would be very simple. Like youtube style. The server should attend clients providing a list of medias first and waiting the choice of each client to start streaming the media. Until create a socket and showing a simple list I'm on it ;) But I don't know which ...

AES 128 Encryption for iPhone HTTP Stream

Hello, I know almost nothing about cryptography, but I would like to figure out how to encrypt an HTTP live stream and decrypt it on an iphone. The apple docs for HTTP encryption read as follows: //////////////////////////// Media files containing stream segments may be individually encrypted. When encryption is employed, references ...

Direct flashplayer to flashplayer video streaming through webcam

hi, I would like to know if it's possible for flash to stream it's webcam directly to another computer without a flash media server in the middle, I want to build a highly scalable video system which basically logs people into the site, records their ip address and then when someone wants to chat to that person, connect the output from ...

Flash HTTP streaming

I read Flash 10.1 supports HTTP adaptive streaming. Can you give me an example code? Thx. ...

Texture streaming, where do I begin?

I'm interested in texture streaming in DirectX but google seems unhelpful. Maybe I just don't know the right questions to ask, can anyone point me on where to begin reading to learn about impleneting texture streaming? ...

streaming audio volume iphone

hi I'm working off of an audio streaming example from here http://cocoawithlove.com/2008/09/streaming-and-playing-live-mp3-stream.html Would anybody know of how to change to volume of streaming audio? Also is it possible to know the total length of a mp3 being streamed or the total bytes for the purposes of a progress bar? ...

Twitter Streaming API Best Practices(Multiple or Single connection)

Hi, What is the best practice if I have 20K twitter user base and I want to track user's specific keywords via statuses/filter? Should I distribute the processing on multiple nodes, lets say open a streaming connection tracking keywords for 5K users each (on different IPs or same IP with different authenticating users)? Or just apply ...

Streaming a File with .NET - Client Connection Time?

So I asked a question a while back about securing downloads using C# (http://stackoverflow.com/questions/2178984/securing-large-downloads-using-c-and-iis-7) and I got some great advice on how to do it (involving reading the file into memory and then writing it to the user). The only problem is, now that I'm trying to implement some basic...

Audio stream and QTKit error

I'm trying to stream audio from the web with QTKit. I used this code: movie = [[QTMovie alloc] initWithURL:[NSURL URLWithString:@"http://vipicecast.yacast.net:80/vra_webradio07"] error:&error]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(movieStateDidChange:) ...

Streaming Dynamic Files from Spring MVC

I've got a Spring Web MVC application (and also a BlazeDS application, though not as relevant) where files are dynamically generated based on certain client actions. I'd like to just map a certain directory on the file system to Spring MVC (or the app server) url and let it serve the files in that directory (with streaming and standard ...

WCF: Using Streaming and Username/Password authentication at the same time

Hi, I have a WCF Service with the following requirements: a) The client requests a file from the server which is transferred as a Stream. Files may be 100MB or larger. I need streaming or chucking or whatever to make sure that IIS is not loading the whole package into memory before starting to send it. b) The client will transfer an I...

How many streams are possible?

I'm looking into the possibility in creating a multi person chat (a conference you could say) with Flash and Flash Media Server. My question is: how many live streams is possible (given the users have connections with at least 2mbps up/down). Obviously 2 is ok, but would say 5 work? Does anyone know of any example of this? Thank you. ...

How to Stream mms:// audio streams in iPhone

We know that we can streamm http:// ,but whether is it possible to Stream mms:// streams in iphone?If yes,how? ...

Python stream http client with keep-alive

Hi. I need a python http client that can reuse connections and that supports consuming the stream as it comes in. It will be used to parse xml streams, sax style. I came up with a solution, but I'm not sure it is the best one (there are quite a few ways of writing an http client in python) class Downloader(): def __init__(self, h...

Live video streaming website

Hi All, we are looking forward towards developing a very interesting community portal that would help the user to broadcast their live videos across the community. I've been checking over sites like ustream.tv, justin.tv and wondering what/how Technology they been using to do so. I am doing a lot of research over the last few days che...

How to embed stream content that Windows Media Player supports in a web page that works in Mac OS?

I have HTML page where windows media player is embedded. It works very well in all browsers on Windows, but when trying to open in Firefox on Mac OS, it fails to open. Is there any alternative method which can be controlled using Javascript or HTML or do I have to install Window Media Player support for Mac OS? ...

Capture all audio on a PC and stream it to another?

Imagine this scenario: You have a desktop and a laptop. The desktop has a high end set of speakers, the laptop does not. You currently use Synergy to share your mouse and keyboard, but audio is a problem. Is there a way in C# to create a client that captures all of the sound on a PC(I'm thinking like a virtual sound card) and streams i...

StreamCorruptedException: invalid type code: AC

my problem is when it tries to read the object the second time, it throws the exception java.io.StreamCorruptedException: invalid type code: AC at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1356) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351) at Client.run(BaseStaInstance.java:313) ja...