red5-client
red5-client copied to clipboard
Red5 Client
The RTMP specification states clearly, that "The maximum chunk size is maintained independently for each direction". That means that our peer updating its chunkSize, does not affect our outgoing chunkSize....
Hello, and thank you for this project! ## Problem summary I'm using a Red5 RTMP client for connecting to and playing audio from an FFmpeg process (`ffmpeg -re -f lavfi...
Details can be seen on https://mvnrepository.com/artifact/org.red5/red5-client/1.2.12 Tried to patch it up myself, but failed to understand what controls `${mina.version}` in pom.xml.
HTTP Status 404 – Not Found Type Status Report Description The origin server did not find a current representation for the target resource or is not willing to disclose that...
**### When client connected success to server and server reponses set Chunk Size 4096, then client invokes method "call" and data size is between 129 and 4095, the data won't...
HI, I discovered a bug, and a solution, for the outbound RTMP handshake of the red5 client: The code in question is below: ``` if (c2 != null) { //...
Am struggling to create simple stream in olfaDemo using red5 client libs(1.1.1) but it always return null as stream id in logs, some exceptions and returns connection closed in server...
Hello, We are currently using the Red5 Client module to consume an RTMP input stream and proxy it to a different output destination. Nevertheless, Red5 seems to be ignoring most...
BufferUnderflowException occurres when attempting to decode RTMP message which uses a marker signaling a switch from AMF0 to AMF3. Have tested against the following versions: - 1.0.8-M13 - 1.0.9-RELEASE -...
1. src/main/java/org/red5/client/net/rtmp/BaseRTMPClientHandler.java onCommand method ``` log.trace("onCommand: {}, id: {}", command, command.getTransactionId()); final IServiceCall call = command.getCall(); final String methodName = call.getServiceMethodName(); log.debug("Service name: {} args[0]: {}", methodName, (call.getArguments().length != 0...