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

bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)

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

IWantStream 05-02-2010 05:42 AM

bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


 
Trying to rip some videos, but have some trouble piecing together the information I managed to get.

_http://bunch.tv/news/blood-red-shoes-interview-live
(might start last added movie, but I want the Blood Red Shoes clips obvious)

player (from source):
_http://bunch.tv/sites/all/themes/bunch/flash/BunchPlayer.swf

rtmp (URL Snooper):

(first part of interview:)
rtmp://brightcove.fcod.llnwd.net/a500/d7/&media/55856293001/55856293001_81872266001_BLOOD-RED-SHOES-BEITRAG-1&1272672000000&510196b179e99c057c0df49038 d9a143

source code / flash info


Code:

        <div id="video_flash">
                <object id="videoflashid" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="630" height="555">

                        <param name="movie" value="/sites/all/themes/bunch/flash/BunchPlayer.swf" />
                        <param name="bgcolor" value="#000000" />
                        <param name="flashvars" value="videoId=&playList=72907989001&autoplay=true" />
                        <param name="allowfullscreen" value="true" />
                        <param name="allowscriptaccess" value="always" />
                        <param name="wmode" value="opaque" />

                        <param name="base" value="http://admin.brightcove.com" />
                        <param name="seamlesstabbing" value="false" />

                        <param name="swLiveConnect" value="true" />

                        <!--[if !IE]>-->
                        <object name="videoflashid" type="application/x-shockwave-flash" data="/sites/all/themes/bunch/flash/BunchPlayer.swf" width="630" height="555" bgcolor="#000000" wmode="opaque" flashvars="videoId=&playList=72907989001&autoplay=true" allowfullscreen="true" allowscriptaccess="always" base="http://admin.brightcove.com" seamlesstabbing="false" swLiveConnect="true">
                        <!--<![endif]-->
                        <p>Install Flash Player</p>
                        <!--[if !IE]>-->
                        </object>
                        <!--<![endif]-->

                </object>
        </div>

Is this all the info I need?

No? What other info do I need (and how to find it)
All done? What rtmpdump commando do I have to use (parameters)

IWantStream 05-02-2010 10:58 AM

Re: bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


 
Any idea?

Whatever I try i get:

Connecting...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rmtp server request close

Poulbot 05-03-2010 12:20 AM

Re: bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


 
Hi IWantStream,

Use rtmpsrv to recover the parameters.
First part of interview, work fine :
Code:

rtmpdump -r "rtmp://brightcove-95.fcod.llnwd.net:1935/a500/d7?videoId=81859616001&lineUpId=72907989001&pubId=55856293001&playerId=70630188001&playerTag=&affiliateId=" -a "a500/d7?videoId=81859616001&lineUpId=72907989001&pubId=55856293001&playerId=70630188001&playerTag=&affiliateId=" -f "WIN 10,0,45,2" -W "http://admin.brightcove.com/viewer/us1.23.00.05a/federatedVideoUI/BrightcovePlayer.swf?isVid=1&playerWidth=null&playerHeight=null&isUI=1&publisherID=55856293001&suppressNoContentMessage=true&domain=embed&playerID=70630188001" -p "http://bunch.tv/video/blood-red-shoes-interview-12" -C B:0 -C S:"media/55856293001/55856293001_81872266001_BLOOD-RED-SHOES-BEITRAG-1&1272870000000&e20cde6d4a1214d8954e2ee89ba27434" -y "media/55856293001/55856293001_81872266001_BLOOD-RED-SHOES-BEITRAG-1?videoId=81859616001&lineUpId=72907989001&pubId=55856293001&playerId=70630188001&playerTag=&affiliateId=" -o 55856293001_81872266001_BLOOD-RED-SHOES-BEITRAG-1.flv

Poulbot 05-03-2010 01:19 AM

Re: bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


 
IWantStream,

I forgot the second part!
Here:
Code:

rtmpdump -r "rtmp://brightcove-29.fcod.llnwd.net:1935/a500/d11?videoId=81906683001&lineUpId=72907989001&pubId=55856293001&playerId=70630188001&playerTag=&affiliateId=" -a "a500/d11?videoId=81906683001&lineUpId=72907989001&pubId=55856293001&playerId=70630188001&playerTag=&affiliateId=" -f "WIN 10,0,45,2" -W "http://admin.brightcove.com/viewer/us1.23.00.05a/federatedVideoUI/BrightcovePlayer.swf?isVid=1&playerWidth=null&playerHeight=null&isUI=1&publisherID=55856293001&suppressNoContentMessage=true&domain=embed&playerID=70630188001" -p "http://bunch.tv/video/blood-red-shoes-live-22" -C B:0 -C S:"media/55856293001/55856293001_81930225001_BLOOD-RED-SHOES-MASTER-LIVE-2&1272877200000&22a22478817696f53d521cbb90f394fa" -y"media/55856293001/55856293001_81930225001_BLOOD-RED-SHOES-MASTER-LIVE-2?videoId=81906683001&lineUpId=72907989001&pubId=55856293001&playerId=70630188001&playerTag=&affiliateId=" -o 55856293001_81930225001_BLOOD-RED-SHOES-MASTER-LIVE-2.flv

IWantStream 05-03-2010 03:06 AM

Re: bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


 
Had a quick check, but I got an error along the lines:

"Output file name or extentension not valid" even after using -o a.flv

Poulbot 05-03-2010 03:57 AM

Re: bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


 
IWantStream,

The validity of the code is limited.

Poulbot 05-03-2010 05:13 AM

Re: bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


 
IWantStream,

I just collect them, you will not have to do.

>>> Here <<<


All times are GMT -6. The time now is 05:12 PM.