I've downloaded the trunk of the latest version with RTMPE support but I'm getting hung up on operating as I did with the .5 release (i.e can you still call the batch file and use the same groovy scripts?) Ive attempted passing along a RTMPE url and save location but failed to actually download. I know there are different ways to call the command:
Code:
(String host, int port, String app, String playName, String saveAsFileName)
(String host, int port, String app, String playName, String saveAsFileName, boolean encrypted)
(String url, String saveAsFileName)
how are these used?