PDA

View Full Version : no reaction with this site


mkz1978
12-09-2014, 07:02 AM
I used RTMPdump helper on several sites successfully, but on the site below the client doesn't give a reaction...
http://www.movcast.tv/coolkora_v1_35
Can anyone please help me download this?

Thanks!

biezom
12-09-2014, 04:26 PM
rtmpdump -r "rtmp://91.109.247.174/stream" -a "stream" -f "WIN 15,0,0,239" -K "trebaDaSmenamSecurity;TRUE" -W "http://www.movcast.tv/static/scripts/eplayer.swf" -p "http://www.movcast.tv/embedplayer/coolkora_v1_35/1/500/400" -C S:OK --live -y "coolkora_v1_35?id=54" -o "coolkora_v1_35.flv"

mkz1978
12-10-2014, 12:10 AM
Thanks biezom but I would like to know how to make it.I have the code with rtmpdumphelper but not this k"trebaDaSmenamsecurity".

biezom
12-10-2014, 09:47 AM
For find i read the memory of flash plugin
like here
http://stream-recorder.com/forum/cant-play-channel-because-token-t18788.html
but i don't search for securetoken, i search for Responder

mkz1978
12-10-2014, 04:27 PM
thanks for you help .i try and i tell you:)

mkz1978
12-11-2014, 05:56 PM
hello,
i was looking for Responder but i don t know where that is K "trebaDaSmenamSecurity;TRUE"


Possible to photo this.
greetz

biezom
12-12-2014, 04:08 AM
OK Responder

copy this code and looking for
http://i59.tinypic.com/vsnixc.png

mkz1978
12-12-2014, 09:04 AM
thanks biezom.i understand
have you tried the url with vlc.
somehow not running.
I wanted to play with my linux receiver :)

biezom
12-12-2014, 01:06 PM
I'am on debian linux it works with vlc

rtmpdump -r "rtmp://91.109.247.174/stream" -a "stream" -f "WIN 15,0,0,239" -K "trebaDaSmenamSecurity;TRUE" -W "http://www.movcast.tv/static/scripts/eplayer.swf" -p "http://www.movcast.tv/embedplayer/coolkora_v1_35/1/500/400" -C S:OK --live -y "coolkora_v1_35?id=54" - | vlc -


http://i61.tinypic.com/nvr12o.png

mkz1978
12-13-2014, 04:17 AM
Thanks a lot for your help.can you please tell me what hextool have you.
merci beaucoup

denobis
12-13-2014, 05:40 AM
Run

getsendcommand.exe http://www.movcast.tv/static/scripts/eplayer.swf

to get the word

http://www.mediafire.com/download/f6x64ggs5m67ohb/getsendcommand.exe

biezom
12-13-2014, 06:35 AM
Run

getsendcommand.exe http://www.movcast.tv/static/scripts/eplayer.swf

to get the word

http://www.mediafire.com/download/f6x64ggs5m67ohb/getsendcommand.exe

yes it's more fast and easy

biezom
12-13-2014, 06:37 AM
Thanks a lot for your help.can you please tell me what hextool have you.
merci beaucoup

;)

x-ways.net/winhex.zip

to answer your question

mkz1978
12-13-2014, 09:31 AM
Thank you for your help .I am happy to be in this forum

passa1
12-14-2014, 12:47 PM
how to play it in VLC?
When I did copy your link above and paste it in VLC open Url nothing is shown.please guide us how to play that link in VLC or in simple player.TX

biezom
12-14-2014, 01:08 PM
how to play it in VLC?
When I did copy your link above and paste it in VLC open Url nothing is shown.please guide us how to play that link in VLC or in simple player.TX
it was for linux
rtmpdump -r "rtmp://91.109.247.174/stream" -a "stream" -f "WIN 15,0,0,239" -K "trebaDaSmenamSecurity;TRUE" -W "http://www.movcast.tv/static/scripts/eplayer.swf" -p "http://www.movcast.tv/embedplayer/coolkora_v1_35/1/500/400" -C S:OK --live -y "coolkora_v1_35?id=54" - | vlc -


for windows i think it's

rtmpdump -r "rtmp://91.109.247.174/stream" -a "stream" -f "WIN 15,0,0,239" -K "trebaDaSmenamSecurity;TRUE" -W "http://www.movcast.tv/static/scripts/eplayer.swf" -p "http://www.movcast.tv/embedplayer/coolkora_v1_35/1/500/400" -C S:OK --live -y "coolkora_v1_35?id=54" -| "C:\Program Files\VideoLAN\VLC\vlc.exe" -

mkz1978
12-15-2014, 07:45 AM
how to play it in VLC?
When I did copy your link above and paste it in VLC open Url nothing is shown.please guide us how to play that link in VLC or in simple player.TX

Create an empty text-file in the folder with rtmpdump.exe
change *.txt to *.bat
insert this code in bat-file
rtmpdump.exe -r "rtmp://91.109.247.174/stream" -a "stream" -f "WIN 15,0,0,239" -K "trebaDaSmenamSecurity;TRUE" -W "http://www.movcast.tv/static/scripts/eplayer.swf" -p "http://www.movcast.tv/embedplayer/coolkora_v1_35/1/500/400" -C S:OK --live -y "coolkora_v1_35?id=54" -o - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

thats all
this channel does not always work :)

passa1
12-16-2014, 12:39 PM
that type of configuration has never worked on window vista 64 bit.I do not know why?
If i would like to play it to simple tv player what to do?
thanks