Dear all,
How to get information of a streaming video during streaming.
Such as Duration, the bit rate of streaming, the Type(Audio Only,
Video Only, Video + Audio), Codec(The audio and video codec for
streaming ), Dimension, and Title(if exist).
It seems the Duration can be gotten from MediaPlayer.getDuration(),
the Dimension can be gotten from MediaPlayer.getVideoHeight() and
MediaPlayer.getVideoWidth()
but how to get else information?

