Hi Rodrigo, I still don't know what video format and what streaming protocol you are talking about. I doubt that curl would work for real or asf/wmv streams, even if they use HTTP. but here an example for grabbing a shoutcast mp3 stream (on the pc, similar on the mac):
curl http://205.188.234.4:8020/>c:\foo.mp3 this will record some hiphop radio show to the file c:\foo.mp3. Press Ctrl+C whenever you want to stop recording. The resulting file is not really a "correct" mp3 file, just a binary mp3 dump without file header, but most (all?) mp3 players can play it. Valentin Rods wrote: > Hi Valentin, > > Thank's for the explanation. Can you send me an example using curl? > I've > used it before but I'm not so good at it. > > Thank's > > Rodrigo > > on 2/17/05 09:02, Valentin Schmidt at [EMAIL PROTECTED] wrote: > >> hi rodrigo, >> >> what video format (wmv, real, QT?) is it? and is it a http pseudo >> stream, or a real streaming protocol like RTSP? I think the only way >> to >> go is to find a command line tool for this purpose that you can call >> from director (e.g. with shell xtra). I've successfully used "curl" >> to record streaming mp3 (shoutcast, http-streams) to file in a >> director >> based mp3-player, and later on switched to "streamripper.exe". on >> <http://streamripper.sourceforge.net/openbb/read.php?TID=492&page=1> >> I found a note that streamripper can also rip winamp video streams >> (NSV-format), I don't know about other formats, but there might be >> other tools you could use. >> >> valentin >> >> >> Rods wrote: >>> Hi list, >>> >>> Is it possible to connect to a streaming video source and record it >>> to a >>> file using director + lingo? >>> Does anyone have ideas where to begin? >>> I want to connect to a video/audio stream source and save it to hard >>> disk in >>> order to watch later. It's part of a educational project where the >>> students >>> that can't watch the class in time could record it. >>> >>> Thank's in advance >>> >>> >>> Rodrigo >>> >>> [To remove yourself from this list, or to change to digest mode, go >>> to http://www.penworks.com/lingo-l.cgi To post messages to the >>> list, email [email protected] (Problems, email >>> [EMAIL PROTECTED]). Lingo-L is for learning and helping with >>> programming Lingo. Thanks!] >> >> [To remove yourself from this list, or to change to digest mode, go >> to http://www.penworks.com/lingo-l.cgi To post messages to the >> list, email [email protected] (Problems, email >> [EMAIL PROTECTED]). Lingo-L is for learning and helping with >> programming Lingo. Thanks!] >> > > -------------------------------------------------- > Rodrigo Peres > www.rodrigoperes.com.br > escrit�rio/office: +55(11) 3781.7017 > celular/mobile: +55(11) 9108.6169 > -------------------------------------------------- > > > [To remove yourself from this list, or to change to digest mode, go > to http://www.penworks.com/lingo-l.cgi To post messages to the list, > email [email protected] (Problems, email > [EMAIL PROTECTED]). Lingo-L is for learning and helping with > programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
