Search found 4 matches

Go to advanced search

by eman123
07 Sep 2016 09:13
Forum: Development around libVLC
Topic: Enable logging in python
Replies: 0
Views: 330

Enable logging in python

Im trying to enable log messages using python binding. Im passing network streams & i need to identify the status of the stream using the log message. example: [02dc3eb4] http access error - The server is unavailable [02da6704] core stream error: cannot pre fill buffer - problem with ts file How...
by eman123
07 Sep 2016 09:03
Forum: Development around libVLC
Topic: How to use log_set with python binding?
Replies: 6
Views: 3583

Re: How to use log_set with python binding?

Hi did you find a solution for this ? i have same problem. I'm passing different streams to vlc using python but i need to read the logs in order to identify if streams are valid or not
by eman123
23 Aug 2016 12:32
Forum: Development around libVLC
Topic: python_vlc : Display video title error
Replies: 0
Views: 409

python_vlc : Display video title error

I get an error when trying to run [player.set_video_title_display(6,5000) ] the code: Instance = vlc.Instance() player = Instance.media_player_new() Media = Instance.media_new_location(url) player.set_media(Media) x= Media.get_meta(0) player.set_title(1) player.set_video_title_display(6,5000) player...
by eman123
23 Aug 2016 11:10
Forum: Development around libVLC
Topic: Python_VLC - Display meta while playing
Replies: 0
Views: 303

Python_VLC - Display meta while playing

I'm using python-vlc to play streaming links
I am able to get meta using libvlc_media_get_meta(p_md, e_meta) method i want the returned value assuming its the title (url in this case) to be displayed on screen when the player opens.
Any idea how to do that ?

Go to advanced search