streaming

What is the most efficient way to store a mapping "key -> event stream"?

Suppose there are ~10,000's of keys, where each key corresponds to a stream of events. I'd like to support the following operations: push(key, timestamp, event) - pushes event to the event queue for key, marked with the given timestamp. It is guaranteed that event timestamps for a particular key are pushed in sorted or almost sorted or...

How make video call with ejabberd ?

How make video call with ejabberd ( like msn and skype ) ? ...

How create a P2P web-chat without any server ?

is there a way to create a P2P web-chat without any server ? ...

Problem with WCF Streaming

Hi, I was looking at this thread: http://stackoverflow.com/questions/1935040/how-to-handle-large-file-uploads-via-wcf I need to have a web service hosted at my provider where i need to upload and download files to. We are talking videos from 1Mb to 100Mb hence the streaming approach. I cant get it to work, i declared an Interface: [Se...

Stream video with MPMoviePlayer while streaming separate audio file in background, all from remote URL

So we want to be able to stream a video from a website. We also want to be able to do the same with a separate audio file. The reason why we need them to stream separately and can't integrate the two into just a video is because we need the user to be able to scrub the video however the audio should keep playing. Is there a way to get ...

From ASPX to WCF

I'm hoping someone can advise me on how to solve my networking scenario. Both the client and server are to be C# / .NET based. I basically want to invoke some kind of web service from my client in order to retrieve both binary data (e.g. files) and serialised objects and lists of objects (e.g. database query results). At the moment, I'...

Darwin Streaming Server doesn't gives content

Hello! I have problems with Darwin Streaming server 5.5.5 on Debian. When i'm trying to open some stream, for ex. rtsp://sample.com/sample_100kbit.mp4 player reports it can't load stream and breaks connection. "Access History" section reports file was requested, so, at least initial connection is working, but nothing more. What can be w...

Where to get streaming (live) video and audio from camera example app for Nokia?

Where to get streaming (live) video and audio from camera example for Nokia (5800 for ex)? Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I decided to start ...

dynamic video streaming in flash

Hello, Is there any way to do dynamic video streaming in flash without using Flash Media Server (FMS) 3.5 as it's a very expensive software but using some open-source software or in any other way. It will be really helpful if you can provide me the solution as quickly as possible. It's really very urgent. ...

Where to get streaming (live) video and audio from camera example app for Android?

Where to get streaming (live) video and audio from camera example for Android? Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I want to see some sample app g...

Most suitable way for audio streaming using AudioQue ?

I am writing an application, which sends audio data to server in real-time. I have done this task but, some time it make error. I believe, this is due to the bad architecture of my program. The program content is as follows: --For audio recording I wrote AudioRecorder class, which has implemented AudioCallBack method which is called by ...

Is there a way to make PHP progressively output as the script executes?

So I'm writing a disposable script for my own personal single use and I want to be able see how the process is going. Basically I'm processing a couple of thousand media releases and sending them to our new CMS. So I don't hammer the CMS, I'm making the script sleep for a couple of seconds after every 5 requests. I would like - as the ...

streaming in mp4 videos in flash

Hi, Could u please send me the code or any link for doing streaming in mp4 videos playing in a flash player. The mp4 video is playing. But I am not able to do streaming. Please reply soon. I need it very urgently. thanks madhu ...

Finding out estimated duration of a stream using Core Audio

I am streaming a MP3 over network using custom feeding code, not AVAudioPlayer (which only works with URLs) using APIs like AudioFileStreamOpen and etc. Is there any way to estimate a length of the stream? I know that I can get a 'elapsed' property using: if(AudioQueueGetCurrentTime(queue.audioQueue, NULL, &t, &b) < 0) return 0;...

Streaming quicktime to iPhone/iPod Touch

Hi is it possible to stream "hinted movies" on a darwin streaming server to the iPhone if not, what settings are best to do this? Thanks Tom ...

Android SDK : Playing video using mms protocol

Hello, Using the Android SDK, is it possible to play a video stream using the MMS protocol I am streaming video from a PC using windows media. I can use Windows Media Player to play the stream by just inputting the following URL in Windows Media Player mms://192.168.223.194:8081 Is it possible to play the same stream using the Andro...

Using FFMPEG and url_fopen example

So I wonder how to get a streal from URL (with url_fopen for ex) (live video or PCM stream for example) and encode it into somsh? ...

Blackberry - Player with custom data source

Hello I must create a custom media player within the application with support for mp3 and wav files. I read in the documentation i can`t seek or get the media file duration without a custom datasoruce. I checked the demo in the JDE 4.6 but i have still problems... I can't get the duration, it return much more then the expected so i'm su...

Streaming Media Server and Hosting

My partner and I have a webcam site that basically runs the old-school method....Every 0.5 seconds the javascript reloads the image in the browser from the webcam. However we are wanting to upgrade to a streaming media server to get higher quality video, and possibly audio. We aren't tied to any one specific file format or server type,...

Native JDK code to copy files

Is there a native JDK code to copy files(buffers, streams, or whatever)? ...