I want to see a client-server dialogue during the RTSP-session, like this:
SETUP rtsp://...... RTSP/1.0
CSeq: 3
User-Agent: ...........
Transport: ........
RTSP/1.0 200 OK
CSeq: 3
Date: Tue, Jan 15 2013 02:02:56 GMT
Transport: .......
Session: .........
Is it possible to watch the session, using VLC player? If not, how to watch it the most simplest way? Thanks in advance.
You could set up wireshark and use the rtsp
filter to see those messages.