RTMPDump NetStream.Play.FailedHi,
I'm currently working on a little program aiding me in recording MFC streams and hit a roadblock. I can capture the required information just fine, but rtmpdump won't accept them. Firstly, when I try starting rtmpdump.exe directly from my program, passing all of the arguments as usual (C# Process.Start(...)), rtmpdump acts as if they were not there. It simply exits claiming I didn't specify a playpath. Secondly, when I try running rtmpdump manually, it connects properly, but closes the connection instantly saying "NetStream.Play.Failed". Weirdly, when I try using the -r argument, it doesn't register. It'll simply claim there were no playpath specified. My arguments therefor look like this: Code:
--playpath "NxServer" |
Re: RTMPDump NetStream.Play.FailedSo... I've made some progress. I can now generate the exact same commands RTMPDumpHelper generates but I cannot get them to work. Whenever I fetch the parameters, compile the command and execute it (either using my program or calling rtmpdump.exe manually) I get the NetStream.Play.Failed error. Weirdly RTMPDumpHelper works...
It look's like this: Code:
E:\rtmpdump-2.4>rtmpdump -r "rtmp://video466.myfreecams.com:1935/NxServer" -a "NxServer" -f "WIN 16,0,0,305" -W "http://www.myfreecams.com/mfc2/flash/ |
Re: RTMPDump NetStream.Play.FailedUnfortunately you're not alone :(
DEBUG: RTMP_ClientPacket, received: invoke 153 bytes DEBUG: (object begin) DEBUG: Property: <Name: no-name., STRING: onStatus> DEBUG: Property: <Name: no-name., NUMBER: 0.00> DEBUG: Property: NULL DEBUG: Property: <Name: no-name., OBJECT> DEBUG: (object begin) DEBUG: Property: <Name: level, STRING: error> DEBUG: Property: <Name: code, STRING: NetStream.Play.Failed> DEBUG: Property: <Name: description, STRING: Read access denied for stream mfc_106158368.f4v.> DEBUG: Property: <Name: clientid, NUMBER: 395843547.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. Full debug log (invoked using -z flag on rtmpdump) here: http://pastebin.com/3qBM7zik |
All times are GMT -6. The time now is 09:06 PM. |