View Single Post
  #8  
Old 06-24-2009, 07:18 PM
matt7277 matt7277 is offline
Junior Member
 
Join Date: Jun 2009
Posts: 3
matt7277 is on a distinguished road
Default

Re: Flazr - open source RTMP stream saver


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?
Reply With Quote