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>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.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>
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by bseos; 13th Sep 2011 at 20:27.
-
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
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
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 directlyLast edited by bseos; 20th Sep 2011 at 02:59. Reason: rmb
Similar Threads
-
Convert sbs mkv to avi
By woody565 in forum Video ConversionReplies: 1Last Post: 26th Apr 2012, 11:40 -
Encoding Blu-Ray 2D Into 3D Full SBS
By x264Encoder in forum Blu-ray RippingReplies: 3Last Post: 27th Jan 2012, 11:38 -
No depth in SBS 3D to ColorCode 3D
By BaltarWithSix in forum Video ConversionReplies: 0Last Post: 21st Jan 2012, 18:18 -
how to convert alternate-frame 3D into SBS 3D ??
By mauslyon in forum Video ConversionReplies: 1Last Post: 10th May 2011, 08:23 -
3d SBS to red/cyan anaglyph
By edy_smf in forum Video ConversionReplies: 16Last Post: 4th Apr 2011, 21:19