Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP server: more work, add subscriptions and add RTP and RTCP threads
  • Loading branch information
perexg committed Mar 11, 2015
1 parent 83f94f6 commit 78e4ddf
Show file tree
Hide file tree
Showing 7 changed files with 692 additions and 42 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -162,7 +162,8 @@ SRCS-${CONFIG_UPNP} += \
# SATIP Server
SRCS-${CONFIG_SATIP_SERVER} += \
src/satip/server.c \
src/satip/rtsp.c
src/satip/rtsp.c \
src/satip/rtp.c

SRCS += \
src/api.c \
Expand Down

0 comments on commit 78e4ddf

Please sign in to comment.