Search found 3 matches

Go to advanced search

by yang0312
23 Jan 2017 09:17
Forum: Development around libVLC
Topic: playing .m3u file on libVLC on python
Replies: 3
Views: 4555

Re: playing .m3u file on libVLC on python

actually, mine doesn't....
p = vlc.MediaPlayer("playlist.m3u")
p.play()
is what I've wrote, but It doesn't play any music.....
of course, in counsole, that file perfectly works fine....
by yang0312
23 Jan 2017 03:32
Forum: Development around libVLC
Topic: playing .m3u file on libVLC on python
Replies: 3
Views: 4555

playing .m3u file on libVLC on python

Hi guys. I'm having trouble playing .m3u file on python.
I mean, in console, .m3u file works fine.
Could you tell me how to play .m3u file in libVLC python? thanks!
by yang0312
20 Jan 2017 13:42
Forum: Development around libVLC
Topic: LibVLC can't read stream from network
Replies: 7
Views: 5084

Re: LibVLC can't read stream from network

HI, nice posts. I have problem with playing .m3u file(for music playlist) I used exactly same code with yours, but changed url into .m3u file. seems like code is working, but music don't make sounds.... I know .m3u file is usable. I tried vlc playlist.m3u and it's perfectly fine..... I hope someone ...

Go to advanced search