Quote:
Originally Posted by rtmpdumpuser
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
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.