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 05-05-2011, 03:31 PM
primtim34 primtim34 is offline
Junior Member
 
Join Date: Mar 2011
Posts: 18
primtim34 is on a distinguished road
Default

seeon.tv: Trying to record this stream


I thought I had the correct stream from this website
http://www.seeon.tv/view/11073/
as this:
rtmp://live0.seeon.tv/edge/nvcrd4lz4zs0w34

but it isn't working. I would love to setup a script where I can record this stream for 60 minutes when I execute the script. Any help on this would be greatly appreciated. Thanks.
Reply With Quote
  #2  
Old 05-05-2011, 10:13 PM
Stream Recorder
 
Posts: n/a
Default

Re: seeon.tv: Trying to record this stream


Have you tried to use RTMPexplorer (Windows)?
Reply With Quote
  #3  
Old 05-05-2011, 10:39 PM
primtim34 primtim34 is offline
Junior Member
 
Join Date: Mar 2011
Posts: 18
primtim34 is on a distinguished road
Default

Re: seeon.tv: Trying to record this stream


It has to be done in linux. Any help with that?
Reply With Quote
  #4  
Old 05-05-2011, 11:07 PM
Stream Recorder
 
Posts: n/a
Default

Re: seeon.tv: Trying to record this stream


then use rtmpsrv or rtmpsuck
Reply With Quote
  #5  
Old 05-06-2011, 12:54 AM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: seeon.tv: Trying to record this stream


Hi
rtmpsrv gives a command that doesn't work with RTMPDump.
It gives this one:-
Code:
rtmpdump -r "rtmp://live00.seeon.tv/redirect" -a "redirect" -f "LNX 10,1,102,64" -W "http://www.seeon.tv/jwplayer/player.swf" -p "http://www.seeon.tv/view/11073/" -y "nvcrd4lz4zs0w34" -o nvcrd4lz4zs0w34.flv
And the result is:-
Quote:
ERROR: rtmp server sent error
ERROR: rtmp server requested close
Then I tried with Coojah6 with Windows.
It gives this one:-
Code:
rtmpdump -r "rtmp://live2.seeon.tv/edge/nvcrd4lz4zs0w34" -a "edge" -f "LNX 10,1,102,64" -W "http://www.seeon.tv/jwplayer/player.swf" -p "http://www.seeon.tv/view/11073/" -y "nvcrd4lz4zs0w34" -o nvcrd4lz4zs0w34.flv
And it works OK.

Quote:
on@ubuntu:~$ rtmpdump -r "rtmp://live2.seeon.tv/edge/nvcrd4lz4zs0w34" -a "edge" -f "LNX 10,1,102,64" -W "http://www.seeon.tv/jwplayer/player.swf" -p "http://www.seeon.tv/view/11073/" -y "nvcrd4lz4zs0w34" -o nvcrd4lz4zs0w34.flv
RTMPDump v2.3 r568
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: author
INFO: copyright
INFO: description
INFO: keywords
INFO: rating
INFO: title
INFO: presetname Custom
INFO: creationdate Wed Apr 13 18:22:26 2011
INFO: videodevice MagicCamera Capture(User Mode)
INFO: framerate 25.00
INFO: width 320.00
INFO: height 240.00
INFO: videocodecid avc1
INFO: videodatarate 400.00
INFO: avclevel 31.00
INFO: avcprofile 66.00
INFO: videokeyframe_frequency5.00
INFO: audiodevice Digital Audio Interface (WinTV
INFO: audiosamplerate 22050.00
INFO: audiochannels 2.00
INFO: audioinputvolume 75.00
INFO: audiocodecid .mp3
INFO: audiodatarate 56.00
Reply With Quote
  #6  
Old 05-06-2011, 01:37 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


http://stream-recorder.com/forum/sho...39&postcount=2
Reply With Quote
  #7  
Old 05-06-2011, 02:00 AM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: seeon.tv: Trying to record this stream


Quote:
Originally Posted by KSV View Post
It's simple. when you use the rtmp parameters from html server sends a 302 redirect AMF packet which contains the new url.
Well, that's good to know.
I ran the dud command with -V parameter.
It showed a redirect url, like you said.
So I used it with the f,W,p,y and o parameters...
And it worked OK

It seems there are a few redirect links.
Sometimes it's rtmp://live1.seeon.tv/edge/nvcrd4lz4zs0w34, sometimes live2, live3 and live4.

Last edited by bat999 : 05-06-2011 at 05:42 AM. Reason: Information added about different redirect links.
Reply With Quote
  #8  
Old 05-06-2011, 08:07 AM
primtim34 primtim34 is offline
Junior Member
 
Join Date: Mar 2011
Posts: 18
primtim34 is on a distinguished road
Default

Re: seeon.tv: Trying to record this stream


Wow you guys are awesome. So what would I do if I wanted to record the stream for 1 hour instead of indefinitely?
Reply With Quote
  #9  
Old 05-06-2011, 08:44 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
Wow you guys are awesome. So what would I do if I wanted to record the stream for 1 hour instead of indefinitely?
just use the --stop switch. to record 1 minute clip use
Code:
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 60 --live -o Test.flv
Code:
RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
For duration: 60.000 sec
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Wed Apr 13 18:22:26 2011
INFO:   videodevice           MagicCamera Capture(User Mode)
INFO:   framerate             25.00
INFO:   width                 320.00
INFO:   height                240.00
INFO:   videocodecid          avc1
INFO:   videodatarate         400.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Digital Audio Interface (WinTV
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      75.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         56.00
2666.693 kB / 60.00 sec
Download complete
stop time is in seconds. for an hour long recording use 3600.
Reply With Quote
  #10  
Old 05-06-2011, 05:19 PM
primtim34 primtim34 is offline
Junior Member
 
Join Date: Mar 2011
Posts: 18
primtim34 is on a distinguished road
Default

Re: seeon.tv: Trying to record this stream


Is there any way to have the filename dynamically changed based on date it was recorded etc? I want to use this record the stream everyday but I don't want it to overwrite itself.
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 04:25 AM.


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