Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 07-25-2012, 08:01 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: help in rtmpe


Scratch that

Code:
$ rtmpdump \
>   -r "rtmpe://twinz.zapto.org:1934/rtplive" \
>   -a "rtplive" \
>   -f "WIN 11,3,300,257" \
>   -W "http://zonytvcom.info/you/player.swf" \
>   -p "http://zonytvcom.info/zeetvv.htm" \
>   -y "zt.stream" \
>   -o zt.stream.flv \
>   -T "#ed%h*ibuntu*0#w@1"
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   audiochannels         2.00
INFO:   audiosamplerate       11025.00
INFO:   audiocodecid          .mp3
INFO:   videocodecid          avc1
INFO:   width                 640.00
INFO:   height                480.00
INFO:   frameWidth            640.00
INFO:   frameHeight           480.00
INFO:   displayWidth          640.00
INFO:   displayHeight         480.00
INFO:   framerate             25.00
INFO: trackinfo:
INFO:   timescale             11025.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            MPA
INFO:   type                  audio
INFO:   timescale             90000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            H264
INFO:   type                  video
INFO:   profile-level-id      42001f
INFO:   sprop-parameter-sets  Z0KAH5ZSAUB7YCoQAAADABAAAAMDLgYAHoQAARjD/GOMDAA9CA
ACMYf4xw7QoVJA,aMuNSA==
INFO:   description           {H264CodecConfigInfo: profile: "Baseline", level:
3.1, frameSize: 640x480, displaySize: 640x480, PAR: 1:1, frameRate: 25.0}
INFO: rtpsessioninfo:
INFO:   name                  WowzaMediaServer
INFO:   origin                - 1881140292 1881140292 IN IP4 127.0.0.1
INFO:   timing                0 0
INFO:   protocolversion       0
INFO: attributes:
INFO:   range                 npt=now-
INFO:   sdplang               en
1947.504 kB / 31.70 sec
Reply With Quote
  #12  
Old 07-26-2012, 02:39 AM
cochin007 cochin007 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 15
cochin007 is on a distinguished road
Default

Re: help in rtmpe


Thank u so much.
Can u please tell -T "#ed%h*ibuntu*0#w@1".
How did u get this ?
Not sure what it is and how to derive.. Rest of the parameters was fine...
Reply With Quote
  #13  
Old 07-26-2012, 03:52 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: help in rtmpe


Quote:
Originally Posted by cochin007 View Post
Thank u so much.
Can u please tell -T "#ed%h*ibuntu*0#w@1".
How did u get this ?
Not sure what it is and how to derive.. Rest of the parameters was fine...
it is token, use to protect stream
u can use this website to find it
Reply With Quote
  #14  
Old 07-26-2012, 06:30 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: help in rtmpe


Quote:
Originally Posted by Josan420
it is token, use to protect stream
u can use this website to find it
http://showmycode.com
Using Cygwin, a couple of other options are available

1. Parse SWF file

Quote:
$ wget -q --referer http://zonytvcom.info/zeetvv.htm http://zonytvcom.info/you/player.swf

$ flasm -x player.swf
Flasm configuration file flasm.ini not found, using default values
player.swf successfully decompressed, 206239 bytes

$ tr "[:cntrl:]" "\n" < player.swf | grep -A1 secureToken | tail -1
#ed%h*ibuntu*0#w@1
2. Parse dump file

Quote:
$ ps -W | grep plugin-container | cut -c-9 | xargs timeout 1 dumper p

$ tr "[:cntrl:]" "\n" < p.core | grep -A1 -m1 secureTokenResponse | tail -1
#ed%h*ibuntu*0#w@1
Reply With Quote
  #15  
Old 03-12-2013, 10:53 AM
ukruser ukruser is offline
Junior Member
 
Join Date: Mar 2013
Posts: 1
ukruser is on a distinguished road
Default

Re: help in rtmpe


hi,
I am trying to handle rtpme steam with rtmpdump and then stream it to VLC player. But unsuccessful...

When I try to record stream with RTMPDumpHelper, everything is ok. I can even record stream to file and while it recording play it in VLC. But in this case a huge dump file is created. So I would like to organize something like proxy, which can decrypt stream and steam it to localhost.

This is what I have tried
Quote:
rtmpdump.exe -r rtmpe://stream01.bighockey.ua/live --quiet | "C:\Program Files\VLC\vlc.exe" -
Can you help me?
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:20 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons