View Single Post
  #1  
Old 01-14-2010, 05:54 AM
kissson kissson is offline
Junior Member
 
Join Date: Jan 2010
Posts: 5
kissson is on a distinguished road
Default

tvb.com - look at this xml please, download its mp4 rtmpe stream


Code:
fms.api.tvb.com/getSmil.php?source_id=32079&video_id=103854
Code:
curl "fms.api.tvb.com/getSmil.php?source_id=32079&video_id=103854"
<?xml version="1.0"?><smil><head>
<meta base="rtmpe://e1b.vdo.vip.hk3.tvb.com/vi"/><layout> <root-layout width="512" height="288"/>
</layout></head><body><switch>
<video src="mp4:/4/276/000000027560.mp4" system-bitrate="498000" dur="0:45:5.96"/>
<video src="mp4:/4/276/000000027561.mp4" system-bitrate="200000" dur="0:45:5.96"/>
</switch></body></smil>
curl: (18) transfer closed with 11 bytes remaining to read
it is mp4:
i tried
Code:
rtmpe://e1b.vdo.vip.hk3.tvb.com/vi/mp4:/4/276/000000027560.mp4
rtmpe://e1b.vdo.vip.hk3.tvb.com/mp4:/4/276/000000027560.mp4
rtmpe://e1b.vdo.vip.hk3.tvb.com/4/276/000000027560.mp4
but it is not work

i used this line and tried the above
rtmpdump-WIN32-1.6.exe -r rtmpe://file.mp4 -o output.flv


and please give a help
thank you very much
Reply With Quote