Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/12/2014, 18:39
yome
 
Fecha de Ingreso: diciembre-2014
Mensajes: 6
Antigüedad: 9 años, 4 meses
Puntos: 0
Pregunta Problema con video MP4 para jwplayer

Hola, estoy intentando reproducir este vídeo con JW Player,
Código HTML:
https://hive-storage16.hive.im/api/file/download/?request=NW5wRy8yNHRGZmt6OUJqUk1PUzdlN3l2d2d4ZTNIdy9CdEo3d2xsTytqRT0=&token=TTgrSEh6SVJzL2ozT3RBbVdvbStCaUhGa1hVd3FqbG5GaFpwckxFc2VKYz0=&accessKey=4qu2p9aNpvKJ5QPu&fileData=QmxTY0pibVIrSHMvTEpibFp3bXV1MEFMaG1lM3Y0TWhlUXN2c3E4RHRxYmxwVW9EaGVaM2NWRnhEOVdLWG9iUlZsM2xxUU11cHZMOXpBakxiU3doSGg4TCs1d0dnVkR6Y05VYm5pS01rdVhlNDlvb0hDSTNNd0MwNnlCdFdaWk5xVFdHbGY1Sm1MdzA4UXdHdGhxQ01EUHF3bXhoSzdoZmFsRHc2Yzlpd2x3PQ==
y no hay manera de hacerlo funcionar, el JWPlayer que uso es el del plugin que hay para Wordpress, la única forma con la que consigo reproducirlo es así
Código PHP:
<video width="640" height="480" controls>
  <
source src="https://hive-storage16.hive.im/api/file/download/?request=NW5wRy8yNHRGZmt6OUJqUk1PUzdlN3l2d2d4ZTNIdy9CdEo3d2xsTytqRT0=&token=TTgrSEh6SVJzL2ozT3RBbVdvbStCaUhGa1hVd3FqbG5GaFpwckxFc2VKYz0=&accessKey=4qu2p9aNpvKJ5QPu&fileData=QmxTY0pibVIrSHMvTEpibFp3bXV1MEFMaG1lM3Y0TWhlUXN2c3E4RHRxYmxwVW9EaGVaM2NWRnhEOVdLWG9iUlZsM2xxUU11cHZMOXpBakxiU3doSGg4TCs1d0dnVkR6Y05VYm5pS01rdVhlNDlvb0hDSTNNd0MwNnlCdFdaWk5xVFdHbGY1Sm1MdzA4UXdHdGhxQ01EUHF3bXhoSzdoZmFsRHc2Yzlpd2x3PQ==" type="video/mp4">
</
video
pero me gustaría hacerlo funcionar con JW Player, ¿se podría modificar el link o algo para que funcione?

Última edición por yome; 11/12/2014 a las 18:52