Re: where is weston-content-protection-client-protocol.h?

2019-09-30 Thread Barry Song
Scott Anderson 于2019年10月1日周二 下午3:45写道: > > On 1/10/19 3:35 pm, Barry Song wrote: > > Hi Ankit and all, > > clients/content_protection.c includes > > weston-content-protection-client-protocol.h, and i found commit > > 8b40def845c1

where is weston-content-protection-client-protocol.h?

2019-09-30 Thread Barry Song
Hi Ankit and all, clients/content_protection.c includes weston-content-protection-client-protocol.h, and i found commit 8b40def845c1b965c2888b1f036ef1f19d76 added weston_content_protection_protocol_c and weston_content_protection_client_protocol_h diff --git a/clients/meson.build b/clients/mes

Re: has weston a rtsp video src support?

2019-08-08 Thread Barry Song
Pekka Paalanen 于2019年8月8日周四 下午11:18写道: > > On Thu, 8 Aug 2019 16:11:23 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > Hi Pekka, > > > > it seems the memcpy(spa_buffer->datas[0].data, ptr, size) is a big > > problem to limit the usage of pipewir

Re: has weston a rtsp video src support?

2019-08-07 Thread Barry Song
Pekka Paalanen 于2019年8月3日周六 上午12:06写道: > > On Wed, 31 Jul 2019 10:20:22 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > as said in the other email, independent clone mode has been resolved > > by hacking weston damage tracking system. > > i am looking for

Re: Independent clone mode

2019-08-07 Thread Barry Song
Pekka Paalanen 于2019年8月3日周六 上午12:24写道: > > On Wed, 31 Jul 2019 09:48:07 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > Pekka Paalanen 于2019年7月27日周六 下午8:20写道: > > > > > > On Fri, 26 Jul 2019 08:58:42 +1200 > > > Barry Song <21cn...@gmail

Re: Independent clone mode

2019-07-31 Thread Barry Song
ion for all cloned outputs? for this case, i suggest you don't use overlay. > > Thank you! > > Best Regards > Nancy > > Barry Song <21cn...@gmail.com> 于2019年7月31日周三 上午5:48写道: >> >> Pekka Paalanen 于2019年7月27日周六 下午8:20写道: >> > >> > On Fri,

Re: has weston a rtsp video src support?

2019-07-30 Thread Barry Song
Pekka Paalanen 于2019年7月27日周六 下午8:10写道: > > On Fri, 26 Jul 2019 13:31:47 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > Pekka Paalanen 于2019年7月26日周五 上午3:30写道: > > > > Hi, > > > > > > I don't think that would work too well, becaus

Re: Independent clone mode

2019-07-30 Thread Barry Song
Pekka Paalanen 于2019年7月27日周六 下午8:20写道: > > On Fri, 26 Jul 2019 08:58:42 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > Pekka Paalanen 于2019年7月26日周五 上午3:30写道: > > > > > > On Thu, 25 Jul 2019 13:00:55 +1200 > > > Barry Song <21cn...@gmail.

Re: has weston a rtsp video src support?

2019-07-25 Thread Barry Song
Pekka Paalanen 于2019年7月26日周五 上午3:30写道: > > On Thu, 25 Jul 2019 13:06:02 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > Pekka Paalanen 于2019年7月24日周三 下午8:07写道: > > > > > > On Wed, 24 Jul 2019 14:02:43 +1200 > > > Barry Son

Re: Independent clone mode

2019-07-25 Thread Barry Song
Pekka Paalanen 于2019年7月26日周五 上午3:30写道: > > On Thu, 25 Jul 2019 13:00:55 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > Pekka Paalanen 于2019年7月24日周三 下午8:10写道: > > > > > > On Wed, 24 Jul 2019 13:22:43 +0800 > > > zou lan wrote: > > &

Re: has weston a rtsp video src support?

2019-07-24 Thread Barry Song
Pekka Paalanen 于2019年7月24日周三 下午8:07写道: > > On Wed, 24 Jul 2019 14:02:43 +1200 > Barry Song <21cn...@gmail.com> wrote: > > > Hi Esaki, > > > > Esaki Tomohito 于2019年7月24日周三 下午1:44写道: > > > > > > Hello Barry, > > > > > > The

Re: Independent clone mode

2019-07-24 Thread Barry Song
Pekka Paalanen 于2019年7月24日周三 下午8:10写道: > > On Wed, 24 Jul 2019 13:22:43 +0800 > zou lan wrote: > > > Hi pekka > > > > I see the clone mode is supported from this commit message. > > https://patchwork.freedesktop.org/patch/227970/ > > > > I also see the message "Independent CRTC clone mode cannot

Re: has weston a rtsp video src support?

2019-07-23 Thread Barry Song
/merge_requests/177 > > Thanks, > Esaki > > On 2019/07/24 6:24, Barry Song wrote: > > + Tomohito Esaki > > > > using remote-output i found i could broadcast a virtual screen through > > UDP. but this screen is working as an extension of existing physical > &

Re: has weston a rtsp video src support?

2019-07-23 Thread Barry Song
creen, but it seems it doesn't work for remote-output: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037946.html Barry Song <21cn...@gmail.com> 于2019年7月22日周一 上午8:57写道: > > Daniel Stone 于2019年7月21日周日 上午6:48写道: > > > > Hi Barry, > > >

Re: has weston a rtsp video src support?

2019-07-21 Thread Barry Song
Daniel Stone 于2019年7月21日周日 上午6:48写道: > > Hi Barry, > > On Sun, 21 Jul 2019 at 00:33, Barry Song <21cn...@gmail.com> wrote: > > if i want to send the framebuffers using DRM backend as the video src > > in gstreamer to networks through rtsp, does weston have an existin

has weston a rtsp video src support?

2019-07-20 Thread Barry Song
Hi guys, if i want to send the framebuffers using DRM backend as the video src in gstreamer to networks through rtsp, does weston have an existing solution. i mean something similar with the below for /dev/fb0 backend: sudo ./test-launch "( multifilesrc location=/dev/fb0 ! videoparse format=29 fra

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Scott Anderson 于2019年5月6日周一 下午1:45写道: > > On 6/05/19 1:37 pm, Barry Song wrote: > > sorry for the ascii text picture can't show well in gmail. the > > animation is pretty much like > > drop-down terminal - Yakuake > > https://kde.org/applications/system/yakuak

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Scott Anderson 于2019年5月6日周一 下午1:45写道: > > On 6/05/19 1:37 pm, Barry Song wrote: > > sorry for the ascii text picture can't show well in gmail. the > > animation is pretty much like > > drop-down terminal - Yakuake > > https://kde.org/applications/system/yakuak

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
sorry for the ascii text picture can't show well in gmail. the animation is pretty much like drop-down terminal - Yakuake https://kde.org/applications/system/yakuake/ when you push a key, the Yakuake will move out from the top. Barry Song <21cn...@gmail.com> 于2019年5月6日周一 下午1:31写道: &

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Hi Simon, Simon Ser 于2019年5月6日周一 上午9:54写道: > > Hi, > > On Monday, May 6, 2019 12:17 AM, Barry Song <21cn...@gmail.com> wrote: > > Hi, > > It seems wayland doesn't support the move() and setGeometry() from > > clients. No any message is sent fr

how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Hi, It seems wayland doesn't support the move() and setGeometry() from clients. No any message is sent from Qt to weston for qWidget.move() or qDialog.move(). So weston has no any idea that clients are requesting to move a window. Under this condition, how could people implement animation of a wind

Re: [PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-26 Thread Barry Song
Simon Ser 于2019年4月26日周五 下午4:57写道: > > On Friday, April 26, 2019 12:58 AM, Barry Song <21cn...@gmail.com> wrote: > > Simon Ser cont...@emersion.fr 于2019年4月17日周三 下午10:26写道: > > > > > On Wednesday, April 17, 2019 1:23 PM, Barry Song 21cn...@gmail.com wr

Re: [PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-25 Thread Barry Song
Simon Ser 于2019年4月17日周三 下午10:26写道: > > On Wednesday, April 17, 2019 1:23 PM, Barry Song <21cn...@gmail.com> wrote: > > Simon Ser cont...@emersion.fr 于2019年4月15日周一 下午5:18写道: > > > > > Hi, > > > Weston now uses GitLab 1 merge requests for contributions.

Re: weird behavior of transient windows in desktop shell in weston

2019-04-25 Thread Barry Song
ping Barry Song <21cn...@gmail.com> 于2019年4月17日周三 下午10:19写道: > > Hi guys, > > I got some very weird result while using transient window in weston. > Let's start from a simplest qt program: > > int main(int argc, char *argv[]) > { > QApplication a(argc, a

Re: [PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-17 Thread Barry Song
Simon Ser 于2019年4月15日周一 下午5:18写道: > > Hi, > > Weston now uses GitLab [1] merge requests for contributions. Can you > resend your patch on GitLab? sure. do i just need to send it for master, or do we also do a fix for 6.0 and 5.0 release? > > Thanks, > > [1]: https://gitlab.freedesktop.org/waylan

weird behavior of transient windows in desktop shell in weston

2019-04-17 Thread Barry Song
_relationship (surface, parent_surf); } I seem mutter is doing right things just like a typical x11 window manager. On the other hand, the code path of WL_SHELL_SURFACE_TRANSIENT_INACTIVE can easily crash as I have sent the patch yesterday: commit e87c23ffcf3dc209cb8e7f24c3087636b8db3f53 (HEAD ->

weird behavior of transient windows in desktop shell in weston

2019-04-15 Thread Barry Song
_relationship (surface, parent_surf); } I seem mutter is doing right things just like a typical x11 window manager. On the other hand, the code path of WL_SHELL_SURFACE_TRANSIENT_INACTIVE can easily crash as I have sent the patch yesterday: commit e87c23ffcf3dc209cb8e7f24c3087636b8db3f53 (HEAD ->

[PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-14 Thread Barry Song
From: Barry Song It is pretty easy to replicate this bug by involving a Qt Window with Qt::WindowTransparentForInput flag. int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); QDialog d1(&w, Qt::WindowTransparentForInput); d1.