Hey!
I'm trying to record a video stream (JWplayer at
http://slamtv.nl/) I've googled a bit around but everything I find is unclear to me or doesn't work. I hope one of you can help me out.
The rtmp stream url is rtmp://82.201.53.52:80/livestream and the url of the swf player is
http://ipad.radio538.nl/slamfm/player.swf
HTML Code:
<object type="application/x-shockwave-flash" data="http://ipad.radio538.nl/slamfm/player.swf" width="100%" height="100%" bgcolor="#000000" id="playertv1" name="playertv1" tabindex="0">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="seamlesstabbing" value="true">
<param name="wmode" value="opaque">
<param name="flashvars" value="netstreambasepath=http%3A%2F%2Fwww.slamfm.nl%2Fpage%2Ftvhome&id=playertv1&file=slamtv&streamer=rtmp%3A%2F%2F82.201.53.52%3A80%2Flivestream&autostart=true&controlbar.position=bottom">
</object>
Sincerely,
David