VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 2 of 2
  1. Hi,

    I'm trying to get the following stream:
    http://www.sbs.com.au/shows/swiftandshift/episodes/detail/episode/4347/play/auto/season/2

    So far i have found out:
    Code:
    http://www.sbs.com.au/shows/video/smil/index/standalone/506041/
    HTML Code:
    <smil>
    <head>
    <meta base="rtmp://cp98428.edgefcs.net/ondemand?auth=daEcpcYcKa.dcc0ducObDdOcDbTbEdtbpcj-boB_vQ-vga-Jzm&aifp=vod/"/>
    </head>
    <body>
    <switch>
    <video src="mp4:vod/CMDY_FE_Swift_And_Shift_Cour_9999_506041_1500K.mp4" system-bitrate="1500000"/>
    <video src="mp4:vod/CMDY_FE_Swift_And_Shift_Cour_9999_506041_1000K.mp4" system-bitrate="1000000"/>
    <video src="mp4:vod/CMDY_FE_Swift_And_Shift_Cour_9999_506041_512K.mp4" system-bitrate="512000"/>
    <video src="mp4:vod/CMDY_FE_Swift_And_Shift_Cour_9999_506041_128K.mp4" system-bitrate="128000"/>
    </switch>
    </body>
    </smil>
    HTML Code:
    <script>
    					firstVidId = '506041';
    		          function onVideoPlayerReady()
    		          {
    		          	loadVideo('/shows/swiftandshift/video/menu/id/506041/ad/1/player/programs_08', '', 506041);
    		          }
    				  function onRelatedVideoClick(url, type) {
    					popupVideo(url);
    				  }
    				</script>
    HTML Code:
    <script type="text/javascript">
    						// <![CDATA[
    						var so = new SWFObject("http://player.sbs.com.au/playerassets/videoad/v2/inline_video_player_application.swf", "video_player_506041", "627", "376", "9.0.45", "#ffffff");
    						so.addVariable('assetsURL', 'http://player.sbs.com.au/playerassets/inline/xmls/inline_assets.xml');
    						so.addParam("allowScriptAccess", "always");
    						so.addParam("allowFullScreen", "true");
    						so.addParam("wmode", "transparent");
    						so.write("video_container");
    						// ]]>
    					</script>
    Im not sure how relevant the above information is, just hoping someone could help tell me how to get this dumped successfully with "rtmpdump" or something similar.
    Last edited by bseos; 13th Sep 2011 at 20:27.
    Quote Quote  
  2. never mind, i got it to work with the following

    Code:
    rtmpdump --protocol 2 --host "cp98428.edgefcs.net" -a "ondemand?auth=daEcpcYcKa.dcc0ducObDdOcDbTbEdtbpcj-boB_vQ-vga-Jzm&aifp=vod/" -y "mp4:vod/CMDY_FE_Swift_And_Shift_Cour_9999_506041_1500K.mp4" -o output.flv --verbose --resume
    or without --resume if not supported
    Code:
    rtmpdump --protocol 2 --host "cp98428.edgefcs.net" -a "ondemand?auth=daEcGdjcUbzbkbLcecMaWd.cudKaGdpaGab-boEeBP-vga-GAv&aifp=vod/" -y "mp4:vod/CMDY_FE_Swift_And_Shift_Cour_9999_506041_1500K.mp4" -o output.flv --verbose
    Highest available video source(.mp4/1500K bitrate) directly dumped(.flv) with rtmpdump from Official SBS Stream.

    i.e "rtmpdump --protocol 2 --host "cp98428.edgefcs.net" -a "ondemand?auth=daEcpcYcKa.dcc0ducObDdOcDbTbEdt bpcj-boB_vQ-vga-Jzm&aifp=vod/" -y "mp4:vod/CMDY_FE_Swift_And_Shift_Cour_9999_506041_1500K.mp4 " -o output.flv --verbose --resume"

    Used FLVExtract to demux raw video(h.264) and audio(.aac) streams.
    Used avc2avi to convert raw video(h.264) stream to the avi format WITHOUT reencoding.
    Used AVI-MuxGUI to remux video(.avi) & audio(.aac) files in single avi.

    edit: used "SolveigMM Video Splitter" to split video
    edit_2: just realized i can use "machete" to split flv files directly
    Last edited by bseos; 20th Sep 2011 at 02:59. Reason: rmb
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!