hectorqin / reader

阅读3服务器版,桌面端,iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star,关注一下公众号【假装大佬】❗️ Demo服务器由于未备案已被关停,建议自行搭建
GNU General Public License v3.0
8.42k stars 5.24k forks source link

有声书无法播放 #317

Closed kylelv2000 closed 1 year ago

kylelv2000 commented 1 year ago

有声书源可以正常搜索加载图书,但是无法播放 具体为打开阅读界面可以正常显示书籍信息和音频时长,但是无法播放,同时浏览器渲染资源占用陡升 通过查看源码可知解析得到音频地址正确,且可浏览器播放 猜测可能原因:

  1. 资源解析陷入错误而进入死循环
  2. 书源格式错误(但可在reader3.0 app中正常使用)
  3. 其他原因

附使用书源、书籍名称:

{
    "bookSourceUrl": "https://www.tingxiaoshuo.cc/",
    "bookSourceType": 1,
    "bookSourceName": "海盗听书",
    "bookSourceGroup": "",
    "bookSourceComment": "",
    "loginUrl": "",
    "loginUi": "",
    "loginCheckJs": "",
    "concurrentRate": "",
    "header": "{\"Referer\":\"https://app.tingxiaoshuo.cc\"}",
    "bookUrlPattern": "",
    "searchUrl": "https://www.tingxiaoshuo.cc/listen/apptingchina/appSearch?search={{key}}",
    "exploreUrl": "奇幻玄幻::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=6\n都市言情::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=7\n宫频女斗::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=8\n官场商战::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=9\n武侠仙侠::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=10\n侦探推理::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=11\n探险科幻::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=12\n重生穿越::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=13\n恐怖惊悚::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=14\n文学历史::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=15\n两性情感::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=49\n网游竞技::https://www.tingxiaoshuo.cc/listen/apptingchina/categoryList?size=10&page={{page}}&categoryId=50",
    "enabled": true,
    "enabledExplore": true,
    "weight": 0,
    "customOrder": -2085957779,
    "lastUpdateTime": 1676893804040,
    "ruleSearch": {
        "bookList": "$.data.bookData[*]",
        "name": "$.bookTitle",
        "author": "$.bookAnchor",
        "kind": "$.bookName",
        "wordCount": "$.heat",
        "intro": "$.bookDesc",
        "coverUrl": "$.bookImage",
        "bookUrl": "https://app.tingxiaoshuo.cc/listen/apptingchina/book?bookId={{$.id}}"
    },
    "ruleExplore": {
        "bookList": "$.data.list[*]",
        "name": "$.bookTitle##\\|.*",
        "author": "$.bookAnchor",
        "kind": "$.bookName",
        "wordCount": "$.heat",
        "intro": "$.bookDesc",
        "coverUrl": "$.bookImage",
        "bookUrl": "https://app.tingxiaoshuo.cc/listen/apptingchina/book?bookId={{$.id}}"
    },
    "ruleBookInfo": {
        "name": "$.data.bookData.bookTitle",
        "author": "$.data.bookData.bookName&&$.data.bookData.bookAnchor",
        "kind": "$.data.bookData.categoryName",
        "intro": "$.data.bookData.bookDesc",
        "coverUrl": "$.data.bookData.bookImage",
        "tocUrl": "https://app.tingxiaoshuo.cc/listen/apptingchina/chapter?size=50000&page=1&sort=asc&bookId={{$.data.bookData.id}}"
    },
    "ruleToc": {
        "chapterList": "$.data.list[*]",
        "chapterName": "$.title",
        "chapterUrl": "https://app.tingxiaoshuo.cc/listen/apptingchina/AppGetChapterUrl2022?uid=1&chapterId={{$.chapterId}}&bookId={{$.bookId}}",
        "updateTime": "$.update_date"
    },
    "ruleContent": {
        "content": "$.src"
    }
}

书籍名称:大奉打更人

hectorqin commented 1 year ago

v2.7.4 音频播放有bug,将会在新版修复

hectorqin commented 1 year ago

新版本应该修复了,再试试

kylelv2000 commented 1 year ago

ok感谢🙏