View Single Post
  #2  
Old 02-12-2012, 10:21 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Need help with example to rip this particular rtmpe


Quote:
Originally Posted by anorak View Post
Hi,

Can you please help me with the rtmpdump parameters to get the stream from http://content.bitsontherun.com/prev...FIAEe-dmeh3UTQ ?

This should contain the information about the stream:
HTML Code:
<rss version="2.0" xmlns:jwplayer="http://developer.longtailvideo.com/trac/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
  <title>75793_START_00000.split.1.m2ts</title>
  <description>None</description>
  <link>http://content.bitsontherun.com/previews/LYsFIAEe-dmeh3UTQ</link>

  <item>
    <title>75793_START_00000.split.1.m2ts</title>
    <pubDate>Mon, 31 Oct 2011 16:50:38 -0000</pubDate>
    <description></description>

    <media:group>
      <media:content bitrate="10130" url="conversions/F4G1kbrr/videos/LYsFIAEe-107241.mp4?eee6cc8084bc02b30964434688d6269a2256881fa011dd7e81ba513c334e1c442591fe63dfc180c749f62fb5f92489e86a1d690ed07cb25c6b9948cfb4c6532a26d9712dd8ed51e0286f6aa591df2b357778bfbdd12a0ca948fa34d3d18601d66fa23f4088c44ed1cfea1fe883c654" width="1080"></media:content>
      <media:content bitrate="3170" url="conversions/F4G1kbrr/videos/LYsFIAEe-107239.mp4?eee6cc8084bc02b30964434688d6269a2256881fa011dd7e81ba513c334e1c442591fe63dfc180c749f62fb5f92489e86a1d690ed07cb25c6b9948cfb4c6532a26d9712dd8ed51e0286f6aa591df2b357778bfbdd12a0ca948fa34d3d18601d66fa23f4088c44ed1cfed17e883c654" width="480"></media:content>
      <media:content bitrate="1870" url="conversions/F4G1kbrr/videos/LYsFIAEe-107238.mp4?eee6cc8084bc02b30964434688d6269a2256881fa011dd7e81ba513c334e1c442591fe63dfc180c749f62fb5f92489e86a1d690ed07cb25c6b9948cfb4c6532a26d9712dd8ed51e0286f6aa591df2b357778bfbdd12a0ca948fa34d3d18601d66fa23f4088c44ed1cfed16e883c654" width="320"></media:content>
    </media:group>
    <jwplayer:provider>rtmp</jwplayer:provider>
    <jwplayer:duration>29.51</jwplayer:duration>
    <jwplayer:streamer>rtmpe://fms.413C.edgecastcdn.net/00413C/content/</jwplayer:streamer>
    <jwplayer:image>http://thumbs.bitsontherun.com/LYsFIAEe-720.jpg</jwplayer:image>
    <jwplayer:playlist.image>http://thumbs.bitsontherun.com/LYsFIAEe-120.jpg</jwplayer:playlist.image>
    <jwplayer:mediaid>LYsFIAEe</jwplayer:mediaid>
  </item>
</channel>
</rss>

Code:
rtmpdump -r "rtmpe://fms.413C.edgecastcdn.net/00413C/content/" -a "00413C/content/" -f "WIN 11,1,102,55" -W "http://d2ciznq2rtdp7k.cloudfront.net/player-12953.swf" -p "http://content.bitsontherun.com/previews/LYsFIAEe-dmeh3UTQ" -y "mp4:conversions/F4G1kbrr/videos/LYsFIAEe-107239.mp4?eee6cc8084bc02b30964434688d6269a2256881fa011dd7e81ba513c334d184c6529a35f033241179f48221b06529a0a1098f4b1917ab0cc06df2582cb7c2900ac4281826f0490835eeeb8800a2ae5042e76eff84bd55240c64d2f21ff18e2c23b94eeaf7309bd3b903d0ce0da251e" -o LYsFIAEe-107239.flv
Reply With Quote