View Single Post
  #1  
Old 04-08-2015, 03:25 PM
Quazar Quazar is offline
Junior Member
 
Join Date: Apr 2015
Posts: 8
Quazar is on a distinguished road
Default

RTMPDump NetStream.Play.Failed


Hi,

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" 
--host "video477.myfreecams.com" 
--port 1935 
--protocol rtmp 
-a "NxServer" 
-f "WIN 16,0,0,305" 
-W "http://www.myfreecams.com/mfc2/flash/MfcVideo150223.swf" 
-p "http://www.myfreecams.com/mfc2/static/player.html?broadcaster_id=0&cache_id=XXXXXXXXX&target=main" 
-C N:125961171 
-C S: 
-C N:110798883 
-C S:DOWNLOAD 
-C N:10798883 
-o "KICKAZ_2015-04-08_23-16-47.flv"
Reply With Quote