Hi
I’m building a livestream-repeater that should repeat some livestreams from a Flash Media Server. The connect-method on the FMS requires some additional parameters that are used to authenticate the user.
I’m able to add these additional parameters and dumping one of the streams using rtmpdump. See the following commandline - especially the -C parameters:
rtmpdump -r rtmp://myserver.com/myApp -a myApp -y myStream -W http://api.myserver.com/prototype.swf -p "http://api.myserver.com/index.php" -f "WIN 15,0,0,152" -o "d:\temp\a.flv" -V -B 600 -z -C N:2 -C N:8 -C N:1 -C N:33 -C S:abc_xyz -C S:"" -C S:"0" -C B:0
I’ve created an application following these steps: https://www.wowza.com/docs/how-to-re-stream-an-unprotected-stream-from-adobe-media-server-or-a-cdn
But now I’m stuck in adding the additional AMF-Parameters to the connect-method. The parameter-values are static.
Does anyone has an advice for me? Is it possible going this way? Do I Need to program a custom module? If yes: how?
Thank you in advance!
Tom