How to capture video from Youtube using HTTP Proxy? -
i have tested scenario here proxy sits between server , client while browsing youtube videos.
i sniffing http traffic, , observe @ least bunch of swf files (content-type:content-type: application/x-shockwave-flash) being received. able store these files on disk well.
now, trying playback these files, not single file. not sure why , how youtube server sending these multiple files.
questions: 1. how can interpret these files @ proxy before reach flash player in browser. 2. how can process these files (e.g. transcode) @ proxy , send them client. 3. these files independent pieces of informations flash player need or these chunked youtube server?
thanks.
Comments
Post a Comment