I'm trying to stream a video source to a Unicast address using VLC. So far what I've tried is;
Code: Select all
:sout=#udp{mux=ts,dst=192.168.20.10:1234} :sout-keep
I've tried this with 2.1.5, 2.2.5.1 and vlc-3.0.0-20171026-0257-git-win32 versions and the result is the same. (Both on Windows 10 and Windows 7)
The gdb stack trace didnt give me much but "SIGSEGV Segmentation Fault". Also vlc log messages are something like;
Code: Select all
udp debug: late packet for UDP input (32105952838)
udp debug: late packet for UDP input (32105951787)
udp debug: late packet for UDP input (32105950736)
udp debug: late packet for UDP input (32105949685)
udp debug: late packet for UDP input (32105948634)
udp debug: late packet for UDP input (32105947583)
EDIT: Crash,due to rapid memory increase, also occurs if destination IP is valid.