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 07-28-2014, 10:41 PM
ogrgkyle ogrgkyle is offline
Junior Member
 
Join Date: Jul 2014
Posts: 4
ogrgkyle is on a distinguished road
Question

How to capture stream from nrbnetwork.tv? (new)


I'm asking the same question as the author of this thread:

http://stream-recorder.com/forum/cap...tv-t15086.html

But I think the info is outdated. Can someone tell me how to use rtmpdump to redirect the NRB network stream link to VLC?

Thanks.
Reply With Quote
  #2  
Old 07-29-2014, 12:12 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: How to capture stream from nrbnetwork.tv? (new)


Code:
rtmpdump -r "rtmp://imavex.fc.llnwd.net/imavexpush" -a "imavexpush" -f "WIN 13,0,0,214" -W "http://www.streamotor.com/player/mediaplayer-5.10-licensed/player.swf" -p "http://nrbnetwork.tv/Pages/watch_online.aspx" -y "universal11" -o "2014-07-28_10-06-11_universal11.flv" -v
Reply With Quote
  #3  
Old 07-30-2014, 11:45 AM
ogrgkyle ogrgkyle is offline
Junior Member
 
Join Date: Jul 2014
Posts: 4
ogrgkyle is on a distinguished road
Question

Re: How to capture stream from nrbnetwork.tv? (new)


Thanks for the fast reply. I tried it a couple times and it didn't work -- it just created an empty file called "2014-07-28_10-06-11_universal11.flv" -- but now it is working. Maybe I had to wait it out?

Can I tell rtmpdump to dump the stream for X seconds and then stop?
Reply With Quote
  #4  
Old 07-30-2014, 11:57 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: How to capture stream from nrbnetwork.tv? (new)


its' working for me!





To specify stop time use/add -B time in sec. For other parameters, try rtmpdump --help
example:
Code:
rtmpdump -r "rtmp://imavex.fc.llnwd.net/imavexpush" -a "imavexpush" -f "WIN 13,0,0,214" -W "http://www.streamotor.com/player/mediaplayer-5.10-licensed/player.swf" -p "http://nrbnetwork.tv/Pages/watch_online.aspx" -y "universal11" -o "c:/2014-07-28_10-06-11_universal11.flv" -B 20 -v

Last edited by peterpan : 07-30-2014 at 01:10 PM.
Reply With Quote
  #5  
Old 07-30-2014, 02:45 PM
ogrgkyle ogrgkyle is offline
Junior Member
 
Join Date: Jul 2014
Posts: 4
ogrgkyle is on a distinguished road
Post

Re: How to capture stream from nrbnetwork.tv? (new)


Thanks! The -B parameter works to limit recording time.

If it helps someone in the future, this is how I have my setup:


1. Windows Task Scheduler runs a task for whenever my favorite NRB show airs. The task runs this VBS file.

Code:
Dim WinScriptHost
Set WinScriptHost = CreateObject("WScript.Shell")
WinScriptHost.Run Chr(34) & "C:\record NRB.bat" & Chr(34), 0
Set WinScriptHost = Nothing
2. The VBS runs this BAT file ("record NRB.bat"), which runs rtmpdump.exe. (Running the BAT from the VBS allows it to run invisibly, rather than in a console window.) The fancy code in the filename is just the current timestamp. For example: myfavoriteshow_2014-07-30_14-38.flv.

Code:
"C:\rtmpdump.exe" -r "rtmp://imavex.fc.llnwd.net/imavexpush" -a "imavexpush" -f "WIN 13,0,0,214" -W "http://www.streamotor.com/player/mediaplayer-5.10-licensed/player.swf" -p "http://nrbnetwork.tv/Pages/watch_online.aspx" -y "universal11" -o "C:\NRB recordings\myfavoriteshow_%date:~10%-%date:~4,2%-%date:~7,2%_%time:~0,2%-%time:~3,2%.flv" -B 1800 -v
3. rtmpdump.exe is now running invisibly. The "-B 1800" section of the above code means that rtmpdump.exe will stop recording and will close after 1,800 seconds (30 minutes).


You can set Windows Task Scheduler to do this once a week, or whenever the show airs. If you missed an episode, just look in your NRB record folder!
Reply With Quote
  #6  
Old 08-11-2014, 03:55 PM
ogrgkyle ogrgkyle is offline
Junior Member
 
Join Date: Jul 2014
Posts: 4
ogrgkyle is on a distinguished road
Question

Re: How to capture stream from nrbnetwork.tv? (new)


I have a problem with this. It works, but not 100% of the time. For instance, when I looked in my NRB recordings folder, I saw an empty .flv. Since this was automatic -- I scheduled it with Windows Task Scheduler, as I described in an earlier post -- it did not retry.

So can I make rtmpdump try again and again, until a stream is actually recording? Otherwise the .flv recordings will sometimes be empty. Thanks!
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 08:10 AM.


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