Package net.i2p.i2ptunnel.streamr

Special-purpose client and server tunnels for streaming UDP clients and servers, generally for audio and video streaming.

See:
          Description

Class Summary
MultiSource Sends to many Sinks
Pinger  
StreamrConsumer Compared to a standard I2PTunnel, this acts like a client on the I2P side (no privkey file) but a server on the UDP side (sends to a configured host/port)
StreamrProducer Compared to a standard I2PTunnel, this acts like a server on the I2P side (persistent privkey file) but a client on the UDP side (receives on a configured port)
Subscriber server-mode
 

Package net.i2p.i2ptunnel.streamr Description

Special-purpose client and server tunnels for streaming UDP clients and servers, generally for audio and video streaming. Extends the base classes in net.i2p.i2ptunnel.udpTunnel.