View Single Post
  #27  
Old 02-08-2015, 10:25 PM
kaisho kaisho is offline
Junior Member
 
Join Date: Oct 2014
Posts: 8
kaisho is on a distinguished road
Unhappy

Re: Dump of mips required


Hi shani

I'm using your windows binary for this:

Code:
rtmpdump -r "rtmpe://live.zzcast.com/live" -a "live" -f "WIN 13,0,0,214" -W "http://62.212.82.97/player/player.swf" -p "http://www.zzcast.com/channel.php?u=atnnewsss" -y "ntv000ll0882233434556677l22356.stream" -o test.flv --token "%prqbrt(nKa@#." --live -z
It just works great in Windows.

However, Now I built from your github source on linux(ubuntu).
Now same command gives me the AuthorizationFailed error:

Code:
DEBUG: Property: <Name:              level, STRING:     error>
DEBUG: Property: <Name:               code, STRING:     NetStream.Play.Failed>
DEBUG: Property: <Name:        description, STRING:     AuthorizationFailed>
DEBUG: Property: <Name:           clientid, NUMBER:     1758934179.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.
I've tried with KSV patch on linux with same result.
Can u help me?
Reply With Quote