View Single Post
  #2  
Old 11-02-2012, 06:36 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Question: 4od, rtmpsuck, cookies and authentication


Quote:
Originally Posted by Mossy
librtmp parameters when using LL server for video at http://www.channel4.com/programmes/f...er/4od#3188820
Code:
rtmpe://ll.securestream.channel4.com:1935/a4174/e1/?e=1351863246&h=1d729ce414034a9a73c91bc4f01c4615 playpath=mp4:xcuassets/CH4_08_02_900_42045006001002_002.mp4?e=1351863246&h=1d729ce414034a9a73c91bc4f01c4615 swfurl=http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.31.2.swf flashver=LNX\2011,2,202,243 pageurl=http://www.channel4.com swfvfy=true
rtmpsuck output when using LL server:
Code:
RTMP Proxy Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Processing connect
app: a4174/e1
flashVer: LNX 11,2,202,243
swfUrl: http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.31.2.swf
tcUrl: rtmpe://ll.securestream.channel4.com:1935/a4174/e1
pageUrl: http://www.channel4.com
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
Firstly you have truncated the RtmpSuck output. The "playpath" data comes few lines after the "pageurl". Secondly RtmpSuck does most of it work "behind the scenes". It only prints parameters that have been explicitly coded. In fact the UsherToken, or "-j" does not even print on official master, only on my build and KSV build.

github.com/svnpenn/rtmpdump/commit/6ed7
Reply With Quote