Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-17-2008, 02:17 PM
gsimmons
 
Posts: n/a
Default

Trouble recording an FLV stream via RTMP - interesting challenge for advanced users


Hey everyone -

I've recently found a site that streams FLV video via RTMP and I wanted to capture a bit of it but have been unable to. I've read over a bunch of these threads, followed advice, tried out lots of different software, and I'm pretty frustrated. I'm fairly tech-savvy but maybe someone here has some more detailed knowledge that can help.

The site streams the video using a custom SWF file. None of the listening software (WM Recorder, Orbit Downloader, urlsniffer2, Replay Media Catcher) ever found a URL, but I decompiled the SWF file and looked at the tcpdump and figured out what RTMP url it's actually fetching.

Unfortunately, the only software that actually records RTMP AND lets me enter in a URL manually appears to be Orbit. But when I try, it connects to the URL and then seems to disconnect a second later. The log looks like this:

2008-04-17-12:11:39 Connecting some.server.com:1935
2008-04-17-12:11:40 Connected
2008-04-17-12:11:40 Wait for Retry (5S)

So clearly it was able to connect but then didn't like what it got. Is there any way to get more diagnostic information on this?

I also noticed the SWF file is making a bunch of remote calls to the server - is it possible these are required in order for the server to properly stream the video, i.e. the only way to actually get the server to stream the video over the RTMP url is to make some series of other method calls, in which case these recording tools will fail? There doesn't appear to be anything else odd about the SWF though - it's constructing an RTMP url and then fetching it like so:

var nc = new NetConnection();
nc.connect("rtmp://some.server.com/some/path/ABCDEF");
// ... waits for connection to succeed
var ns = new NetStream(nc);
video.attachVideo(ns);
attachAudio(ns);

Thanks for the help.
Reply With Quote
 
Tags: , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:31 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons