Hi I'm trying to make this stream work at the moment:
HTML Code:
rtmp://nlds31.neulion.com:443/nlds/ahl/tor/as/live/s_tor_live_game_hd
This will work until 5pm EDT or so, but I'm getting the stream from
http://208.92.36.37/nlds/get_games_lte2.php?client=ahl
Code:
rtmpdump --debug -r "rtmp://nlds31.neulion.com:443/nlds/ahl/tor/as/live/s_tor_live_game_hd" -v | %vlc% -
The output is:
Code:
DEBUG: Parsing...
DEBUG: Parsed protocol: 0
DEBUG: Parsed host : nlds31.neulion.com
DEBUG: Parsed app : nlds/ahl
WARNING: You haven't specified an output file (-o filename), using stdout
DEBUG: Protocol : RTMP
DEBUG: Hostname : nlds31.neulion.com
DEBUG: Port : 443
DEBUG: Playpath : tor/as/live/s_tor_live_game_hd
DEBUG: tcUrl : rtmp://nlds31.neulion.com:443/nlds/ahl
DEBUG: app : nlds/ahl
DEBUG: live : yes
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Type Answer : 48
WARNING: HandShake: Type mismatch: client sent 3, server answered 72
ERROR: RTMP_Connect1, handshake failed.
DEBUG: Closing connection.
Thanks for any help!!