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
  #7  
Old 03-13-2011, 09:40 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


C:\rtmp>rtmpdump -r rtmp://173.208.109.172/play -l 3 -V -y mp4:video/tay_du_ky/t
ay_du_ky_001_high.mp4 -s http://vivo.vn/files/flash/sephPlayer.swf -p http://viv
o.vn/episode/tay-du-ky-/1289-hau-vuong-xuat-the.html -t rtmp://rtmp01.hddn.com/p
lay -v -o test.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMPTE
DEBUG: Hostname : 173.208.109.172
DEBUG: Port : 80
DEBUG: Playpath : mp4:video/tay_du_ky/tay_du_ky_001_high.mp4
DEBUG: tcUrl : rtmp://rtmp01.hddn.com/play
DEBUG: swfUrl : http://vivo.vn/files/flash/sephPlayer.swf
DEBUG: pageUrl : http://vivo.vn/episode/tay-du-ky-/12...-xuat-the.html

DEBUG: app : play
DEBUG: live : yes
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 06
DEBUG: HandShake: DH pubkey position: 166
DEBUG: HandShake: Client digest offset: 879
DEBUG: HandShake: Initial client digest:
DEBUG: 7b 62 58 f7 98 75 a5 ff e3 cd eb 0a e5 97 e5 6d
DEBUG: fe d2 ad ad fc 55 98 28 37 cf 20 0c 11 4a ce 6d
DEBUG: HandShake: Type Answer : 06
DEBUG: HandShake: Server Uptime : 845278059
DEBUG: HandShake: FMS Version : 3.0.2.1
WARNING: Trying different position for server digest!
DEBUG: HandShake: Server DH public key offset: 1116
DEBUG: HandShake: Secret key:
DEBUG: 3a 3a ce 53 e4 2d ac 31 6a ae ad d7 1d 82 28 13
DEBUG: 12 b1 44 2e cc 39 f5 35 d8 5f d9 72 85 16 82 11
DEBUG: 69 48 44 4f d0 70 8f cc fb 01 6b 66 13 65 1b 21
DEBUG: 1b 91 e9 be 57 01 31 3e 8e 3b 6b 2d 81 fe 9e 58
DEBUG: 65 48 e1 b0 e3 43 fe 47 f5 8a 3c 09 5e 48 d3 14
DEBUG: 13 af 5d ee 79 53 9a a6 ba 66 29 94 ab 04 c7 c4
DEBUG: b2 ee 25 b9 be b3 04 82 5a 53 34 63 38 59 c9 d9
DEBUG: 21 40 5f 2a d3 c3 9b f5 3f ad 4e 0c 18 e5 da e2
DEBUG: RC4 Out Key:
DEBUG: ac 9c ed 66 63 66 47 9a 12 25 f6 eb ed 35 ab 02
DEBUG: RC4 In Key:
DEBUG: 1a 20 37 89 a5 85 4f dd 39 1e 8a 10 b8 bc 05 b8
DEBUG: HandShake: Calculated digest key from secure key and server digest:
DEBUG: 24 c4 29 f5 52 c7 43 52 ec 83 f2 63 af 19 8b 4c
DEBUG: 19 b5 3b fd e8 d7 78 87 98 9b 3e b4 5e 88 57 79
DEBUG: HandShake: Client signature calculated:
DEBUG: 21 db 86 9d 93 5d a9 4d 26 3b 0f 08 fb df cf 48
DEBUG: b4 7e 23 90 d0 fd 8f 4e c8 0e d9 15 84 f3 13 e8
DEBUG: HandShake: Server sent signature:
DEBUG: 6f 22 47 36 9b 0d d7 8e 87 29 17 77 dd ff 96 dc
DEBUG: ab 18 24 1d b4 df b8 c3 19 22 7c 42 5a 89 b4 8d
DEBUG: HandShake: Digest key:
DEBUG: 00 b4 1c 05 a2 3c df 9a 85 35 6e 2d 56 b1 a6 d5
DEBUG: ed 50 4b 27 11 1d 73 e2 65 95 62 0e 7e 06 da 03
DEBUG: HandShake: Signature calculated:
DEBUG: 6f 22 47 36 9b 0d d7 8e 87 29 17 77 dd ff 96 dc
DEBUG: ab 18 24 1d b4 df b8 c3 19 22 7c 42 5a 89 b4 8d
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: HandleCtrl, received ctrl. type: 0, len: 6
DEBUG: HandleCtrl, Stream Begin 0
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 259 bytes
DEBUG: (object begin)
DEBUG: (object begin)
DEBUG: Property: <Name: fmsVer, STRING: FMS/3,5,2,654>
DEBUG: Property: <Name: capabilities, NUMBER: 31.00>
DEBUG: Property: <Name: mode, NUMBER: 1.00>
DEBUG: (object end)
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Su
ccess>
DEBUG: Property: <Name: description, STRING: Connection succeeded.>
DEBUG: Property: <Name: data, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: version, STRING: 3,5,2,654>
DEBUG: (object end)
DEBUG: Property: <Name: clientid, NUMBER: 2129070400.00>
DEBUG: Property: <Name: objectEncoding, NUMBER: 0.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <connect>
DEBUG: sending ctrl. type: 0x0003
DEBUG: Invoking createStream
DEBUG: FCSubscribe: mp4:video/tay_du_ky/tay_du_ky_001_high.mp4
DEBUG: Invoking FCSubscribe
DEBUG: RTMP_ClientPacket, received: invoke 29 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <createStream>
DEBUG: SendPlay, seekTime=0, stopTime=0, sending play: mp4:video/tay_du_ky/tay_d
u_ky_001_high.mp4
DEBUG: Invoking play
DEBUG: sending ctrl. type: 0x0003
DEBUG: RTMP_ClientPacket, received: invoke 171 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Start>
DEBUG: Property: <Name: description, STRING: FCSubscribe to stream vi
deo/tay_du_ky/tay_du_ky_001_high.mp4.>
DEBUG: Property: <Name: clientid, NUMBER: 2129070400.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onFCSubscribe>
DEBUG: HandleCtrl, received ctrl. type: 1, len: 6
DEBUG: HandleCtrl, Stream EOF 1
WARNING: Received FLV packet before play()! Ignoring.
DEBUG: HandleCtrl, received ctrl. type: 1, len: 6
DEBUG: HandleCtrl, Stream EOF 1
DEBUG: RTMP_ClientPacket, received: invoke 220 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Stop>
DEBUG: Property: <Name: description, STRING: Stopped playing video/ta
y_du_ky/tay_du_ky_001_high.mp4.>
DEBUG: Property: <Name: clientid, NUMBER: 2129070400.00>
DEBUG: Property: <Name: reason, STRING: >
DEBUG: Property: <Name: details, STRING: video/tay_du_ky/tay_du_k
y_001_high.mp4>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Stop
DEBUG: Invoking deleteStream
DEBUG: Closing connection.

Last edited by em_dai_kho : 03-13-2011 at 10:22 PM.
Reply With Quote
  #8  
Old 03-14-2011, 03:04 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:
C:\rtmp>rtmpdump -r rtmpe://173.208.109.172/play -l 2 -y mp4:video/tay_du_ky/tay
_du_ky_001_high.mp4 -o test.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
WARNING: Received FLV packet before play()! Ignoring.

C:\rtmp>
.
Reply With Quote
  #9  
Old 03-14-2011, 11:48 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


C:\>rtmpdump -r rtmp://173.208.109.172/play -c 80 -y mp4:video/tay_du_ky/tay_du_
ky_001.high.mp4 -t rtmpe://115.84.182.84/vivo -s http://vivo.vn/files/flash/seph
Player.swf -p http://vivo.vn/episode/tay-du-ky-/12...-xuat-the.html -o
test.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
WARNING: Received FLV packet before play()! Ignoring.
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 12:34 AM.


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