Quote:
Originally Posted by James Halpert
K-S-V: Your code base is much appreciated, however a couple of us seem to be encountering the same dead end with recording MFC, the output error is (parsed for brevity):
<Name: no-name., STRING: authFailure>
NetStream.Play.Failed
Read access denied for stream mfc_106158368.flv
I posted in a pastebin URL to the full debug output in this thread: http://stream-recorder.com/forum/rtm...6511#post76511
RTMPDump command used (with two flags intentionally set to all zeros for anonymity):
./rtmpdump -r "rtmp://video459.myfreecams.com:1935/NxServer" -a "NxServer" -f "WIN 17,0,0,169" -W "http://www.myfreecams.com/mfc2/flash/MfcVideo150223.swf" -p "http://www.myfreecams.com/mfc2/static/player.html?broadcaster_id=6158368&target=new_wind ow&list_click=1&cache_id=0.00000000000000000" -C N:000000000.000000 -C S: -C N:106158368.000000 -C S OWNLOAD -C N:0000000.000000 -y "mp4:mfc_106158368.f4v" -o "2015-05-11_02-28-00_mp4_mfc_106158368.flv" -z
Full debug file on pastebin: http://pastebin.com/3qBM7zik
I should also note that I am using two bridged virtual machines (1 Win7 & 1 Ubuntu 14.04.2LTS Server).
Using the Windows 7 VM and RTMPDumpHelper, I was able to obtain the rtmpdump command from Command.txt.
Then within seconds I disconnected the Bridged NIC of the Windows 7 VM and reconnected the Bridged NIC of the Ubuntu VM (both of which have the same Public IP assigned).
I'm very definitely using your binaries and I took the time to read the README & MakeFile to ensure that I have either current or newer versions of all required packages (openssl, etc).
Any suggestions for helping me troubleshoot this would be GREATLY appreciated!
Thanks
|
so, silly question, but why are you using rtmpdumphelper on a virtual windows machine in order to get an rmptdump command line to use in another (linux) virtual machine? why not just use rtmpdumphelper to capture the stream, in the first place?