PDA

View Full Version : help: rtmpdump url


fender82
09-01-2012, 04:56 AM
Hello everyone!

Does anyone know the correct rtmpdump url for the following stream?:

http://datastreaming.altervista.org/LA7.html

I've been trying hard to find the correct parameters, but the only sure info I've got so far are:

pageUrl=http://datastreaming.altervista.org/LA7.html

swfUrl=http://www.casti.tv/player/player-licensed55.swf

rtmp address (via Wireshark)= rtmp://31.204.153.190:1935/

--------------------------------------------------------------------

...while I don't know the app (-a) and the playpath (-y)...


Any help would be appreciated!

Thank you in advance... :)

svnpenn
09-01-2012, 06:10 AM
rtmpdump -r "rtmp://95.211.149.225/lb" -a "lb" -f "WIN 11,3,300,257" -W "http://
www.casti.tv/player/player-licensed55.swf" -p "http://www.casti.tv/embed.php?v=c
avolo&vw=500&vh=350&video=0&domain=dataennesimo.altervista.org" -y "cavolo" -o "
01-09-12_01-09-11_cavolo.flv"

Closing connection... done!

RTMPDump v2.4 GIT-2012-07-26 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
INFO: rtmp server sent redirect
INFO: trying to connect with redirected url
WARNING: Trying different position for server digest!
Starting download at: 0.000 kB
INFO: Metadata:
INFO: author
INFO: copyright
INFO: description
INFO: keywords
INFO: rating
INFO: title
INFO: presetname Custom
INFO: creationdate Thu Aug 30 23:43:47 2012
INFO: videodevice ManyCam Video Source
INFO: framerate 20.00
INFO: width 320.00
INFO: height 240.00
INFO: videocodecid avc1
INFO: videodatarate 280.00
INFO: avclevel 31.00
INFO: avcprofile 66.00
INFO: videokeyframe_frequency 5.00
INFO: audiodevice Mic estermo (IDT High Definitio
INFO: audiosamplerate 11025.00
INFO: audiochannels 1.00
INFO: audioinputvolume 100.00
INFO: audiocodecid .mp3
INFO: audiodatarate 20.00
1372.109 kB / 38.01 sec

fender82
09-01-2012, 04:28 PM
Thanks for your precious help!