View Single Post
  #3  
Old 02-26-2013, 06:17 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Token for some Hungarian streams


Quote:
Originally Posted by mucea View Post
I've noticed the streams they feature on the website
Code:
http://onlinetvnonstop.org/onlinetv
can't be captured or piped anymore. It seems not only they use some per-session token (page/security/_wsco.php) but that they also incorporate the receiver's IP into the whole equation. I tried the first two streams on the page (RTL Klub and TV2, same thing). No go (rtmpdump, rtmpsuck, rtmpexplore).

Any ideas?
use rtmphelper + rtmpsrv
Code:
RTMP Server v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://s1x4.eucaster.com:1935/live" -a "live?IP/CZILNhW
Fo7uMa8wdpFCbAU8P2nHDQjv09RwvWa3B#" -f "WIN 11,5,502,149" -W "http://onlinetvnon
stop.org/player/jwp/player_huntvs.swf" -p "http://onlinetvnonstop.org/onlinetv"
--live -y "ch3" -o "27-02-13_03-14-01_ch3.flv"

Closing connection... done!

RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   presetname            Custom
INFO:   creationdate          Mon Feb 25 14:14:04 2013
INFO:   videodevice           TERRATEC Grabby Analog Capture
INFO:   framerate             25.00
INFO:   width                 640.00
INFO:   height                478.00
INFO:   videocodecid          avc1
INFO:   videodatarate         800.00
INFO:   avclevel              30.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency4.00
INFO:   audiodevice           TerraTec Grabby
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      75.00
INFO:   audiocodecid          mp4a
INFO:   audiodatarate         48.00
3881.863 kB / 37.02 sec
Reply With Quote