multimedia.streaming/rtsp

An asynchronous client and server for the Real Time Streaming Protocol (RTSP) as described by RFC 2326.

Leiningen/Boot

[multimedia.streaming/rtsp "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

multimedia.streaming/rtsp {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("multimedia.streaming:rtsp:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>multimedia.streaming</groupId>
  <artifactId>rtsp</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>