主持人发起讨论组之后不会显示,没有任何输出。
Search Criteria
Package Details: wemeet-bin 3.19.2.400-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/wemeet-bin.git (read-only, click to copy) |
---|---|
Package Base: | wemeet-bin |
Description: | Tencent Video Conferencing, tencent meeting 腾讯会议 |
Upstream URL: | https://source.meeting.qq.com/download-center.html |
Keywords: | tencent-meeting wemeet |
Licenses: | unknown |
Provides: | tencent-meeting, wemeet |
Submitter: | sukanka |
Maintainer: | sukanka (AvianaCruz, xuwd1) |
Last Packager: | sukanka |
Votes: | 72 |
Popularity: | 2.84 |
First Submitted: | 2021-09-03 04:21 (UTC) |
Last Updated: | 2024-09-11 13:37 (UTC) |
Dependencies (27)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libyuv (libyuv-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webchannel
- Show 7 more dependencies...
Required by (1)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 32 Next › Last »
studyinglover commented on 2023-07-13 12:15 (UTC)
DawnMagnet commented on 2023-06-28 15:54 (UTC)
@everyx 我也遇到了这个问题,我通过回滚到14版本解决了
everyx commented on 2023-06-20 02:05 (UTC)
大家能正常使用吗?我的不能打开,日志如下
wemeet:WemeetSatrt
in3 LoadCustomFont()
in4 Microsoft YaHei
in4 Microsoft YaHei UI
Failed to create variant from json2023-06-20 02:03:09|139859754847936|xnn.XNNHandleMonitor|xnnhandlemonitor.cpp:37||regist handle,type:0 handle:42839520
2023-06-20 02:03:09|139859754847936|xnn.XNNContext|xnncontext.cpp:95||init xnn context succ
2023-06-20 02:03:09|139859754847936|xnn.XNNContext|xnncontext.cpp:134||SetParalleTaskCount, cnt:0
2023-06-20 02:03:09|139859754847936|xnn.XNNRTResource|xnnrtresource.cpp:20||the acc thread cnt is 0
2023-06-20 02:03:09|139859754847936|XNNReg|xnnlayerreg.cpp:828||layer map inited
2023-06-20 02:03:09|139859754847936|xnn.XNNHandleMonitor|xnnhandlemonitor.cpp:37||regist handle,type:0 handle:42841168
2023-06-20 02:03:09|139859754847936|xnn.XNNContext|xnncontext.cpp:95||init xnn context succ
2023-06-20 02:03:09|139859754847936|xnn.XNNContext|xnncontext.cpp:134||SetParalleTaskCount, cnt:0
2023-06-20 02:03:09|139859754847936|xnn.XNNRTResource|xnnrtresource.cpp:20||the acc thread cnt is 0
2023-06-20 02:03:09|139859754847936|XNNReg|xnnlayerreg.cpp:828||layer map inited
2023-06-20 02:03:09|139859754847936|xnn.XNNHandleMonitor|xnnhandlemonitor.cpp:37||regist handle,type:0 handle:42842816
2023-06-20 02:03:09|139859754847936|xnn.XNNContext|xnncontext.cpp:95||init xnn context succ
2023-06-20 02:03:09|139859754847936|xnn.XNNContext|xnncontext.cpp:134||SetParalleTaskCount, cnt:0
2023-06-20 02:03:09|139859754847936|xnn.XNNRTResource|xnnrtresource.cpp:20||the acc thread cnt is 0
ihipop commented on 2023-05-23 05:59 (UTC) (edited on 2023-05-23 05:59 (UTC) by ihipop)
@taoky xwaylandvideobridge 在目前wemeet不支持窗口投屏的前提下是不行的 问过作者,wemeet/dingtalk 都是自己截的X11的全屏幕投屏 ,要实现兼容这个需要较大的工作量,而实现支持窗口投屏的前提下,只需要少量代码即可兼容.
另外要说明的是,选窗口投屏不代表只能共享窗口,可以通过xwaylandvideobridge把整个桌面作为特殊的窗口进行投放(也就是说只有窗口投屏可以触发xwaylandvideobridge的弹窗,但是投放内容不限于窗口.),已经在discord上实际测试过了,我评论的目的也主要是给中文用户分享一下这个方案,不是说wemeet目前可以用这个方法能
这里面要顺带夸夸飞书,最近一次更新wayland兼容极好,投屏功能也是完整继承chrome的pipewire机制,基本功能使用毫无问题.
taoky commented on 2023-05-23 05:50 (UTC)
关于 wayland 的屏幕共享,我写了一篇文章,使用的方案是 Nested weston + xwayland + X Window Manager,然后 gstreamer 投屏到 weston 里面的 xwayland 的方式:https://blog.taoky.moe/2023-05-22/wemeet-screencast-in-wayland.html
xwaylandvideobridge 的构想很不错,但是我自己测试是不可行的,看代码推测是 xwaylandvideobridge 的实现是用 XRecord 监听 X 混成扩展的窗口重定向指令,但是 wemeet 应该不是用这种方式做屏幕共享的。
虚拟摄像头糊的话我感觉是预期的,因为要超低延迟串流,要么牺牲画质,要么牺牲带宽——而摄像头是前者。
ihipop commented on 2023-05-19 04:40 (UTC)
分享最近KDE的人给出的wayland下的投屏解决方案
https://invent.kde.org/system/xwaylandvideobridge
http://blog.davidedmundson.co.uk/blog/xwaylandvideobridge/
作者提供了一个兼容层,把 PipeWire / xdg-desktop-portal 的共享屏幕机制和xwayland的屏幕共享连接了起来 解决了xwayland程序不支持屏幕共享的问题.
flobit commented on 2023-05-19 03:44 (UTC)
共享屏幕之后无法退出 屏幕共享功能正常,但是当光标移动到屏幕顶端的 【腾讯会议】 浮窗的时候,浮窗会自动消失,无法打开菜单停止屏幕共享。有人遇到过相同的问题吗?请分享一下解决方案
ihipop commented on 2023-05-04 04:11 (UTC)
使用虚拟摄像头的方式共享屏幕的话内容非常模糊几乎没有实用性,是我自己的问题么?
ruy16109 commented on 2023-04-24 02:59 (UTC) (edited on 2023-04-24 03:02 (UTC) by ruy16109)
/usr/bin/wemeetapp
经常占用一整个内核,且在输入会议id界面卡死至少20分钟。
现在只能用/opt/wemeet/bin/wemeetapp
。这样可以正常使用(除了屏幕共享,需要虚拟摄像头)。
Sway (Wayland)
另外,我注意到使用/opt/wemeet/bin/wemeetapp
时使用的是wayland,这是否表明当前软件已经基本支持wayland?在/usr/bin/wemeet
中能否去掉unset WAYLAND_DISPLAY
?
vvzoro commented on 2023-04-07 01:21 (UTC)
有遇到这个问题吗,手动创建了目录也不行,给了777权限也不行
~
❯ wemeet
bwrap: Can't mount tmpfs on /newroot/home/zw/.config: No such file or directory
Pinned Comments
xuwd1 commented on 2024-11-21 07:39 (UTC) (edited on 2024-12-08 09:58 (UTC) by xuwd1)
Wayland下屏幕共享已经实现(非虚拟相机). 目前已经支持大部分DE/WM,包括KDE, GNOME, Hyprland, wlr-based WMs. 请见AUR包wemeet-wayland-screenshare-git
AvianaCruz commented on 2023-08-13 13:57 (UTC)
原生 Wayland 下无法使用摄像头,无法直接进行屏幕共享。如有上述需求请使用
wemeet-x11
启动。sukanka commented on 2022-07-15 15:09 (UTC) (edited on 2022-12-07 14:13 (UTC) by sukanka)
如果遇到提示更新,可先下载,然后标记过期时提供新版本的 4位版本号+md5 (不是 sha512)
请直接标记过期,而不是在评论区贴新版md5与版本号。
(deb 包可在
/tmp/Temp
下找到) 版本号为四位(如3.10.0.401): 解压 deb包中的control.tar.xz
打开其中的control
文件,找到Version: 3.10.0.401
即为新的版本号。arm 版本有时候与应用内不一致,这是由于 x86版本更新了,但是 arm 版没更新,静待更新即可(欢迎提供 md5+版本号)
sukanka commented on 2022-05-02 03:28 (UTC) (edited on 2023-08-13 13:40 (UTC) by sukanka)
pulseaudio
还是pipewire-pulse
pulseaudio
杂音的解决方法:拖动系统音量条(不是腾讯会议里面的)到0再调回来. 每次这样操作就能好了, thank @KimiblockLoadCustomFont()
,请尝试执行mkdir -p $HOME/.config/fontconfig
wayland
下要使用摄像头,请使用wemeet-x11
启动。