I have a few Internet streams that I enjoy that are RTMP and rtmpdump seems to successfully "dump" them.
The only problem is I am not having much luck trying to get more advanced.
So far I can easily make a batch file to record.
What I'm trying to do is have a batch file record what I want, give it a date/time in it's file name, reconnect if disconnected, and then stop "dumping" when the program is over.
So far I'm having the most problems with reconnecting if disconnected and how to stop it after say an hour.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	Use the Task Scheduler to run your batch file at a particular time. Use the SET command in your batch file to create a filename from the date and time: 
 
 Then use that filename in RTMPDump.set FILENAME=%date:~4,2%-%date:~7,2%.flv
 
 Task Scheduler can be set to end the recording after a fixed period. I don't know how you can get automatic reconnects.RTMPDUMP yada yada yada -o %FILENAME%
Similar Threads
- 
  RTMPDUMP to download BBC video from outside the UKBy vor12 in forum Video Streaming DownloadingReplies: 16Last Post: 11th May 2012, 14:40
- 
  download siriusxm stream with rtmpdump errorBy MUSICFAN189 in forum Video Streaming DownloadingReplies: 2Last Post: 30th Mar 2012, 16:05
- 
  Req: free(ish) tool to join mp4 stream chunks grabbed with rtmpdumpBy grelga in forum Video ConversionReplies: 0Last Post: 18th Nov 2011, 15:33
- 
  Problem with rtmpdumpBy itzkirby in forum Video Streaming DownloadingReplies: 0Last Post: 17th Apr 2010, 18:25
- 
  Panasonic TOUGHBOOK 19 Notebook, won't reconnect to net after being closedBy Denvers Dawgs in forum ComputerReplies: 2Last Post: 15th May 2007, 06:01


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 Visit Homepage
				Visit Homepage
			 
 
			
			




 Quote
 Quote