Skip to content

sfrsebastian/labredes6

Repository files navigation

Configuracion Servidor con VLC

  1. Descargar la aplicacion VLC Media Player
  2. Definir en archivo bash_profile (OSX) o bashrc (Linux) el siguiente alias: alias vlc='(ruta archivo VLC ejecutable) -I rc'
  3. Comprobar el funcionamiento de la linea de comandos escribiendo en la linea de comandos vlc

Creacion de stream UDP RTP Multicast

  1. Ejecutar el comando stream.sh (ruta archivo de video)
  2. Desde VLC o cualquier cliente que soporte Streams RTP, ingresar la direccion rtp://239.255.0.1:9001
  3. Reproducir video.

Configuración Autheo

instalar postgress

CREATE DATABASE autheodb; CREATE USER autheo WITH PASSWORD 'Autheo1234'; GRANT ALL PRIVILEGES ON DATABASE "autheodb" to autheo;

install redis server

Ejecutar el jar con el siguiente comando java -jar target/autheo-1.0-SNAPSHOT.jar server autheo-postgresql-develop.yml

Autenticar usuario: ip:port/users/{{username}}/tokens
{ username: {{username}}, password: {{hashedPassword}}, organizationId: {{organization}} } var bitArray = sjcl.hash.sha256.hash(password); var hashedPassword = sjcl.codec.hex.fromBits(bitArray);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages