Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

119
Vistas
broadcast the video realtime

Id like to broadcast the video realtime on different network(public) using webrtc. I am checking TannerGabrriel Broadcast code on github! This is the code :https://github.com/TannerGabriel/WebRTC-Video-Broadcast Im new in javascript.. I usually use python php html but it make very hard for me to understand javascript for some reason. I tried the screen share but it takes the whole screen! I only want the video to be broadcast, And how do my viewer to watch it?

Html part

<video preload="auto" autoplay poster="./css/poster.jpg">
   <source src="./css/den.mp4" type="video/mp4"></source>
</video>

I got the JS from youtube but Id like to stream it online. realtime... tracking each movement on this video,,, fast forward , backward pause! go to 12:21

(function(){
        var video = document.getElementById('video'),
            vendorUrl = wind.URL || window.webkitURL;
            
        navigator.getMedia = navigator.getUserMedia ||
                            navigator.webkitGetUserMedia ||
                            navigator.mozGetUserMedia ||
                            navigator.msGetUserMedia;
                            
        navigator.getMedia({
            video:true,
            audio:false
        }, function(stream){
            video.src =verndorUrl.createObjectURL(stream);
            video.play();
        }, function(error){
        
        });
    })();
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

If you only want to broadcast a video, use wrtc on backend, with it single source can broadcast a video to multiple receiving ends. unlikely wrtc is an node js package and dont know what you're backend is made of

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda