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

127
Vistas
ISM format video not working for Dashjs in Vue 3

I am attempting to implement the Dashjs package for a Vue 3 video player, loosely based on the following: http://reference.dashif.org/dash.js/latest/samples/smooth-streaming/mss.html. So far, I have a simple video player view that I set up using Vue 3 with Dashjs.

<template>
  <div class="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8">
    <div class="px-4 py-6 sm:px-0">
      <div :v-model="modelValue" :style="`height: ${height}; width: ${width};`">
        <video id="video" style="width:100%; height:100%;" controls></video>
        <button outlined @click="videoPlayer">Render Video</button>
      </div>
    </div>
  </div>
</template>
<script setup>

import { ref } from 'vue'
import { MediaPlayer } from 'dashjs'

const player = ref()

const videoPlayer = () => {
  player.value = MediaPlayer().create();
  const video = document.getElementById('video')
  player.value.initialize()
  player.value.attachView(video)
  player.value.attachSource('<video URL>')
  console.log([video, player.value])
}
</script>

for player.value.attachSource('<video URL>') I was able to run an mpd formatted video just fine. However, when I add links to ISM formatted videos, the player does not seem to recognize ISM formatted videos. How can I configure this code to recognize ISM formatted videos?

Here is an ISM formatted video that I tried using:

http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest
about 4 years ago · Juan Pablo Isaza
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