PDA

View Full Version : who can help me rtmp


jackgelado
09-30-2014, 10:59 AM
I can grab this but don't work
rtmp://212.7.209.16/live playpath=SIC88383?id=74001 conn=S:OK live=true swfUrl=http://www.ucaster.eu/static/scripts/fplayer.swf live=1 pageUrl=http://www.ucaster.eu/embedded/SIC88383/1/550/420

And this other stream link (http://www.tvgente.eu/TvGenteSIC/SIC.htm) the wireshark only can grab is this

GET /live/ramdisk/zsic/HDS/HDS-audio101=64000-video=400000-Seg1-Frag861564 HTTP/1.1
Accept: */*
Accept-Language: en-GB
Referer: http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf? quality=/[[DYNAMIC]]/1
x-flash-version: 13,0,0,206
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Host: 88.157.194.246
DNT: 1
Connection: Keep-Alive

how can I see what I need to put any stream working for exemple this peace of code "conn=S:OK "?

If anyone can help I appreciate.
sorry my english

cheers

troller12
09-30-2014, 01:02 PM
Hi,

sometimes you can find parameters in source code or memory.Next time post browser link to your channel.Your link does work.
rtmpdump -v -r "rtmp://109.123.116.154/live" -W "http://www.ucaster.eu/static/scripts/fplayer.swf" -p "http://www.ucaster.eu" -C S:OK --live -y "SIC88383?id=74001 -o "out.flv"

The second one its Adobe HTTP Dynamic Streaming so for this you can use livestreamer tool or AdobeHDS script.
php AdobeHDS.php --manifest "http://88.157.194.246/live/ramdisk/zsic/HDS/zsic.f4m" --play | C:\vlc --file-caching=10000 -

livestreamer "hds://88.157.194.246/live/ramdisk/zsic/HDS/zsic.f4m" best
Just read the descriptions of both (tool & script how to use it).

greetz