hi all,
I develop an application with VLC ActiveX but I have problem with memory used.
I develop in Delphi 7 a Streaming application. When I use VLC activeX in standard play mode, memory gros slowly. But when I use encoding options, memory grows up to the crash.
I only add options to enable HTTP streaming. Here's value:
Memory usage in Normal Play Mode:
at startup: 34.044Ko
After 5 minutes: 34.140 Ko
Memory usage in streaming to http Mode:
at startup: 38.132Ko
After 1 minutes: 42.440 Ko
After some test, I decide to test streaming with VLC player and I've the same problem with VLC original software.
After started VLC: memory usage: 9.772 Ko
I set up stream source (http) and I configure stream output (TS encaps, Video mp4V 16/0.5, audio mp3 16/1) to HTTP port xxx (with play locally)
Memory at startup: 30.172 Ko
Memory after 5 minutes: 39.208Ko
In 5 minutes, we grows for 9 Mb ... we can suppose after 1h30: 90 minutes/5=18*9Mb= 162 Mb + 30.172 = ~200 Mb
Hope you can help for this issue ...
thanks !