Question / Help VLC does not support the audio or video format "undf"

Wickot

New Member
Hi,

So I've been able to set up a RTMP server and have a friend stream to it successfully. Now I want to see what they are streaming, to do so I'm using VLC as suggested. The connection seems to be made, because now I'm getting an error:

Code:
VLC does not support the audio or video format "undf". Unfortunately there is no way for you to fix this.

The stream address I am using is

Code:
 rtmp://localhost/live/test
 
Top