Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Can't capture rtmpt:// flash video stream from selfcast.com

(http://stream-recorder.com/forum/showthread.php?t=2624)

any ANONYMOUS forum user 05-30-2009 09:04 AM

Re: Can't capture rtmpt:// flash video stream from selfcast.com


 
Once I figured out the right URL ingredients, rtmpdump worked great for me.
Try rtmpdump or its successor flvstreamer like this:

Code:

rtmpdump -r rtmpt://fms1.selfcast.com/watford/eb2b85bd-245e-4d19-967a-c8b3cccfd7d9/aa492698-70b8-4ead-824d-f42afcec2107\?stream\=stream06042008204220 -o out.flv
or

Code:

rtmpdump --host fms1.selfcast.com --app watford/eb2b85bd-245e-4d19-967a-c8b3cccfd7d9 --playpath aa492698-70b8-4ead-824d-f42afcec2107\?stream\=stream06042008204220 -o out.flv

Stream Recorder 05-31-2009 08:24 PM

Re: Can't capture rtmpt:// flash video stream from selfcast.com


 
Quote:

Originally Posted by any ANONYMOUS forum user (Post 10944)
Once I figured out the right URL ingredients, rtmpdump worked great for me.
Try rtmpdump or its successor flvstreamer

There are a couple of problems with rtmpdump compared to other RTMP Flash stream recorders:
  • It can't find RTMP stream URLs (BTW what software do you prefer to use to find ones?)
  • It is a command line utility, so many newbies won't be able to use it.
But rtmpdump and flvstreamer are freeware and work on multiple platforms. This it is a huge plus for both programs.


All times are GMT -6. The time now is 03:02 PM.