Hi, I have an IP camera video/audio stream which can be correctly played/decoded with ffplay/ffmpeg: ffmpeg -f mpegts -i "udp://localhost:1234" -f mpegts -vcodec copy udp://localhost:1000 vlc udp://@:1000 VLC does not correctly decode the UDP stream when directly called: vlc udp://@:1234 v...