View Single Post
  #8  
Old 10-31-2011, 12:03 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Problematic RTMP Server - Tinychat [[DYNAMIC]]?


Quote:
Originally Posted by rtmpdumpuser View Post
Do you know what the proper syntax is for the NB:name:boolean, NS:name:string, and NN:name:number parameters?

I tried -C NS:name:value but rtmpdump says "ERROR: Invalid AMF parameter: NS:name:value"

I know it's not needed in this particular instance, but it may be needed in the future.
rtmpdump only allows named variables inside an object. so you must put them inside AMF object. e.g.
Code:
-C O:1 -C NS:name:value -C O:0
Quote:
Originally Posted by rtmpdumpuser View Post
Also, out of curiosity, do you have any idea why [[DYNAMIC]] often appears in RTMP swfUrls?
not sure but AFAIK [[DYNAMIC]] and [[IMPORT]] are used to control which flex app can import or load that swf file. nothing a user should care about.
Reply With Quote