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 pipewire. > > i am wondering if there is a zero-copy

Re: has weston a rtsp video src support?

2019-08-08 Thread Pekka Paalanen
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 pipewire. > i am wondering if there is a zero-copy solution to share the drm_fb to > pipewiresrc then to

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 a solution to support remote screen

Re: has weston a rtsp video src support?

2019-08-02 Thread Pekka Paalanen
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 a solution to support remote screen mirroring. the > current idea is making the pipewire

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, because eglSwapBuffers has > > > not been called yet at that time,

Re: has weston a rtsp video src support?

2019-07-27 Thread Pekka Paalanen
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, because eglSwapBuffers has > > not been called yet at that time, and using glReadPixels would hurt > > performance a lot. > >

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 Song <21cn...@gmail.com> wrote: > > > > > > > Hi Esaki, > > > > > > > >

Re: has weston a rtsp video src support?

2019-07-25 Thread Pekka Paalanen
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 Song <21cn...@gmail.com> wrote: > > > > > Hi Esaki, > > > > > > Esaki Tomohito 于2019年7月24日周三 下午1:44写道: > > > > > > > > Hello

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 remoting plugin doesn't support mirroring. > > > If the recently merged

Re: has weston a rtsp video src support?

2019-07-24 Thread Pekka Paalanen
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 remoting plugin doesn't support mirroring. > > If the recently merged pipewire plugin doesn't support mirroring, > > I think that

Re: has weston a rtsp video src support?

2019-07-23 Thread Barry Song
Hi Esaki, Esaki Tomohito 于2019年7月24日周三 下午1:44写道: > > Hello Barry, > > The remoting plugin doesn't support mirroring. > If the recently merged pipewire plugin doesn't support mirroring, > I think that weston doesn't support remote mirroring. > thanks for your reply. it seems pipewire is a good

Re: has weston a rtsp video src support?

2019-07-23 Thread Esaki Tomohito
Hello Barry, The remoting plugin doesn't support mirroring. If the recently merged pipewire plugin doesn't support mirroring, I think that weston doesn't support remote mirroring. pipewire plugin: https://gitlab.freedesktop.org/wayland/weston/merge_requests/177 Thanks, Esaki On 2019/07/24

Re: has weston a rtsp video src support?

2019-07-23 Thread Barry Song
+ 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 screens. is it possible for it to mirror the existing screen, displaying same content? there is a "same-as" option for physical screen, but

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 existing > > solution. > > > > i mean

Re: has weston a rtsp video src support?

2019-07-20 Thread Daniel Stone
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 existing > solution. > > i mean something similar with the below for /dev/fb0 backend:

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