Ago 022023
 

ucVideo es un control de usuario que tenia encajonado hace ya unos años, este trabajaba con el IE-WebBrowser , asi que decidí desempolvarlo y migrarlo a WebView2. El fin del usercontrol es poder reproducir videos de YouTube, Dailymotion, MP4 y M3U8, utiliza la interfaz de Webview2-Binding (Edge-Chromium) mediante RC6.dll, tiene algunos arreglos de JavaScript y CSS. He incluido las DLL dependientes en la descarga, ubicadas en la carpeta BIN

ucVideo.png

  5 Responses to “ucVideo”

  1. May I ask if setting the playback speed to be greater than 1 will result in long buffering?

    • Hello, I’m not sure about the answer, but a very good idea to implement playback speed

      Public Property Let PlayBackRate(ByVal Value As Single)
      If bVideoInit Then
      WV.ExecuteScript «document.getElementsByTagName(‘video’)[0].playbackRate= » & sSng(Value)
      End If
      End Property

      ucVideo1.PlayBackRate = 1.5

  2. Muy buen proyecto Leandro.
    Sabes si hay alguna manera de instalar extensiones en el navegador o alguna manera de bloquear los anuncios.
    Un saludo grandes aportes

  3. Excelente Leandro como siempre. Gracias por el aporte

  4. Grande Leo, un abrazo …

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)