JWPlayer Uncaught Error: Invalid SRT file

错误场景:

JWPlayer 播放视频,添加了字幕和缩略图;

字幕为Srt格式:

1
00:00:00,000 --> 00:00:02,000
战略管理过程

2
00:00:03,000 --> 00:00:05,000
我们说战略管理过程也称作叫

3
00:00:06,000 --> 00:00:08,000
那么在战略管理过程当中涉及到

4
00:00:09,000 --> 00:00:11,000
战略分析战略选择和战略实施

5
00:00:12,000 --> 00:00:14,000
这么三个阶段

6
00:00:15,000 --> 00:00:17,000
所以这整个战略规划过程

7
00:00:18,000 --> 00:00:20,000
或者管理过程当中

8
00:00:21,000 --> 00:00:23,000
它是循环往复的

9
00:00:24,000 --> 00:00:26,000
有经历过有经历这么三个阶段

10
00:00:27,000 --> 00:00:29,000
那么涉及到三个阶段有关内容

按理来说应该是字幕格式不正确是显示:Uncaught Error: Invalid SRT file

但是JWPlayer 存在问题,缩略图文件格式不对时也提示:Uncaught Error: Invalid SRT file

缩略图文件格式:

00:00.000 --> 00:05.000
/assets/1.jpg

00:05.000 --> 00:10.000
/assets/2.jpg

00:10.000 --> 00:15.000
/assets/3.jpg

00:15.000 --> 00:20.000
/assets/4.jpg
时间: 2024-10-13 01:47:40

JWPlayer Uncaught Error: Invalid SRT file的相关文章

kendo模板 Uncaught Error: Invalid template:' 报错

I was having a problem with a grid toolbar template because of a # in a hrefWorked out that I needed to excape the # with \\\ and not \\ <script type="text/x-kendo-template" id="toolbarTemplate">     <div class='toolbar'>  

Linux GRUB 引导Win 7 ---- error: invalid EFI file path

最近新买了个固态硬盘,先装了个Win 7系统,现在装的系统和以前装系统唯一的区别是引导不是以前的MBR,而是最新看似是个趋势的GPT+UEFI方式. win 7 装完啦,还是和以往的一样装 Ubantu (Ubantu 12.04),ubantu 引导磁盘扇区选择的是装win7是的那个引导磁盘(ESP分区的那个盘): ubantu 安装先是断网安装,安装到一半是抛出错误说GRUB 啥啥啥的错误,网上搜罗了一下说联网就没问题,照做啦联网后确实OK,就这样Ubantu安装一切顺利,安装完成后就发现进

Invalid signature file digest for Manifest main attributes

Solving a Spark error: Invalid signature file digest for Manifest main attributes When using spark-submit to run a jar, you may encounter this error: Invalid signature file digest for Manifest main attributes The error occurs when one of the included

hadoop 出现FATAL conf.Configuration: error parsing conf file,异常

FATAL conf.Configuration: error parsing conf file: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. 14/07/12 23:51:40 ERROR namenode.NameNode: java.lang.RuntimeException: com.sun.org.

rpm build error: invalid predicate

rpm build error error message:/usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/RPMS find: invalid predicate `' error: Bad exit status from /var/tmp/rpm-tmp.86590 (%install) The error appears to be caused by an empty RPM_BUILD_ROOT variable. Below

PostgreSQL copy 时提示:ERROR: invalid byte sequence for encoding &quot;UTF8&quot;: 0xb3

测试时使用三种文件格式: ISO-8859 Netpbm PBM image ASCII if [ $(file $filename|grep -c "ISO-8859") -gt 0 ]then echo "ISO-8859" psql -c "copy $schemaname.$tbname from '$dirname/$filename' with(format 'csv', delimiter ', encoding 'ISO-8859-1')&

error: invalid use of incomplete type

一般出现这种情况都是没有将用到的头文件包含进来 我的情况是在头文件中定义了一个QMenu的指针,在源文件中使用menuBar()函数来返回一个menu指针.我在源文件中包含了文件<QtGui>出现这个错误, .h QMenu *fileMenu; .cpp fileMenu = menuBar()->addMenu(tr("&File")); 解决办法是:在源文件中添加对<QMenuBar>的包含即可. error: invalid use of

Android源码编译:出现zip error: Invalid command arguments解决办法

前段时间出版本编译的时候,偶然间发现了这个问题: zip error: Invalid command arguments (cannot repeat names in zip file) make: *** [out/target/product/k200_hdmiin/system/etc/recovery-resource.dat] Error 16 make: *** Waiting for unfinished jobs.... 背景介绍 博主目前从事AndroidTVBox开发,基

问题:编译eshoponcontainers失败,提示error:invalid reference format

环境: visual studio 2017 v15.4.2,docker ce Version 17.06.0-ce-win19 (12801) 参考问题页: https://github.com/dotnet-architecture/eShopOnContainers/issues/107 问题: F5运行是报错: error : Building webstatus error : invalid reference format. 与: audipen commented on 26