Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#271
|
|||
|
|||
Re: chaturbate.com: SecureToken problems |
#272
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsSo we're resorting to manually building the batch code again? Because I tried the old javascript bookmark with the rtmpdump version nacnay linked and got a handshake failed error.
|
#273
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsQuote:
you just need to change in it from rtmpe to rtmp |
#274
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsIt now gives me:
ERROR: RTMP_Connect1, handshake failed. You mean change it to "rtmp://edge8-a.stream.highwebmedia.com/live-edge" ? I tried that but it gives me a model status error. It worked fine in the past but it seems to have stopped working now... |
#275
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsMy old script is working with one little modification:
Code:
javascript:var raw=$('param[name="FlashVars"]').val().split('&');var fv={}; for(var i in raw) {var d=raw[i].split('='); fv[d[0]] = unescape(d[1]);} var swfu=$('#movie').attr('data'); swfv = swfu.substring(swfu.indexOf('_')+1,swfu.indexOf('.')).replace('p','.'); prompt('RTMPDumpCL','rtmpdump -v -r "rtmp://'+fv['address']+'/live-edge" -p "http://'+fv['dom']+'/'+fv['pid']+'" -C S:'+fv['uid']+' -C S:'+fv['pid']+' -C S:'+swfv+' -C S:'+fv['pw']+' -C S:'+fv['rp']+' -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"'); A stripped down call could look like this: Code:
rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/PERFORMERNAME" -C S:AnonymousUser -C S:PERFORMERNAME -C S:2.634 -C S:anonymous -y "playpath" -o "file.flv" Those who need to record many streams should replace AnonymousUser & anonymous by CB_USERNAME & PW_HASH as described above (or use the proposed script). (You'll get NetStream.Play.Failed otherwise) The token isn't needed anymore, because they changed from rtmpe to rtmp. No need to worry about it fo now. |
#276
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsThanks very much oelk! Your parameters helped me alot
Btw the parameters I've changed are the: - token (removed) - S:2.634 (changed from S:2.632) - rtmp:// (changed from rtmpe://) Once again, thanks |
#277
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsskyDude14 , i have been testing this on jw player website but couldn't see the feed
http://www.longtailvideo.com/jw-player/wizard/ |
#278
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsoelk , script is working perfectly with video recording but why it is not recording audio anymore? I remember previously everything was fine until they changed rtmpe:// to rtmp:// . Please , how to fix this?
|
#279
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsBecause they changed back to the speex audio codec. As said previously you can use open source Tencoder video converter. Just set the video to direct copy audio to mp3.
|
#280
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsthanks a lot malky! Just encoded the audio with Tencoder. Everything is fine now.
|
Tags: chaturbate, securetoken |
Thread Tools | |
Display Modes | |
|
|