View Single Post
  #2  
Old 12-13-2006, 09:24 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to record this - Plz help


Try MMS protocol by changing http:// onto mms:// like in the following example:

Before:
Code:
Ref1=http://194.78.112.54/vrt/stubru/41_41swv3-hi.mp3?MSWMExt=.asf
Ref2=http://194.78.112.54:80/vrt/stubru/41_41swv3-hi.mp3?MSWMExt=.asf
After:
Code:
Ref1=mms://194.78.112.51/vrt/stubru/41_41swv3-hi.mp3?MSWMExt=.asf
Ref2=mms://194.78.112.54:80/vrt/stubru/41_41swv3-hi.mp3?MSWMExt=.asf
I had no problem recording with WM Recorder. You may also try other media stream recorders supporting Windows Media streams.
Reply With Quote