View Single Post
  #11  
Old 05-30-2009, 09:04 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Smile

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
Reply With Quote