I'd like to report some vlc crash case:
make two channels vlm conf file.
there are two vlc instances
vlc instance 1:
new channel1 broadcaster enable
setup channel1 input udp://@238.1.1.1:1234
setup channel1 output #transcode{vcode=DIV3,vb=2800,acode=mp4,ab=32,scale=1}:std{access=http,mux=ts,dst=0.0.0.0:8080}
vlc instance 2:
new channel2 broadcaster enable
setup channel2 input http://192.168.0.37:8080
setup channel2 output #transcode{vcode=h264,vb=800,acode=mp4,ab=32,scal=1}:std{access=http,mux=ts,dst=0.0.0.0:7000}
channel1 receive a udp stream and transcode to DIV3
channel2 transcode it to h264.
it is work, and I play 192.168.0.37 http stream very good. but when I disconnect the network cable of channel1 or kill instance 1 and keep this status 2 or 3 even 8 hours the crash happen. I can not find out any vlc instance in windows, and even whole machine stuck, I can not visit that machine with telnet or ftp.
BTW for two ET port config, I've to disable and reenable NIC of instance2 or disconnect and reconnect its network cable at beginning to make instance 1 work due to vlc DO NOT support udp multicast NIC selection.
is this a memory leak bug? and no way to solve multiple NIC selection?