Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Have a Video Stream i cant get, LINK is Provided

(http://stream-recorder.com/forum/showthread.php?t=12754)

capricorn86 06-09-2012 03:14 AM

Have a Video Stream i cant get, LINK is Provided


 
Hey Guys

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

https://edgecastcdn.net/00096D/produ... 22&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

Re: Have a Video Stream i cant get, LINK is Provided


 
Code:

#!/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

Re: Have a Video Stream i cant get, LINK is Provided


 
The swf's used

Code:

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



All times are GMT -6. The time now is 09:22 AM.