If SDP has one video stream and two audio streams in different language,
VLC will setup for three streams.
for example:
Client->Server: Setup rtsp://audio.example.com/twister/video RTSP/1.0
Server->client: RTSP/1.0 200 Ok
Client->Server: Setup rtsp://audio.example.com/twister/audio.en RTSP/1.0
Server->client: RTSP/1.0 200 Ok
Client->Server: Setup rtsp://audio.example.com/twister/audio.fr RTSP/1.0
Server->client: RTSP/1.0 200 Ok
Is this right?
thanks!