Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Don't Laugh, I'm Serious!

(http://stream-recorder.com/forum/showthread.php?t=11032)

someone123 02-16-2012 02:05 AM

Don't Laugh, I'm Serious!


 
There is a TV show cartoon that I watched as a kid that I'd love to rewatch. I finally found a television channel that shows it. But episodes of the show air at an extremely inconvenient time and I can't get the channel (so, no TiVo). When I emailed them about the show and purchasing it they said they doubt there will ever be a DVD.

Okay, and now the laughing at me part. It's a children's channel affiliated with the TBN network (yes, the televangelist thing). The cartoon was secular, though. I guess they liked its family values or relative wholesomeness or something?

I cannot for the life of me figure out the address of the stream so I can load it into VLC. Is there anyone with more advanced knowledge that can help me?

The link live children's channel is:
http://www.tbn.org/watch/syndication...atchOnline.htm

This is the SWF file attached to it, which when I open it apparently default loads the regular TBN stream... http://www.tbn.org/flash/hd_player_4...=tl&betamode=1

I don't know anything about SWF or how to find the address of the video files within it...

I didn't know if I knew the address of the stream I could someone record during the 30 minutes the show I want plays?

Help!

Bahman 02-16-2012 03:15 AM

Re: Don't Laugh, I'm Serious!


 
Code:

rtmpdump -r "rtmp://cp114426.live.edgefcs.net:1935/live" -a "live?ovpfv=2.1.5"
-W "http://www.tbn.org/flash/hd_player_4x3.swf" --live -y "smile_mbr_high_1@59409?
auth=daEasd8agbWaCascZdCabc8b1atd8bddVb8-bltH3v-G9ya-dtrBIvvA_1aLQQ
&aifp=v001&slist=1vowg_token@s17605;2vowg_token@s17605;3vowg_token@s17605
"
-o "smile_mbr_high_1@59409.flv"

Code:

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:  author
INFO:  copyright
INFO:  description
INFO:  keywords
INFO:  rating
INFO:  title
INFO:  presetname            Custom
INFO:  creationdate          Sun Feb 05 04:09:54 2012
INFO:  videodevice          Osprey-700 HD Video Device 1
INFO:  framerate            29.97
INFO:  width                640.00
INFO:  height                480.00
INFO:  videocodecid          avc1
INFO:  videodatarate        952.00
INFO:  avclevel              31.00
INFO:  avcprofile            77.00
INFO:  videokeyframe_frequency2.00
INFO:  audiodevice          Osprey-700 HD Audio Device 1
INFO:  audiosamplerate      44100.00
INFO:  audiochannels        1.00
INFO:  audioinputvolume      75.00
INFO:  audiocodecid          mp4a
INFO:  audiodatarate        48.00
141.386 kB / 0.00 sec

for VLC:
Code:

rtmpdump -r "rtmp://cp114426.live.edgefcs.net:1935/live" -a "live?ovpfv=2.1.5" -W "http://www.tbn.org/flash/hd_player_4x3.swf" --live -y "smile_mbr_high_1@59409?auth=get yours auth" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

Auth
can be taken with rtmpsuck or Coojah!!

someone123 02-16-2012 03:32 AM

Re: Don't Laugh, I'm Serious!


 
I think I overestimated my abilities/understanding here. I've looked at the thread about RTMPDump and VLC... and I guess I don't understand the VLC program - at all. Where does the command go...? (Please refer me to the pages/reading where I can build up the knowledge I need, if necessary!)

Bahman 02-16-2012 03:43 AM

Re: Don't Laugh, I'm Serious!


 
First Download this!!
Extract all included files into one folder!!
Run rtmpexplorer, close rtmpsrv, and open rtmpsuck!! In rtmpexplorer, put webpage link in and click on go!! Take a look on rtmpsuck, it will get the playpath and starts downloading!! Now, Close both windows, and open command.bat via notepad!! Look at the pattern url that I have written in it!! replace your auth in it and save & close!! and then double click on command.bat!!

someone123 02-16-2012 03:56 AM

Re: Don't Laugh, I'm Serious!


 
So, I did all that and clicked the Command.bat. It beeped and scrolled down a lot of nonsense text then closed...?

Also, after that I corrected the path for my VLC program - it's in "Program Files (x86)", but I got the same thing?

Bahman 02-16-2012 03:59 AM

Re: Don't Laugh, I'm Serious!


 
Oh, the stream even doesn't need auth!!

OK! right now, Delete everything in Command.bat and paste this script in it:
Code:

rtmpdump -r "rtmp://cp114426.live.edgefcs.net:1935/live" -a "live?ovpfv=2.1.5" -W "http://www.tbn.org/flash/hd_player_4x3.swf" --live -y "smile_mbr_high_1@59409" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

someone123 02-16-2012 04:09 AM

Re: Don't Laugh, I'm Serious!


 
Yes! It works! And I have no idea what the crap I am watching right now... o.O

Thank you for your assistance! This has been very instructive!

someone123 02-16-2012 04:21 AM

Re: Don't Laugh, I'm Serious!


 
Wait, now how to I save this with the Convert/Save option?

Bahman 02-16-2012 04:31 AM

Re: Don't Laugh, I'm Serious!


 
I don't know how to do this work with VLC!!
But you can download and save it with rtmpdump!! just replace
Code:

-o "TBN.flv"
instead of
Code:

| "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Notice: there is only one space between -y "smile_mbr_high_1@59409" and -o "TBN.flv"!!

someone123 02-16-2012 04:35 AM

Re: Don't Laugh, I'm Serious!


 
Excellent!

I'm going to have to do some independent research on VLC and scheduling, etc. :)

(From what I've read so far, I think I have to set up some .bat files that I schedule Windows to run).

I'm just missing what the "network url" I'm supposed to input is, when using VLC. :P

Or I guess actually I could just somehow schedule THIS .bat file to run at certain times, now that I think of it? I wonder if that is possible...


All times are GMT -6. The time now is 11:29 PM.