Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-17-2007, 09:17 PM
dudeman
 
Posts: n/a
Default

stickam.com: Help recording w/ downloading streaming video in Mac OSX


I have VLC player and have read about finding the ULR for a site and downloading a video. I'm trying to record stickam video. I need help! First of all, is there an easier way? 2nd, from looking at the view sorce from my browser, I think that this is where the ULR of the video:

Code:
<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>
I inserted

Code:
http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf
into VLC player and tried to save it as an MPEG file to my hard drive. I got the following error:

Code:
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'
Can anyone help?

What am I doing wrong?

Thanks to everyone!!
Reply With Quote
  #2  
Old 09-17-2007, 09: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
  #3  
Old 09-18-2007, 12:43 AM
Stream Recorder
 
Posts: n/a
Default

How to find stream URLs


The esiest way to find stream URLs is by using a URL Finder or a media stream recorders that can capture stream URLs.

However all the above mentioned programs support Windows platform only. You can use them on your Intel Mac with Bootcamp or Parallels Desktop for Max OS X.

On Mac OS and Unices you may use packet sniffers.
Reply With Quote
  #4  
Old 09-18-2007, 12:52 AM
Stream Recorder
 
Posts: n/a
Default

Recording flash video rtmp:// streams from stickam.com


Stickam uses flash video rtmp:// streams. The are three Flash stream recorders such as Replay Media Catcher that can record these .FLV videos. All of them are for Windows platform. Replay Media Cather was tested on Parallels Desktop for Max OS X
Reply With Quote
  #5  
Old 05-19-2008, 12:48 AM
rocketman
 
Posts: n/a
Lightbulb

Re: Help recording w/ Mac OSX


Check out ScreenFlow, Camtasia for Mac, SnapzPro. They seem to offer the possibility of recording any video displayed on the screen. I have previously used similar software from Applian (Replay ScreenCast I believe) and it can yeild acceptable results)

I haven't tried this for the mac yet but since I now have a MacBook I am downloading now to check this out.

Note that this does not record the stream directly like VLC but rather is taking screenshots so I believe it must record in real time only.

Good luck!
Reply With Quote
  #6  
Old 03-15-2010, 12:37 PM
Stream Recorder
 
Posts: n/a
Default

Re: Help recording w/ Mac OSX


You can run Replay Media Catcher on Mac OS using freeware WINE or WineBottler:
How to install and run Replay Media Catcher on Mac OS X (Snow Leopard)
Reply With Quote
  #7  
Old 01-24-2011, 03:03 PM
Stream Recorder
 
Posts: n/a
Default

Re: Help recording w/ Mac OSX


Try to use Jaksta for Mac. It allows to download HTTP and RTMP flash video streams.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:19 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons