# Streaming Server Memoriav Media Streaming Server ## Installation go get gitlab.switch.ch/memoriav/memobase-2020/services/streaming-server go build gitlab.switch.ch/memoriav/memobase-2020/services/streaming-server/cmd/server ## Test go test gitlab.switch.ch/memoriav/memobase-2020/services/streaming-server/cmd/server ## Prerequsites MariaDB/MySQL Server with table structure of [table.sql](tables.sql) # Trivial Token Service ## Installation go get gitlab.switch.ch/memoriav/memobase-2020/services/streaming-server go build gitlab.switch.ch/memoriav/memobase-2020/sevices/streaming-server/cmd/tokenService ## Usage http://localhost:83/memostream/sig-01 http://localhost:83/[audience]/[subject] ### Docker ```sh docker run -v:/app/memostream.toml ```