View Single Post
  #8  
Old 12-05-2012, 07:49 PM
mickymouse mickymouse is offline
Junior Member
 
Join Date: Nov 2012
Posts: 6
mickymouse is on a distinguished road
Default

Re: rtmpdump (Mac) Need Help with Compiling


I looked around the forum and saw the working examples...but it's a bit confusing.
Here is one of the examples i looked.
http://stream-recorder.com/forum/use...als-t8911.html

I got the following information of the video that i want to download by pressing Cmd U. How do i put these info into the rtmpdump and get the video download?

<script type='text/javascript' src='/jwplayer/jwplayer.js'></script>
<div id='mediaplayer'></div>
<script type='text/javascript'>
jwplayer('mediaplayer').setup({
'flashplayer': '/jwplayer/player.swf',
'autostart': 'true',
'file': 'Session1-opt.mp4',
'streamer': 'rtmp://s3t9g44q94vhqw.cloudfront.net/cfx/st',
'controlbar': 'bottom',
'width': '720',
'height': '432',
'skin': '/jwplayer/glows.zip'
});
</script>
Reply With Quote