View Single Post
  #1  
Old 09-03-2011, 11:37 AM
Velcro Velcro is offline
Junior Member
 
Join Date: Aug 2011
Posts: 9
Velcro is on a distinguished road
Default

RTMPDump and bfmtv.com (Brightcove)


Hi,

Here is a video page URL: _http://www.bfmtv.com/video-infos-actualite/detail/tres-convoite-le-petrole-libyen-est-un-enjeu-majeur-1623755/

RTMP URL should be:
Code:
rtmp://cp101675.edgefcs.net/ondemand/&mp4:5/876450610001/876450610001_1139441509001_NLEOutput212867088148671.mp4?__nn__=932629356001&slist=5/876450610001/&auth=daEddc4dGaqbOcUbpcicRbQb3cQdbaubCcz-boyJlG-bWG-BCDp_EDn_CIwD_LoE&aifp=v00235
-- as I fetched it from Brightcove server.

However, I'm unable to dump the video.

Brightcove player is instanced with the following:
Code:
<!-- Start of Brightcove Player -->
	<div style="display:none"></div>
	<script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script>
	<script src="http://admin.brightcove.com/js/APIModules_all.js"> </script>
	<object id="myExperience" class="BrightcoveExperience">
		<param name="bgcolor" value="#FFFFFF" />
		<param name="width" value="620" />
		<param name="height" value="349" />
		<param name="playerID" value="889768508001" />
  		<param name="playerKey" value="AQ~~,AAAAzBCG-1E~,ZmNCmEZClj45JL__BIyGGaVuFiOzl5S2" />
		<param name="isVid" value="true" />
		<param name="isUI" value="true" />
		<param name="dynamicStreaming" value="true" />
		<param name="@videoPlayer" value="1139424346001" />
		<param name="wmode" value="transparent" />
		<param name="linkBaseURL" value="http://www.bfmtv.com/video-infos-actualite/detail/tres-convoite-le-petrole-libyen-est-un-enjeu-majeur-1623755/" />
	</object>
	<script type="text/javascript">brightcove.createExperiences();</script>
<!-- End of Brightcove Player -->
get-flash-videos Perl script couldn't get rtmpdump command arguments.

Thanks for any help!
Reply With Quote