View Single Post
  #2  
Old 09-17-2007, 08:30 PM
dudeman
 
Posts: n/a
Default

Help recording w/ Mac OSX


I'm having a hard time locating a ULR from Stickam webcasts. I have VLC recorder and Mac OSX. I used the 'view sorce' option on my browser (after reading the FAQ in here) and tried to paste what I thought was the ULR into my VLC player to record.

can somone point out the ULR from below? I used:http://player.stickam.com/flash/stic...eo_chat_21.swf

and got the following error:

access_output_file: cannot open `http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf' (No such file or directory)
stream_out_standard: no suitable sout access module for `file/ts://http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf'
ffmpeg: av_open_input_stream failed
ps: cannot peek
main: no suitable demux module for `http/://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf'

Any help would be greatly apreciated!
HTML Code:
<html>
<head>
<title>STICKAM</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function setBan(pname) {
   var t = new Date();
   var d = new Date();
   t.setTime(d.getTime() + 1000*60*60);
   var strCookie = "";
   strCookie = escape(pname+"__ban") + "=on;"
   strCookie += "expires=" + t.toGMTString();
   document.cookie = strCookie;
}

function resizeToWin(width,height){
 
    self.resizeTo(width,height);
 
    if(window.opera||document.layers){
      var w = self.innerWidth;
      var h = self.innerHeight;
    } else if(document.all){
      var w = self.document.body.clientWidth;
      var h = self.document.body.clientHeight;
    } else if(document.getElementById){
      var w = self.innerWidth;
      var h = self.innerHeight;
    }
    if(width!=w||height!=h){
      self.resizeBy((width-w),(height-h));
      if(document.layers)
        self.location.reload(0)
    }
}
//-->
</script>
</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
	<script src="/js/ObjectControl.js"></script>
	<script>startChat('100%','100%','','http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf','userName=faderwaveradio&webID=E287F731FC380E11B2F36527CAC9E8A0&userID=174044911&userType=204&skinType=default&userSiteID=1015547&app=video_chat_21.swf&langID=en&userIP=127.0.0.1&autoplay=1&hostName=http%3A%2F%2Fwww.stickam.com&skinName=skin0&defaultMedia=slideShow&bgcolor=999999&photo=http%3A%2F%2Fstatic.stickam.com%2Fmedia%2Fimage%2Fconverted%2Fflash%2F1740%2F4491%2F1%2Fa02b662e-0840-11dc-86a9-23d41b9d4aa3.jpg&sessionType=115&skinbg=http%3A%2F%2Fwww.stickam.com%2Fimages%2Fskins%2F2waychat%2Ftexture%2Fskin05.jpg&','','999999','','noscale')</script>

	<!-- google analytics begin -->
	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
	<script type="text/javascript">
		_uacct = "UA-440822-1";
		_userv=2;
		urchinTracker();
	</script>
	<!-- google analytics end --> 	

</body>
</html>
Reply With Quote