View Single Post
  #49  
Old 08-16-2012, 06:10 AM
piarpo piarpo is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
piarpo is on a distinguished road
Default

Re: www.skynet.be: Need help recording stream (RTMPTE)


Pukkelpop festival has started on skynet site. And I'm trying to record livestream. According to xml info provided by KSV I'm using command:
Code:
rtmpdump -r "rtmpte://live.streampower.be/bgc_live_festivals_stage1" -a "bgc_live_festivals_stage1" -f "WIN 11,3,31,227" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf" -p "http://www.skynet.be/muziek/festivals/pukkelpop-2012/live" --live -y "web_mid.sdp" -o "Pukk.flv"
But rtmpdump says it has problem accessing the DNS (addr: live.streampower.be). Do you have the same problem?

Edit:
Apparently they changed server and other parameters. Working command is:
Code:
rtmpdump -r rtmpte://live.flash.streampower.be/bgc_live_festivals_stage1 -a "bgc_live_festivals_stage1" -f "WIN 11,3,31,227" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf" -p "http://www.skynet.be/muziek/festivals/pukkelpop-2012/live" --live -V -y "web1_high.sdp" -o "Pukk.flv"

Last edited by piarpo : 08-16-2012 at 08:02 AM. Reason: Problem solved
Reply With Quote