Using the Python binding I need to get the codec info about HTTP stream. In the VLC UI it looks like this:
Using this Python code:
Code: Select all
track_info = self.media.get_tracks_info()
Where can I get such info as 'Bits per sample' and 'Bitrate'?
Thank you!