Package org.red5.client
Class StreamRelay
- java.lang.Object
-
- org.red5.client.StreamRelay
-
public class StreamRelay extends Object
Relay a stream from one location to another via RTMP.- Author:
- Paul Gregoire (mondain@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description StreamRelay()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String... args)Creates a stream client to consume a stream from an end point and a proxy to relay the stream to another end point.
-
-
-
Method Detail
-
main
public static void main(String... args)
Creates a stream client to consume a stream from an end point and a proxy to relay the stream to another end point.- Parameters:
args- application arguments
-
-