Answer for pulling red5 streams

Hi, Thank you for the report. There are 2 issues here. Both of them are known and they are already fixed. They will be available on the next release for sure. 1. maximum ACK window size is too low. 2. There is no way to determine the the application name and the stream name from that URL. The fix is very simple. The URL should be specified like this: Normal live stream or an FLV file

rtmp://john:secretpassword@www.example.com:6543/some/application/flv:some/stream/name
OR
rtmp://john:secretpassword@www.example.com:6543/some/application/:some/stream/name
VOD

rtmp://john:secretpassword@www.example.com:6543/some/application/mp4:some/inner/folders/test.mp4
rtmp://john:secretpassword@www.example.com:6543/some/application/mp3:some/inner/folders/test
Here is the Adobe naming convention:
+------+--------------------+----------------+
| type | naming             | target file    |
+======+====================+================+
| mp3  | mp3:file_name      | file_name.mp3  |
+------+--------------------+----------------+
| flv  | file_name          | file_name.flv  |
+------+--------------------+----------------+
| mp4  | mp4:file_name.mp4  | file_name.mp4  |
+------+--------------------+----------------+
| m4a  | mp4:file_name.m4a  | file_name.m4a  |
+------+--------------------+----------------+
| m4v  | mp4:file_name.m4v  | file_name.m4v  |
+------+--------------------+----------------+
| mov  | mp4:file_name.mov  | file_name.mov  |
+------+--------------------+----------------+
| f4v  | mp4:file_name.f4v  | file_name.f4v  |
+------+--------------------+----------------+
So, the key is to put a ":" sign just before the stream name. You can try that now as well. That should do the trick Best regards, Andrei

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.