View Single Post
  #1  
Old 01-11-2013, 05:15 AM
wral wral is offline
Junior Member
 
Join Date: Jan 2013
Posts: 2
wral is on a distinguished road
Default

twitch.tv NetStream.Authenticate.UsherToken


Hi,

i have a problem with watching twitch.tv streams using rtmpdump.

my command line:
Code:
rtmpdump -r "rtmp://199.9.255.135/app/jtv_qJJzRT___TOJ0zOE"--swfVfy "http://www-cdn.jtvnw.net/widgets/live_embed_player.r4fa4a6b0df617f1cff79b6f6fbd7c6fa01047d9e.swf?channel=OnGameNet&referer=&userAgent=&channel=OnGameNet" -v -V | vlc -
it retrun:
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed

in debug mode i can see:
Code:
...
DEBUG: Property: <Name:              level, STRING:     error>
DEBUG: Property: <Name:               code, STRING:     NetStream.Play.Failed>
DEBUG: Property: <Name:        description, STRING:     ERR001: You must supply
a valid token via NetStream.Authenticate.UsherToken>
DEBUG: Property: <Name:           clientid, NUMBER:     667232623.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Failed
ERROR: Closing connection: NetStream.Play.Failed
DEBUG: Closing connection.
You must supply
a valid token via NetStream.Authenticate.UsherToken>


packet which i sniffed (wireshark) when played stream via browser : http://pastebin.com/1b6kdM2E

the intresting part of this :

!NetStream.Authenticate.UsherToken............>eae 5cabba60a1ac4c3b8523cfa92b9d007f98ae8:{"swfDomains ": ["justin.tv", "jtvx.com.", "xarth.com", "twitchtv.com", "twitch.tv", "newjtv.com", "jtvnw.net", "wdtinc.com", "imapweather.com", "facebook.com", "starcr.afting.com"], "streamName": "jtv_qJJzRT___TOJ0zOE", "expiration": 1357907539.68525, "server": "video3-1.lhr01"}

any ideas how can i send the NetStream.Authenticate.UsherToken using rtmpdump?

i am begginer so i would be grateful if someone would find a time to help me.

Greetings,
wral

Last edited by wral : 01-11-2013 at 05:51 AM.
Reply With Quote