Skip to content

Streaming: probably typo on multicast streaming

https://docs.videolan.me/vlc-user/desktop/3.0/en/advanced/streaming/stream_over_rtp.html?highlight=multicast#receiving-the-multicast-stream

It says

To receive the stream, run the following code on the receiving devices:

$ vlc rtp://239.255.255.250:5010

but vlc rtp://@239.255.255.250:5010 should probably be used instead, this needs to be tested.