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