]> git.sesse.net Git - vlc/commit
rtsp: connect to an RTSP server, issue a DESCRIBE command and return
authorLaurent Aimar <fenrir@videolan.org>
Sun, 3 Aug 2003 02:00:00 +0000 (02:00 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 3 Aug 2003 02:00:00 +0000 (02:00 +0000)
commit0927763dc1faafc0f75a94bd71907b9980b8f2e4
tree994086bfca75c6e939cc75fa3a9ba1a40714bac4
parent62003938d5d8b847b579c16bdcd1068ab092d3e4
 rtsp: connect  to an RTSP server,  issue a DESCRIBE command  and return
the  answer.  It  WON'T  let  you  do  rtsp  as  we  first  need  a  SDP
parser/demuxer, but it is on the way.

 The idea is to have a generic  SDP demuxer that will work with SDP from
file, http or rtsp.
modules/access/rtsp.c [new file with mode: 0644]