View Single Post
  #1  
Old 01-22-2017, 02:09 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Chaturbate Sample Rtmpdump


Hi again,

@ ecoeco

So not all paramter you have to use are static.Also in your default example there is no app paramter you have to use.Also remember not to use the edge value twice just once to play or record or the rtmp stream.Below a example....
Code:
rtmpdump -v -r "rtmp://edge??.stream.highwebmedia.com/live-edge" -p "https://chaturbate.com" -C S:AnonymousUser -C S:Modelxy -C S:2.651 -C S:anonymous -y "mp4:......." | "player" -
...use it like this.Dynamics are server address and the playpath of course.For ?? you can diffrent values from none till over 80 also you can use a / b too to have more addresses.If you hit same address twice then you get a failed message (now switch value).Remember that also not all slots are available everyday.

About playlist.So if you want to use Livestreamer then you should grab the m3u8 links directly from each model page and execute it with LS to play or record them.
Code:
[cli][info] Found matching plugin stream for URL hlsvariant://https://edge54.str
eam.highwebmedia.com/live-edge/modelxy-sd-..._fast_aac/playlist.m3u8
[cli][info] Available streams: 480p (worst, best)
[cli][info] Opening stream: 480p (hls)
[cli][info] Starting player: C:\Programme\MPC-HC\mpc-hc.exe
So I didnt try the latest LS version now but the simple way to use just the sitename/model dosent work with that LS version 1.12.2 and I get "Could not open stream: Missing #EXTM3U header".

PS: Just use RtmpDumpHelper to grab the stream paramters or other tools etc.If RtmpDumpHelper dosent work (OS isuue etc) then you could use rtmpsuck alone + hooking connect API sending the datas to your localhost address.So there are some methods you could try.

greetz
Reply With Quote