Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Have a Video Stream i cant get, LINK is ProvidedHey 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 |
#2
|
|||
|
|||
Re: Have a Video Stream i cant get, LINK is ProvidedCode:
#!/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 Last edited by svnpenn : 06-09-2012 at 09:44 PM. |
#3
|
|||
|
|||
Re: Have a Video Stream i cant get, LINK is ProvidedThe 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 |
Tags: flash, powerpoint |
Thread Tools | |
Display Modes | |
|
|