-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
斗鱼录制报错 #489
Comments
我也是用 docker,刚试了一下斗鱼还是可以录的。 |
你方便把 config 里的 |
我也试着录了一下呆妹,用这个 url:https://www.douyu.com/t/2947432 |
我看了一下,斗鱼出现这个错误信息可能有 4 种可能。现在的代码没有区分这四种情况时的 log 文字,全写一样的了,所以没法一下子发现你的问题。 |
非常尴尬 ,我刚又重启试了下,正常了。。。。。。 |
我刚发现呆妹直播间录下来的不是flv,而是ts文件!ts文件尺寸来看似乎是都录上了,但我这边不能正常播放。 |
本地是可以播放的,但是用咱们的网页播放器播放失败,有可能是html播放器解码的问题 |
你录下来的也是 ts 文件是吗? |
是的,我看有的主播是ts,有的是flv,好像人气大的主播是ts |
会录到 ts 的主播是程序未曾想过的情况。录制下来的 ts 文件不能再网页上播放,很可能也不能拖动进度条。似乎也不能自动转换成 mp4 文件。 |
程序版本
v0.7.13
所使用的 config 文件的内容
rpc:
enable: true
bind: :8080
debug: false
interval: 20
out_put_path: /srv/bililive
ffmpeg_path: ""
log:
out_put_folder: ./
save_last_log: true
save_every_log: false
feature:
use_native_flv_parser: false
remove_symbol_other_character: false
live_rooms:
is_listening: true
quality: 0
is_listening: true
quality: 0
out_put_tmpl: ""
video_split_strategies:
on_room_name_changed: false
max_duration: 0s
cookies: {}
on_record_finished:
convert_to_mp4: false
delete_flv_after_convert: false
timeout_in_us: 60000000
程序 log
bili-go-cache-1 | time="2023-07-05 20:41:51" level=warning msg="failed to get stream url, will retry after 5s..." error="room not exists" host="Minana呀" room="今天是坏姐姐~~~~~~~~"
自由描述
使用docker运行
今天开始遇到的之前还可以是不是斗鱼更新了
The text was updated successfully, but these errors were encountered: