You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python 3.10
pytorch 1.12.1 cuda 11.3
ubuntu 18.04
ffmpeg 4.4.2
after the install guide, run docker and app.py, cant get the video on vlc and get a err in app.py that said Requested output format 'flv' is not a suitable output format, did there are any advise to fix this issue? if you know, please help me, thx
[INFO] warm up ASR live model, expected latency = 1.400000s
start websocket server
[INFO] frame_to_text...
[INFO] warm-up done, actual latency = 2.698054s
[NULL @ 0x7f91eacabea0] Requested output format 'flv' is not a suitable output format
[INFO] frame_to_text...
[INFO] frame_to_text...
[INFO] frame_to_text...
[INFO] frame_to_text...
------actual avg fps:28.9061
[INFO] frame_to_text...
[INFO] frame_to_text...
[INFO] frame_to_text...
[INFO] frame_to_text...
------actual avg fps:39.0283
The text was updated successfully, but these errors were encountered:
[INFO] frame_to_text...
[INFO] warm-up done, actual latency = 2.698054s
[NULL @ 0x7f91eacabea0] Requested output format 'flv' is not a suitable output format #视频流编解码问题
[NULL @ 0x7f91eacabea0] Requested output format '-l' is not a suitable output format #音频流编解码问题
[INFO] frame_to_text...
ERROR: Got permission denied while trying to connect to the Docker daemon socket
#解决办法:添加用户到docker组
sudo groupadd docker #添加docker组
sudo gpasswd -a username docker #将用户username添加到组
id #查看用户所在的组
newgrp docker #如果未在组中,在用户终端下使用newgrp用刷新用户组
python 3.10
pytorch 1.12.1 cuda 11.3
ubuntu 18.04
ffmpeg 4.4.2
after the install guide, run docker and app.py, cant get the video on vlc and get a err in app.py that said
Requested output format 'flv' is not a suitable output format
, did there are any advise to fix this issue? if you know, please help me, thx[INFO] warm up ASR live model, expected latency = 1.400000s start websocket server [INFO] frame_to_text... [INFO] warm-up done, actual latency = 2.698054s [NULL @ 0x7f91eacabea0] Requested output format 'flv' is not a suitable output format [INFO] frame_to_text... [INFO] frame_to_text... [INFO] frame_to_text... [INFO] frame_to_text... ------actual avg fps:28.9061 [INFO] frame_to_text... [INFO] frame_to_text... [INFO] frame_to_text... [INFO] frame_to_text... ------actual avg fps:39.0283
The text was updated successfully, but these errors were encountered: