Below is the list of the files dealing with RTP over HTTP in boa :
Below is the list of the files dealing with RTP over HTTP in boa :
The file defines what Content-Type Boa will send. Define the relative Content-Type of RTP over HTTP, application/x-rtsp-tunnelled, here.
Files: mime.types
Define the UNIX domain socket path in boa.conf to communicate with the RTSP server
Files: boa.conf
Deal with the GET and POST request and pass the client socket fd to the RTSP server
Files: transfer.c