streaming

help.... implements algorithm VEA

i want to encrypt and decrypt video streaming using algorithm VEA in JSP.here is algorithm VEA to encrypt and decrypt : Algoritma VEA( int m,/*key length*/ bit key[m], /*secret key*/ char *flv_video, /*input file*/ char *vea_flv_video) /*output file*/ ...

Instant messenger streaming with libVLC python wrapper

I'm trying to develop an instant messenger client that supports video streaming. I am working with the libVLC wrapper for Python. Most basic functions of an IM client are already there, my problem comes with the video streaming. I've been able to do basic tests like streaming a video and playing it in a tkinter form with my own code. But...

how to implement Jmf

how to implement jmf in netbeans?and how to build video streaming using JMF? ...

mp3 streaming playback over RTP using gtreamer

Hello All, I am working with gstreamer, mainly playing around with music playback features. I am currently trying to use RTP to send mp3 streams over our LAN, but unsuccessfully until now. On sender side I use the following pipeline: gst-launch -v filesrc location=./my_music_file.mp3 ! ffdemux_mp3 ! rtpmpapay ! udpsink port=6969 host...

Why are some geo tagged tweets null? (Twitter Streaming API)

Hi, I'm using the twitter streaming api to gather tweet locations from around the world. I'm receiving plenty of live tweets but some of the geo tags are null. I'm using the statuses/filter api with the following url: http://stream.twitter.com:80/1/statuses/filter.json?locations=-180,-90,180,90 This url returns tweets, some of the ge...

Stremaing a wav file to embedded Windows Media Player (wmp)

Hello, I have some questions about wav files (located in virtual directory in IIS) and streaming to an ASP.NET web page with an embedded Windows Media Player. 1) Is the wav file streamed or does playback wait until the whole file is downloaded to the client? 2) If wav files are not streamed what are some options to do so? 3) For secu...

Please help, I could use some advice/guidance about setting up a music streaming website internally.

The basic idea is I'd like to have a website on the intranet for streaming music. I'm open to any idea. The basic functionality I need can be found at sites like mixtape.me and playlist.com. Ideally I'd love if any site like those were open source and I could just snip out the parts I need. Complexity isn't a problem, I'm just not sure w...

iPhone: streaming WMA, MP3 and AAC

I need to create a simple media player that can stream internet radio stations in WMA, MP3 and AAC formats as part of a bigger app. I was wondering if someone could please give me some pointers on where to start and how to go about tackling each of these formats? never really handled this topic before.. Thanks! ...

Streaming of different video scenes to the iPad

Hi, as a background: I am developing an application for the iPad where users can browse videos that are provided by us. When a user picks a video it will then launch an MPMoviePlayerController - which works fine (besides I get no video for the first 10 seconds, of which I have no idea why). Now, users should be able to search for speci...

Optmizing video for rtmp streaming?

Hi, Does anyone know of a guide of how to best optimize video for streaming (RTMP) over the internet? Including optimisation of: bitrate framerate frame size audio p vs i frame proportions Thanks in advance. ...

How recent are the tweets returned by Twitter's streaming API?

Does Twitter's streaming API (stream.twitter.com/1/statuses/sample.json) give the most recent tweets? For example, current new york time is 9.20 AM, one of the tweets I got through this method had the created_date as Wed Oct 06 13:13:42 +0000 2010. Does this mean the tweets returned by this API could be a few hours old? Or does it ret...

iphone audio foundation & stream with HTTP

hi i want read one << mp3 url >> minus 30 sec with button in iphone can i work this with audio foundation this is my code but its not work NSString *str = "my url"; NSURL *file =[[NSURL alloc]initFileURLWithPath:str]; AVAudioPlayer *p = [[AVAudioPlayer alloc]initWithContentsOfURL:file error:nil]; [file release]; self.player = p...

XmlHttpRequest.responseText while loading (readyState==3) in Chrome

Hi, I am trying to "streaming" (from server to client) in Javascript by ajax (by XmlHttpRequest (=xhr). I am using modified handleResponse function described in http://stackoverflow.com/questions/1112413/cross-browser-implementation-of-http-streaming-push-ajax-pattern function handleResponse() { if (http.readyState != 4 && http.readySta...

Record Silverlight 4 MediaElement content.

At the moment I'm working on a project. Which contains streaming from an IP camera to the Silverlight 4 MediaElement. The stream that goes through the MediaElement, needs to be cut when a button is clicked. So is it possible to record MediaElement's content on demand? When that's done, write the recorded part of MediaElement to disk. If...

Media player libraries in Java

I am evaluating libraries for playing audio/video in Java. It does not need to be 100% Java; Java bindings to native libraries are perfectly OK. An external application that can be controlled from Java is also fine, as long as it can render video on a Java component. The target platform is Linux. Windows support is a plus, but not requi...

RTMP Streaming Server implementation: connect/createStream/play message sequence passed, but no video/audio in flashplayer

Hi! Writing RTMP Streaming Server for streaming AVC+AAC video. And it works fine with rtmpdump. But I can't force it to work in flowplayer and other flash video players. The message sequence after handshake is similar to FMS / RED5 / erlyvideo / haxevideo servers: I've tried a lot of variations. From Chrome debug console I can see, wh...

Handbrake generated M4V/MP4 files with Flash Streaming Server over RTMP

We are attempting to transcode some video to a format suitable for our Flash Streaming Server. In the past we have used Adobe Media Encoder (AME) CS4, but we are working with *.VOB files this time, and AME CS4 does not support them. We are attempting to use Handbrake now, as it has great support for h.264 and MP4 files. Unfortunately wh...

Stream video to Windows Media Player over http

Hi Trying to stream video to windows media player from a servlet (progressive download style). The streaming works, but I have some weird behavior, which I would like to rule out is not caused by a problem in my implementation. When using WMP to open an url from the servlet, WMP will perform a total of 4 http-get requests for the same ...

Can traffic be streamed from client to Web Service using IXmlSerializable in C#?

Using the following as a guide I am attempting to implement a streaming file upload from a client to a server through a Web Service. The example provided below is streaming in the opposite direction from Web Service on a server to client. I am using IIS 7 on Windows 2008 R2 and .Net Framework 3.5 How To: Chunk Serialized Data http://m...

What language for live webcam streaming?

Hi there, I would like to save audio and video from a webcam, directly from the browser. Then I want to broadcast it to other users. What language/tech should I use (in browser and server side)? It seems that Flash can record a webcam in the browser, is there any other option? Thanks ...