Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-07-2011, 11:26 PM
em_dai_kho em_dai_kho is offline
Member
 
Join Date: Mar 2011
Posts: 50
em_dai_kho is on a distinguished road
Default

vivo.vn episode: Download RTMPE stream from flash player


pls help me with link:

Code:
rtmpe://115.84.182.85:80/vivo/mp4:video/tay_du_ky/tay_du_ky_001_high.mp4
and file .xml

Quote:
<?xml version="1.0"?>
<smil><head><meta base="rtmp://rtmp01.hddn.com/play"/></head><body><switch><video src="mp4:video/tay_du_ky/tay_du_ky_001_high.mp4" system-bitrate="1600" size="233598976" status="1" extract-eps="true"/><video src="mp4:video/tay_du_ky/tay_du_ky_001_low.mp4" system-bitrate="800" size="106959872" status="1"/></switch></body></smil>
Reply With Quote
  #2  
Old 03-08-2011, 01:17 AM
Stream Recorder
 
Posts: n/a
Default

Re: vivo.vn episode: Download RTMPE stream from flash player


You need to post the URL of the web-page instead. What RTMPE recorders have you tried? What kind of problem exactly do you have?
Reply With Quote
  #3  
Old 03-08-2011, 08:57 AM
em_dai_kho em_dai_kho is offline
Member
 
Join Date: Mar 2011
Posts: 50
em_dai_kho is on a distinguished road
Default

Re: vivo.vn episode: Download RTMPE stream from flash player


Quote:
Originally Posted by Stream Recorder View Post
You need to post the URL of the web-page instead. What RTMPE recorders have you tried? What kind of problem exactly do you have?
i try it but can not,
this is link:
Code:
http://vivo.vn/episode/tay-du-ky-/1289-hau-vuong-xuat-the.html
Reply With Quote
  #4  
Old 03-10-2011, 12:20 AM
em_dai_kho em_dai_kho is offline
Member
 
Join Date: Mar 2011
Posts: 50
em_dai_kho is on a distinguished road
Default

Re: vivo.vn episode: Download RTMPE stream from flash player


up top

Note: site only for ip Vietnam, you can user proxy at http://www.xroxy.com/proxy-country-VN.htm
Reply With Quote
  #5  
Old 03-12-2011, 10:10 PM
em_dai_kho em_dai_kho is offline
Member
 
Join Date: Mar 2011
Posts: 50
em_dai_kho is on a distinguished road
Default

Re: vivo.vn episode: Download RTMPE stream from flash player


<div class="clear"></div>

<script type='text/javascript'>

function flashMovie(movieID) {
if(window.document[movieID]) {
return window.document[movieID];
} else {
return document.getElementById(movieID);
}

}

var flashvar_file = [
{
file: "/episode/list/1480.smil",
movieTitle: "Tây du ký - Giới thiệu",
streamer: "rtmpe://115.84.182.85:80/vivo#sephVivo",
scaleMode: "lossyScale",
plugins: {
name: "SubReader",
source: "http://vivo.vn/files/flash/subReaderPlugin.swf",
config: {
movieTitle: "Tây du ký - Giới thiệu",
source: "http://vivo.vn/files/episode/subtitle/",
textColor: "0xFFFFFF",
backgroundColor: "0x222222",
marginBottom: 13
}
}
}
];

function onSephPlayerLoad(objID, msg) {
var f = flashMovie(objID);
if(f) {

f.playFile(flashvar_file);

f.loadPlugin(
"OVASephPlayer",
"http://vivo.vn/files/flash/ova-sephPlayer.swf",
{
"overlays": {
"regions": [
{
"id": "adNotice",
"verticalAlign": "top",
"horizontalAlign": "right",
"backgroundColor": "#333333",
"padding": "0 5 2 5",
"width": 223,
"height": 23,
"style": ".adNoticeText { font-family: Tahoma; font-size: 10px; color:#CCCCCC; }"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://ad.vivo.vn/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "100",
"position": "pre-roll"
}
,{
"zone": "93",
"startTime": "00:03:00",
"position": "auto:top",
"duration": "10"
}
],
"clickSign": {
"enabled": "true",
"verticalAlign": "center",
"horizontalAlign": "center",
"width": 500,
"height": 230,
"opacity": 0.5,
"borderRadius": 20,
"backgroundColor": "#000000",
"style": ".smalltext { font-size:12px; }",
"message": "<p class=\"smalltext\" align=\"center\">CLICK ĐỂ BIẾT TH?M CHI TIẾT!</p>",
"scaleRate": 0.75
},
"notice": {
"region": "adNotice",
"show": "true",
"type": "countdown",
"textStyle": "adNoticeText",
"message":"<p align=\"right\">C?n _countdown_ giây đ?n nôi dung chính...</p>"
}
},
"debug": {
"debugger": "firebug",
"levels": "none"
}
}
);

}
}

$(document).ready(function(){

$(".vivo_drama_slider_item_1480").css("background" ,"#F2C136");

var flashvars = {
controls:"always",
autoStart:true,
mute:false,
scaleMode:"lossyScale",
background:"/layouts/vivo/images/vidBg_flash.jpg",
overlay:"/images/overlay.png",
overlayPosition:"1",
plugins:null,
onLoad:"onSephPlayerLoad"
};

var params = {
loop:"false",
menu:"false",
quality:"high",
wmode:"transparent",
bgcolor:"#000000",
allowScriptAccess:"always",
allowFullScreen:"true"
};

var attributes = {
id:"sephPlayer",
name:"sephPlayer"
};

swfobject.embedSWF("http://vivo.vn/files/flash/sephPlayer.swf","vivo_player_main_flash","620","40 2","10.0.2","http://data.vivo.vn/files/flash/expressInstall.swf",flashvars,params,attributes);

});



</script>
Reply With Quote
  #6  
Old 03-13-2011, 06:19 AM
em_dai_kho em_dai_kho is offline
Member
 
Join Date: Mar 2011
Posts: 50
em_dai_kho is on a distinguished road
Default

Re: vivo.vn episode: Download RTMPE stream from flash player


C:\rtmp>rtmpdump -r "rtmpe://115.84.182.85:80/vivo#sephVivo" -l 3 -y "mp4:video/
tay_du_ky/tay_du_ky_001_high.mp4" -w "http://vivo.vn/files/flash/sephPlayer.swf"
-o test.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: Couldn't parse swf hash hex string, not hexstring or not 32 bytes, igno
ring!
WARNING: Ignoring SWF hash, supply also the swf size with --swfsize
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

C:\rtmp>
Reply With Quote
Reply Post New Thread
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:41 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons