|
|
|
# crear el stream de directos
|
|
|
|
|
|
|
|
Seguimos los pasos documentados en la trastienda
|
|
|
|
https://sindominio.net/trastienda/tecnica/servicios/streamingdirecto/
|
|
|
|
|
|
|
|
Incluir index.html,video-js.css, video.js and jquery-slim.min.js y ya lo tienes.
|
|
|
|
|
|
|
|
# Como hacer que jitsi haga stream en sintoniza
|
|
|
|
|
|
|
|
## solucion 1: hackeando jitsi
|
|
|
|
estable y funciona desde hace un tiempo según su autor:
|
|
|
|
https://github.com/jitsi/jitsi-meet/issues/2829#issuecomment-509712706
|
|
|
|
|
|
|
|
## solución 2: con un script ffmpeg
|
|
|
|
solucion no intusiva con jitis y permite striming de cualquier fuents.
|
|
|
|
|
|
|
|
https://community.jitsi.org/t/how-do-i-change-youtube-live-stream-to-another-rtmp-server-url/24817/7?u=lodopidolo
|
|
|
|
|
|
|
|
## solución 3: simulcast a cualquier otra págia
|
|
|
|
|
|
|
|
permite enviar simultáneamente a muchos streamers
|
|
|
|
https://community.jitsi.org/t/stream-to-any-or-multiple-rtmp-destinations-record-simultaneously/51943
|
|
|
|
|
|
|
|
## solución 4: rtmp nginix video por exo/guifipedro
|
|
|
|
https://gitlab.com/guifi-exo/wiki/-/blob/master/howto/rtmp_streamer.md
|