PDA

View Full Version : Have a Video Stream i cant get, LINK is Provided


capricorn86
06-09-2012, 03:14 AM
Hey Guys

I have this Powerpoint/flash think (take a look) i cant get my hands on

https://edgecastcdn.net/00096D/products/cwg/video/binary/pres1/player.html?KeepThis=true&TB_iframe=false&height=522&width=800

anyone knows how to get it ?

It is actually in a members area, and when i left click the video in the membersarea it just opens in the membersarea but when i rightclicked i could actually open it in another window and copy the link without you had to login to the MA

svnpenn
06-09-2012, 10:19 AM
#!/bin/sh
# Download the parts
i=1
while wget "edgecastcdn.net/00096D/products/cwg/video/binary/pres1/data/swf/slide${i}.swf"; do
((i++))
done

# Optional, convert the parts. You can just play the swf file through
# the browser if you prefer.
i=1
while ffmpeg -i "slide${i}.swf" -c copy "slide${i}.mp3"; do
((i++))
done


evol
06-10-2012, 04:58 AM
The swf's used

https://edgecastcdn.net/00096D/products/cwg/video/binary/pres1/player/stealthray.swf

https://edgecastcdn.net/00096D/products/cwg/video/binary/pres1/data/swf/playlist1-1.swf

https://edgecastcdn.net/00096D/products/cwg/video/binary/pres1/data/swf/slide1.swf

https://edgecastcdn.net/00096D/products/cwg/video/binary/pres1/data/swf/slide2.swf