Search found 4 matches

Go to advanced search

by mohammadhosein
31 Oct 2020 06:15
Forum: Development around libVLC
Topic: problem with using a lot of random memory access in python and vlc
Replies: 6
Views: 567

Re: problem with using a lot of random memory access in python and vlc

I didn't know where is the correct log you need, so I provided and example in python from the thing i do.
In this zip file, two files named test.py that is the code, and a playlist file that contains some tv channels exists. When I open the test.py, my memory go's up
https://gofile.io/d/e6UQyN
by mohammadhosein
27 Oct 2020 06:29
Forum: Development around libVLC
Topic: problem with using a lot of random memory access in python and vlc
Replies: 6
Views: 567

Re: problem with using a lot of random memory access in python and vlc

Well, You are true. But how can I release the memory when these errors are occurred? I'm writing a program like robot for a Messenger, if a user send a link to play and this link was an IPTV, and these errors occurred, memory goes up and don't come back down, and after some time, memory won't have e...
by mohammadhosein
23 Oct 2020 14:43
Forum: Development around libVLC
Topic: problem with using a lot of random memory access in python and vlc
Replies: 6
Views: 567

problem with using a lot of random memory access in python and vlc

Hello. I want to play an IPTV playlist with vlc and python. Evrything is ok, but when I want to change the playlist or play an other file, cannot release the memory used by vlc for playing the playlist: #importing vlc: import vlc #Creating Instance: i=vlc.Instance("-q") #Creating media pla...

Go to advanced search