G
G
Guran2014-08-15 05:47:15
Java
Guran, 2014-08-15 05:47:15

Is there a Java library for working with RTSP?

Good afternoon. Could you suggest a library for pulling video and individual frames via RTSP?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Khabarov, 2014-08-15
@ehabarov

Googled: Oracle Java : RTSP Support , The Java Media Framework API (JMF)

RTSP support has recently been added to the Java Media Framework. It enables JMF based clients (both applets and applications) to communicate with RTSP enabled servers and request that the streaming of specified mediafile (video-on-demand).
For example, you can use JMStudio as an RTSP client by opening a URL from the File menu with the following parameters:
rtsp://host:port/mediafile
rtsp://129.144.251.202/test.mov
If the port information is omitted the default RTSP port 554 is assumed.
To construct an RTSP player programmatically, you use the Manager.createPlayer method and pass in an RTSP URL.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question