Search found 16 matches

Go to advanced search

by Nepho
15 Apr 2015 17:49
Forum: Development around libVLC
Topic: [Python] Using playlists
Replies: 5
Views: 967

Re: [Python] Using playlists

Alright, thanks for the help anyway. Since nobody has been able to help me for now a whole month, I'll just assume that that either the documentation is not complete, or the Python bindings are just not fully working/complete. Do you know any other media player that has a Python API I could use? Tha...
by Nepho
14 Apr 2015 22:56
Forum: Development around libVLC
Topic: [Python] Using playlists
Replies: 5
Views: 967

Re: [Python] Using playlists

Hello Jean-Baptiste, Thank you for your answer. I have several problems with the MediaList class (and its associated MediaListPlayer). Firstly, when I add Medias to a MediaList, it will sometimes raise an access violation exception. I sent a ticket to the dev team about this, I hope it will get fixe...
by Nepho
09 Apr 2015 11:39
Forum: Development around libVLC
Topic: [Python] Using playlists
Replies: 5
Views: 967

[Python] Using playlists

Hi. How do I handle playlists? First of all, the insert_media() method will randomly cause an access violation, so this sucks. But I can skip this part anyway by creating the playlist by hand. Anyway. Now that I have my playlist, how the hell do I tell VLC to play it with a shuffle? There is absolut...
by Nepho
05 Apr 2015 13:21
Forum: Development around libVLC
Topic: [PYTHON] Load a new media without resetting the player
Replies: 5
Views: 1220

Re: [PYTHON] Load a new media without resetting the player

The media list object is bugged, I already filled a ticket for this about one week ago. When you add medias to the playlist, it can cause a access violation error, more or less randomly. Well, it looks random at least. Plus, for some reason, with a MediaListPlayer, you can't access any information a...
by Nepho
05 Apr 2015 10:44
Forum: Development around libVLC
Topic: [PYTHON] Load a new media without resetting the player
Replies: 5
Views: 1220

Re: [PYTHON] Load a new media without resetting the player

Still looking for an answer to that, if anyone knows anything about it :)
by Nepho
05 Apr 2015 10:43
Forum: General VLC media player Troubleshooting
Topic: VLC player freezing video on other application's full-screen.
Replies: 1
Views: 375

VLC player freezing video on other application's full-screen.

Hello, I noticed that whenever I alt tab to a full-screen game, the video from my VLC player freezes. The audio continues, though. I've seen that this is a pretty spread problem and I tried the usual suggestions, mainly enabling OpenGL as the video Output. However, it did not solve my problem. Do yo...
by Nepho
02 Apr 2015 20:07
Forum: Development around libVLC
Topic: [PYTHON] Load a new media without resetting the player
Replies: 5
Views: 1220

Re: [PYTHON] Load a new media without resetting the player

Anyone to help me? I'd just like the new media to always be opened in the same VLC window. Because right now, sometimes, it closes the old one and opens a new one, which makes my other software lose the focus on the VLC window. Please? It can't be hard. Edit: A bit more of the code. import vlc, time...
by Nepho
02 Apr 2015 12:36
Forum: Development around libVLC
Topic: Broadcast to a stream service?
Replies: 0
Views: 382

Broadcast to a stream service?

Hi.

I'd like to broadcast videos to, for example, Twitch, or any other stream service, for that matters.

Can it be done through VLC?

I found some stuff online about a project called "jtvlc", but I can't find sources anywhere.

Thanks in advance.
by Nepho
01 Apr 2015 16:04
Forum: Development around libVLC
Topic: [PYTHON] Load a new media without resetting the player
Replies: 5
Views: 1220

[PYTHON] Load a new media without resetting the player

Hi, Whenever I want to change the played video, I do: player.set_media(instance.media_new("path/to/media") player.play() However, what bothers me is that player.play() sometimes closes the current VLC instance and opens a new one, usually with a different size/video resolution. This really...
by Nepho
29 Mar 2015 20:22
Forum: VLC media player for Windows Troubleshooting
Topic: VLC player freezing video on other application's full-screen.
Replies: 5
Views: 765

Re: VLC player freezing video on other application's full-screen.

Okay I actually found a way to make it work. I just let VLC run in full screen mode, and it doesn't freeze the image anymore.

Would like to know a better way to do this though :)
by Nepho
29 Mar 2015 00:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC player freezing video on other application's full-screen.
Replies: 5
Views: 765

VLC player freezing video on other application's full-screen.

Hello, I noticed that whenever I alt tab to a full-screen game, the video from my VLC player freezes. The audio continues, though. I've seen that this is a pretty spread problem and I tried the usual suggestions, mainly enabling OpenGL as the video Output. However, it did not solve my problem. Do yo...
by Nepho
23 Mar 2015 01:55
Forum: Development around libVLC
Topic: Python - How to play a playlist?
Replies: 2
Views: 5261

Re: Python - How to play a playlist?

Hi, This reply is super late, but I have a bug with this feature. I'm simply trying to fill a playlist with videos, here is my code : player = vlc.Instance("E:\\Program Files (x86)\\VideoLAN\\VLC\\plugins") medialist = player.media_list_new() tmp = 0 for i in os.listdir('..\\FolderWithVide...

Go to advanced search