Is there a general memory leak when streaming video over udp?
Using vlc to stream video over udp breaks on FreeBSD, Fedora, Red Hat, Windows and Suse on different hardware. The behaviour is similar, streaming starts, memory leaks away and when memory is low enough vlc stops.
On the *nix variants the command to run vlc is as below. all installations are fresh and the latest version of vlc is being used.
vlc -vvv --loop playlist.m3u --sout '#transcode{acodec=mpga,vb=2048,ab=192}:standard{access=udp,mux=ts,dst=239.255.255.255}'
See also postings to below thread.
viewtopic.php?t=29020&highlight=freebsd
What can I do to help?