PDA

View Full Version : How can rtmpdump get the subtitles (closed captions)


chanc
09-09-2012, 11:46 PM
With rtmpdump and rtmp-host.sh,I can get the video from www.cbs.com
I also badly need the subtitles for my poor English.
Can anyone help me with this ?

e.g.
http://www.cbsnews.com/video/watch/?id=7421144n&tag=cbsnewsMainColumnArea.5

http://www.cbs.com/shows/big_bang_theory/video/

svnpenn
09-10-2012, 04:02 PM
If you truly want definitive answers quickly and without
delay, please include link(s) to the web-page(s) with video(s)

stream-recorder.com/forum/announcement.php?f=4 (stream-recorder.com/forum/announcement.php?f=4)

hasomaso
09-10-2012, 10:18 PM
rtmpdump -r "rtmp://cp98363.edgefcs.net:1935/ondemand" -a "ondemand?ovpfv=1.1" -f "WIN 11,4,402,265" -W "http://vidtech.cbsinteractive.com/player/2_9_2/CBSI_PLAYER.swf" -p "http://www.cbsnews.com/video/watch/?id=7421144n&tag=cbsnewsMainColumnArea.5" -C Z: -y "mp4:media/2012/09/09/60_0909_full_796.m4v" -o 60_0909_full_796.flv

chanc
09-11-2012, 03:19 AM
rtmpdump -r "rtmp://cp98363.edgefcs.net:1935/ondemand" -a "ondemand?ovpfv=1.1" -f "WIN 11,4,402,265" -W "http://vidtech.cbsinteractive.com/player/2_9_2/CBSI_PLAYER.swf" -p "http://www.cbsnews.com/video/watch/?id=7421144n&tag=cbsnewsMainColumnArea.5" -C Z: -y "mp4:media/2012/09/09/60_0909_full_796.m4v" -o 60_0909_full_796.flv

Yeah, the video can be downloaded.
But I also need the subtiltes.
How can download the subtitles ?
Please help.

svnpenn
09-11-2012, 05:56 AM
rtmpdump -r "rtmp://cp98363.edgefcs.net:1935/ondemand" -a "ondemand?ovpfv=1.1" -f "WIN 11,4,402,265" -W "http://vidtech.cbsinteractive.com/player/2_9_2/CBSI_PLAYER.swf" -p "http://www.cbsnews.com/video/watch/?id=7421144n&tag=cbsnewsMainColumnArea.5" -C Z: -y "mp4:media/2012/09/09/60_0909_full_796.m4v" -o 60_0909_full_796.flv

Did you even read the OP, really

chap
09-11-2012, 12:21 PM
Yeah, the video can be downloaded.
But I also need the subtiltes.
How can download the subtitles ?
Please help.

subtitles (http://cnettv.cnet.com/9744-1_53-50130981.adb.xml?nomesh)

chanc
09-12-2012, 12:55 AM
subtitles (http://cnettv.cnet.com/9744-1_53-50130981.adb.xml?nomesh)

It seems that link directs to nothing.

Elgero
09-12-2012, 08:02 AM
It seems that link directs to nothing.

Look at the source code of that page.

chanc
09-12-2012, 09:19 AM
Look at the source code of that page.

Thanks for the suggestion. But I have tried that.NO luck.

svnpenn
09-12-2012, 04:11 PM
Thanks for the suggestion. But I have tried that.NO luck.

Wrong

http://i.stack.imgur.com/cniKD.png

chanc
09-12-2012, 11:49 PM
subtitles (http://cnettv.cnet.com/9744-1_53-50130981.adb.xml?nomesh)

Look at the source code of that page.


Wrong

http://i.stack.imgur.com/cniKD.png


That is really amazing !!!

How did you guys get it ? Could you share the way ?

svnpenn
09-13-2012, 05:43 AM
That is really amazing !!!

How did you guys get it ? Could you share the way ?

Firefox, Tools, Web Developer, Page Source

chanc
09-13-2012, 06:21 AM
Firefox, Tools, Web Developer, Page Source

I am aware of that.
I want to know how CHAP got that url directing to the page containing the subtitles.
The subtitles found there seem not to be the official version. and I went to http://cnettv.cnet.com to search subtitles myself, but I got nothing.
I noticed videos there also have closed captions just like those in cbs.com.And I checked the web page code directly,I found no sign showing anything connected with subtitles.So I need the way to get the url directing to the subtitles. Searching with GOOGLE seems to be not enough to reach such urls.

chap
09-13-2012, 11:35 AM
I want to know how CHAP got that url directing to the page containing the subtitles.

use snifer
example (CooJah)

chanc
09-13-2012, 09:20 PM
use snifer
example (CooJah)

I have tried CooJah with IE 8 and firefox 15 at the site http://www.cbsnews.com/video/watch/?id=7421144n&tag=cbsnewsMainColumnArea.6

Before I started to sniff, I turned on the closed captions.
The following pics show what I got:

http://picstorage.googlecode.com/files/2.bmp


http://picstorage.googlecode.com/files/1.bmp


And I found nothing like the right url you provided .

What was wrong ? Is there a correct operation instruction ?

Please help.

svnpenn
09-13-2012, 09:33 PM
I have tried CooJah with IE 8 and firefox 15 at the site http://www.cbsnews.com/video/watch/?id=7421144n&tag=cbsnewsMainColumnArea.6
Before I started to sniff, I turned on the closed captions.
The following pics show what I got:
And I found nothing like the right url you provided .
What was wrong ? Is there a correct operation instruction ?
Please help.

Too much thinking

http://i.stack.imgur.com/0ovEN.png

chanc
09-13-2012, 09:53 PM
Too much thinking

http://i.stack.imgur.com/0ovEN.png

That is exactly what I am seeking !

what add-on are you using ?
I can not get an add-on called inspect network request.

svnpenn
09-13-2012, 10:02 PM
That is exactly what I am seeking !

what add-on are you using ?
I can not get an add-on called inspect network request.

No add-on! Sheesh!

Tools, Web Developer, Web Console

chanc
09-13-2012, 10:13 PM
No add-on! Sheesh!

Tools, Web Developer, Web Console

Got it , finally!!

Thank you SVNPENN. YOU are so helpful.

Thank you a trillion !!!