I have been put in charge of setting up a CDN account for streaming video but am not actually running the site that will host the content. How can I test that a published RTMP URL is working? Do I need to create a test page with a Flash video player or is there a simple tool that can consume RTMP streams that can be used to test? The URL is in the following format:

rtmp://example.fcod.llnwd.net/a1111/e11/test/example/file.flv

link|improve this question

feedback

3 Answers

You might be able to open up a "network location" via VLC player.

link|improve this answer
The version of VLC on my system doesn't seem to support RTMP however this solution should probably work otherwise. Thanks. – Dave Forgac May 17 '11 at 19:31
feedback
up vote 1 down vote accepted

I was able to verify that it's working using rtmpdump found here:

http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm

Usage:

rtmpdump -r "rtmp://example.fcod.llnwd.net/a1111/e11/test/example/file.flv" -o test.flv

link|improve this answer
feedback

There's a test player built for CRTMPD (But it'll work for any RTMP server)

http://dl.dropbox.com/u/2918563/flvplayback.swf

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.