View Single Post
  #17  
Old 05-07-2011, 08:53 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: seeon.tv: Trying to record this stream


Quote:
Originally Posted by primtim34 View Post
Any chance I could get you to write that same script but for a linux machine instead of a windows one? Thanks.
The following script should do the trick
Code:
#! /bin/bash
FileName=`date +"MyShow - %0d-%0m-%0y - %0k-%0M-%0S.flv"`
rtmpdump.exe -r rtmp://live1.seeon.tv/edge/nvcrd4lz4zs0w34 -p http://www.seeon.tv/view/11073 -W http://www.seeon.tv/jwplayer/player.swf --stop 3600 --live -o \"$FileName\"
Reply With Quote