简体   繁体   中英

AS3 - check if flv has video in it

I'm a n00b @ AS but I have managed to put together a video player using NetStream that suits my needs perfectly. The thing I'd like to add is that it would display a certain image if the streamed .flv clip only has audio track in it (mp3 converted flv).

Q: is there a way to check if the .flv I'm streaming has video in it?

OK, I think I found the solution. Using info from "onMetaData" I can check for video codec (videocodecid) and it seems to return "undefined", if the .flv only contains audio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM