Quote:
Originally Posted by thefan
How do i provide these additional parameters to replay media catcher, a site im using uses swf verification.
|
It is done the same way you would do it for
rtmpdump.
Just view the source of the page and find the URL of the SWF player. Then use:
Code:
Parameters: -r "{url}" -o "{file}" -s "{SWFurl}"
where SWFurl is the URL of the SWF player.