python-vlc won't start the player
问题 Ok here go .Im trying to play a video located online.I got the url ,which is the following: http://fsi.stanford.edu/sites/default/files/video_4.mp4 Its not something i will use in my application but Its just a sample file . Reading the examples for the python-vlc module i wrote the following code: import vlc Instance = vlc.Instance('--fullscreen') player = Instance.media_player_new() Media = Instance.media_new('http://fsi.stanford.edu/sites/default/files/video_4.mp4') Media.get_mrl() player