0

Which Audio/Video Streaming server(industry standard) can be integrate with Apache JackRabbit content Repository?

1 Answers1

0

The JCR spec and Jackrabbit itself don't provide anything specific regarding media streaming.

Binary data is accessed via the Binary interface, you could implement streaming based on the InputStream that this provides.

Bertrand Delacretaz
  • 6,100
  • 19
  • 24