Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Playing online streaming in media players (http://stream-recorder.com/forum/forumdisplay.php?f=77)
-   -  

streami.tv - How to watch live with rtmpdump

(http://stream-recorder.com/forum/showthread.php?t=9956)

MaxMustermann 10-09-2011 01:41 AM

Re: streami.tv - How to watch live with rtmpdump


 
It doesn't work for me too. This is how I call rtmpdump:

Code:


rtmpdump.exe -r "rtmp://origin.streami.tv:1936/streami/" \
 -a "streami/" -f "LNX 11,0,1,129" \
 --swfVfy "http://streami.tv/fp/flowplayer.commercial-3.2.7.swf?827837929" \
 -p "http://streami.tv/embed/e2.php?h=450&w=600&n=XdcmjYaSfmWp9qLnBtBXP3xvupqfc8KypnBPVOiwds%252Fgjm96ROaEK0%252BogTHpa2vWMZ5c9Ktgq6K%252BQguF8bAUKT28NU9rWJHJd76%252F1RnV93d257AFkvfiRTMC62tD07XDIhS2TyALH3AfLM4dJCk%252FV%252FysbrSc" \
 -y "streamHitsports5587-yyts" -z


and this is what I get:
http://pastebin.com/nL35YRcp

I hope you can help me.

nullacht 10-09-2011 06:29 AM

Streami.tv


 
Code:

http://streami.tv/files/fp/flowplayer.commercial-3.2.7.swf
You must compute size and hash manually!

Code:

--swfsize "243109"
Code:

--swfhash "18aa00047612fe5f7c39a6d15806889b21fe4f1e6faf404479bcfb09908caeba"
RTMPDump v2.4:

Code:

rtmpdump -r "rtmp://50.7.241.98:1936/streami/" -y "streamVIP-TV-trjs" -s "http://streami.tv/files/fp/flowplayer.commercial-3.2.7.swf" --swfsize "243109" --swfhash "18aa00047612fe5f7c39a6d15806889b21fe4f1e6faf404479bcfb09908caeba" -o streamVIP-TV-trjs.flv --live
Code:

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO:  author
INFO:  copyright
INFO:  description
INFO:  keywords
INFO:  rating
INFO:  title
INFO:  presetname            Custom
INFO:  creationdate          Sun Oct 09 04:42:56 2011
INFO:  videodevice          AVerMedia Cx23888 Video Capture
INFO:  framerate            30.00
INFO:  width                640.00
INFO:  height                360.00
INFO:  videocodecid          avc1
INFO:  videodatarate        500.00
INFO:  avclevel              31.00
INFO:  avcprofile            66.00
INFO:  videokeyframe_frequency2.00
INFO:  audiodevice          Line In (Realtek High Definitio
INFO:  audiosamplerate      44100.00
INFO:  audiochannels        1.00
INFO:  audioinputvolume      90.00
INFO:  audiocodecid          .mp3
INFO:  audiodatarate        64.00
3465.623 kB / 54.34 sec


MaxMustermann 10-09-2011 07:17 AM

Re: streami.tv - How to watch live with rtmpdump


 
Thank you again, nullacht. It works as expected. You are the man :)

karlo2105 10-09-2011 09:36 AM

Re: streami.tv - How to watch live with rtmpdump


 
It's working to me with -W parameter and I use KSV latest version.

nullacht 10-09-2011 12:18 PM

Re: streami.tv - How to watch live with rtmpdump


 
You can currently use both methods. But remember my post above, when they are hiding their .swf file again.

karlo2105 10-09-2011 12:23 PM

Re: streami.tv - How to watch live with rtmpdump


 
Quote:

Originally Posted by nullacht (Post 33300)
You can currently use both methods. But remember my post above, when they are hiding their .swf file again.

Yes thanks for it. I thought they used Secure Token but I checked their SWF player and there isn't any Token. ;-)

chap 10-10-2011 12:15 AM

Re: streami.tv - How to watch live with rtmpdump


 
nullacht
Quote:

You must compute size and hash manually!
how do you calculate this data?Thanks.

karlo2105 10-10-2011 02:37 AM

Re: streami.tv - How to watch live with rtmpdump


 
Quote:

Originally Posted by chap (Post 33305)
nullacht

how do you calculate this data?Thanks.

Quote:

Softwares required : curl, openssl, flasm
Command :
1. Download SWF player
curl -x "http://www.player.swf" -o "player.swf"

2. Decompress SWF player, it gives you SWFSize in bytes
flasm -x "player.swf"

3. Generate the hash, it gives you SWFHash
openssl sha -sha256 -hmac "Genuine Adobe Flash Player 001" "player.swf"
SWFSize is used in RTMPdump with -x parameter and SWFHash with -w parameter.:D

evol 10-10-2011 05:51 AM

Re: streami.tv - How to watch live with rtmpdump


 
Here ill make it easier for windows users download curl, openssl, flasm

Everything goes in your Windows Folder apart from crap(textfiles, weblinks etc...). Now open your CMD prompt and test there working correctly
Code:

curl --help
openssl --help
flasm --help


buksnatata 10-13-2011 01:17 AM

Re: streami.tv - How to watch live with rtmpdump


 
Hello everyone :D
Can someone make a little tutorial for windows users where to download RTMPdump 2.4 and what software we need for this thanks in advance


All times are GMT -6. The time now is 07:25 PM.