Java Media Framework (JMF)

JMF

Audio file formats

There are a huge number of different file formats

Video formats

There are also a huge number of video formats

Handling formats

Player

Play a file

Presentation

Play a file with a UI

Processor

Copy a file

Capture devices

List capture devices

Playing from a device

This program should copy from the sound card to a file. It doesn't work on my laptop as "interface TargetDataLine supporting format PCM_SIGNED..." is not found

Real-time protocol RTP

RTP client

The following client uses a simple way of getting streaming RTP data from a server. It must be running on a different machine to the server. If you try on the same machine, then since they both use UDP they will try to connect to the same port and one will fail.

RTP server

This must tbe run on a different machine to the client.


Jan Newmarch (http://jan.newmarch.name)
jan@newmarch.name
Last modified: Tue Jun 3 00:44:33 EST 2003
Copyright ©Jan Newmarch