Hello,
I get some difficulties to get membership videos on 3dbuzz.com too.
I used this method :
http://stream-recorder.com/forum/sho...9&postcount=17
to try get the rtmpe adress of the videos but in HxEditor here is the result :
Code:
...var s1 = new SWFObject("mediaplayer5.swf","mediaplayer","100%","100%","9.0.124.0");........s1.addParam("allowfullscreen","true");.... .s1.addVariable("streamer","rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st");.... .s1.addVariable("file","videos/" + arr[8] + ".mp4");....
As you see, there is the start of the video adress :
rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st/ + videos/****.mp4
arr[8] looks like to be a parameter of the name for this video but impossible to see the video name related.
Any help possible ?
Thanks.
ps : I also have this in HxD :
Code:
s1.addVariable("file","rtmpe://vs1.3dbuzz.com/vod/");.. //s1.addVariable("id","mp4:"+arr[0]);.. document.getElementById("videoplayer").innerHTML = '<a href="http://www.macromedia.com/go/getflashplayer"><img src="/images/sx/youneedflash.jpg" width="100%" height="100%" border="0"></a>';..