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-16-2012, 10:10 AM
babaganoosh babaganoosh is offline
Junior Member
 
Join Date: May 2012
Posts: 8
babaganoosh is on a distinguished road
Default

How can I record these RTMP streams?


A friend's son graduated from college last week. They asked me to see about making a copy of the video from the service.

Here's the web page with the video:

http://www.emory.edu/commencement/webcast/index.html

Here's I think the flash code related to the video. I tried saving the mp4, but it's only 73KB, I change the rtmp to http and that doesn't let you get the file. Any advice?

<script src="http://realaudio.service.emory.edu/clients/jwplayer5.9/jwplayer.js" type="text/javascript" ></script>
<div id="mediaplayer" ></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'width': '520',
'height': '316',
'provider': 'rtmp',
'streamer': 'rtmp://realaudio.service.emory.edu/EVENTS/COMMENCE/',
'file': 'commence2012.mp4',
'modes': [
{type: 'flash', src: 'http://realaudio.service.emory.edu/clients/jwplayer5.4/player.swf'},
{type: 'html5',
config: {
'file': 'http://realaudio.service.emory.edu/m3ugen/iPhone-src/EVENTS/COMMENCE/commence2012.mp4',
'provider': 'video'}
}
]
});
</script>
Reply With Quote
  #2  
Old 05-16-2012, 10:26 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: How can I record these RTMP streams?


Download this package and extract it in a folder!! Then double click on command.bat!
Reply With Quote
  #3  
Old 05-16-2012, 10:34 AM
babaganoosh babaganoosh is offline
Junior Member
 
Join Date: May 2012
Posts: 8
babaganoosh is on a distinguished road
Default

Re: How can I record these RTMP streams?


THANK YOU! It's doing it now, but it looks like it'd be fine. Can I ask - would you then convert it into a more 'usable' / easier to play format? mp4?

Any recommended converter you like?
Reply With Quote
  #4  
Old 05-16-2012, 10:46 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: How can I record these RTMP streams?


Code:
ffmpeg -i commence2012.flv -c copy commence2012.mp4
Reply With Quote
  #5  
Old 05-16-2012, 10:55 AM
babaganoosh babaganoosh is offline
Junior Member
 
Join Date: May 2012
Posts: 8
babaganoosh is on a distinguished road
Default

Re: How can I record these RTMP streams?


Wow! You guys are great!
Reply With Quote
  #6  
Old 05-16-2012, 04:05 PM
babaganoosh babaganoosh is offline
Junior Member
 
Join Date: May 2012
Posts: 8
babaganoosh is on a distinguished road
Default

Re: How can I record these RTMP streams?


Sorry, one more question.

Is there a way to tell what the quality of the flv file is so that when i convert it to mp4 (using ojosoft total video converter), I don't choose super high quality and it takes so much longer to convert but there's no improvement in quality since I started with an flv that is 'good' quality and could have just chose a good quality for the mp4?

Right? (using somewhat of an analogy) making a blue ray of an old vcr tape will not give you blue ray quality. You'll just have a much bigger file and the quality will be vcr quality? Or taking a picture of a document with 14MP camera gives the same legibility of the text as a 200dpi scan would, but you have a much larger file?
Reply With Quote
  #7  
Old 05-16-2012, 04:28 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: How can I record these RTMP streams?


Quote:
Originally Posted by babaganoosh View Post
Sorry, one more question.

Is there a way to tell what the quality of the flv file is so that when i convert it to mp4 (using ojosoft total video converter), I don't choose super high quality and it takes so much longer to convert but there's no improvement in quality since I started with an flv that is 'good' quality and could have just chose a good quality for the mp4?

Right? (using somewhat of an analogy) making a blue ray of an old vcr tape will not give you blue ray quality. You'll just have a much bigger file and the quality will be vcr quality? Or taking a picture of a document with 14MP camera gives the same legibility of the text as a 200dpi scan would, but you have a much larger file?
Why don't you just use ffmpeg like the previous poster suggested? ffmpeg remuxes as opposed to converting and should be quick and light on your CPU.
Reply With Quote
  #8  
Old 05-16-2012, 10:06 PM
babaganoosh babaganoosh is offline
Junior Member
 
Join Date: May 2012
Posts: 8
babaganoosh is on a distinguished road
Default

Re: How can I record these RTMP streams?


Greeny - why? ignorance : )

I will use it!

Just did. Damn! Much faster! and a problem I had with ojo was that the original feed was widescreen and the ojo mp4 is 640 x 480.

ffmpeg kept the proportions.

I make problems for myself : (

1 question - the audio of the mp4 using ffmpeg is just a tiny hair off from the video. Looking at the flv, they are in sync. Anything I can do about that?

You guys are GREAT!!!
Reply With Quote
  #9  
Old 05-17-2012, 12:44 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: How can I record these RTMP streams?


. .
Reply With Quote
  #10  
Old 05-17-2012, 03:08 AM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: How can I record these RTMP streams?


Quote:
Originally Posted by babaganoosh View Post
Greeny - why? ignorance : )

I will use it!

Just did. Damn! Much faster! and a problem I had with ojo was that the original feed was widescreen and the ojo mp4 is 640 x 480.

ffmpeg kept the proportions.

I make problems for myself : (

1 question - the audio of the mp4 using ffmpeg is just a tiny hair off from the video. Looking at the flv, they are in sync. Anything I can do about that?

You guys are GREAT!!!
Try this:
Code:
ffmpeg -i commence2012.flv -c copy -async 1 commence2012.mp4
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 12:32 AM.


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