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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -