开发者

How may i get the idea video is flash or not?

开发者 https://www.devze.com 2023-01-23 06:39 出处:网络
It\'s general question nothing related with code. I want to know that video which i am playing is flash video or not.

It's general question nothing related with code. I want to know that video which i am playing is flash video or not. Are ther开发者_如何转开发e any way we can get idea about it? Can we get idea from source code ?


Video itself is never "FLASH" (unless you are talking about SWF encoding). What's flash is the player you use for streaming.

If the tag embedding the video contains a type attribute like application/x-shockwave-flash or similar, then it's a flash player, or the filename is something ending in SWF (it means video encoded in SWF format), then is a video for playing on a flash player.


You can do this with obtaining the mime-type How to find the mime type of a file in python

0

精彩评论

暂无评论...
验证码 换一张
取 消