Valkka  1.6.1
OpenSource Video Management
livedep.h
Go to the documentation of this file.
1 /*
2  * livedep.h : A list/recompilation of common header files for live555
3  *
4  * (c) Copyright 2017-2024 Sampsa Riikonen
5  *
6  * Authors: Sampsa Riikonen <sampsa.riikonen@iki.fi>
7  *
8  * This file is part of the Valkka library.
9  *
10  * Valkka is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU Lesser General Public License as
12  * published by the Free Software Foundation, either version 3 of the
13  * License, or (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * along with this program. If not, see <https://www.gnu.org/licenses/>
22  *
23  */
24 
35 // live555 header files
36 // for custom installation : copy/link header files to "$valkka/include/ext/", place relevant "*.so" files to "$valkka/lib" (see the ln_live.bash scripts)
37 #include "UsageEnvironment.hh"
38 #include "BasicUsageEnvironment0.hh"
39 #include "BasicUsageEnvironment.hh"
40 
41 #include "NetAddress.hh"
42 #include "GroupsockHelper.hh"
43 
44 #include "liveMedia.hh"
45 #include "Media.hh"
46 #include "MediaSession.hh"
47 #include "RTSPClient.hh"
48 #include "FramedSource.hh"
49 #include "H264VideoRTPSource.hh"
50 #include "RTSPClient.hh"