jmf « API « Java I/O Q&A





1. Reading and writing on webcam stream    stackoverflow.com

Is it possible to use java to write into a webcam stream? I've tried JMF and got it to capture the image but couldn't find a possibility to write into the ...

2. JMF Output Stream    stackoverflow.com

Does anyone have a simple example of how to take a local file and (unicast) stream it with Java JMF? Examples from others seem scarce.

3. MP3 won't stream with JMF    stackoverflow.com

Basic idea is to access .mp3 file and send it through RTP stream to other client, who will want to play that song. Here is RTPServer.java, which I found online and modified ...

4. Create movie from stream of jpeg files in Java    stackoverflow.com

I am working on a software that receives an MJPEG stream from an IP camera and displays it on the screen. Now I'd like to record the stream at the same ...

5. web audio stream and jmf    coderanch.com

Hi everyone, this is my first time here and this is my problem. I have an URL like this http://tinysong.com/aGFW that, if called, redirect on http://www.grooveshark.com/song/Human+To+A+God/20790261 that is a RIA that, after charging, plays a song (an unique song, and after that it stops) I would like to reproduce this audio clip in a Java application, but I don't absolutely know ...

6. Showing Video Stream instead of capturing image Using JMF    java-forums.org

Hi, I am facing a very strange issue happening in one of our machine. our application captures a image using JMF and stores in DB. One of the machine is showing a Video stream instead of image. so every time we call capture it throws "capture device in use" error. it is working fine for all other machine except one. What ...

7. Listening to streaming HTTP in JMF    forums.oracle.com