All of lore.kernel.org
 help / color / mirror / Atom feed
* [distro][PATCH] Add recipe for RTSP server
@ 2017-08-15 19:16 Vanessa Maegima
       [not found] ` <AM4PR0401MB1747DAA5613B9ED9A2D45596EB8D0@AM4PR0401MB1747.eurprd04.prod.outlook.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Vanessa Maegima @ 2017-08-15 19:16 UTC (permalink / raw)
  To: meta-freescale; +Cc: marco.franchi, Vanessa Maegima

Add recipe for gst-variable-rtsp-server, RTSP server for live-stream
from a v4l2 video source.

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
---
 .../gstreamer/gst-variable-rtsp-server_1.0.bb      | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb

diff --git a/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb b/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb
new file mode 100644
index 0000000..372c8ff
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb
@@ -0,0 +1,26 @@
+# Copyright (C) 2017 NXP Semiconductor
+
+SUMMARY = "RTSP server for live-stream from a v4l2 video source"
+HOMEPAGE = "https://github.com/Gateworks/gst-gateworks-apps"
+SECTION = "multimedia"
+
+LICENSE = "GPLv3"
+
+inherit pkgconfig
+
+DEPENDS = "gstreamer1.0 gstreamer1.0-rtsp-server glib-2.0"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = " \
+    git://github.com/Gateworks/gst-gateworks-apps;branch=master \
+"
+
+SRCREV = "490564815d8049dbdd79087f546835b673ba6e88"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+    install -m 0755 -D ${S}/bin/gst-variable-rtsp-server \
+        ${D}/${bindir}/gst-variable-rtsp-server
+}
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [distro][PATCH] Add recipe for RTSP server
       [not found] ` <AM4PR0401MB1747DAA5613B9ED9A2D45596EB8D0@AM4PR0401MB1747.eurprd04.prod.outlook.com>
@ 2017-08-15 19:36   ` Marco Frank
  2017-08-16  7:55     ` Gary Bisson
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Frank @ 2017-08-15 19:36 UTC (permalink / raw)
  To: Vanessa Maegima, meta-freescale

Hi,

2017-08-15 16:17 GMT-03:00 Vanessa Maegima <vanessa.maegima@nxp.com>:
>
>
> Add recipe for gst-variable-rtsp-server, RTSP server for live-stream
> from a v4l2 video source.
>
> Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>

Tested by: Marco Franchi <marco.franchi@nxp.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [distro][PATCH] Add recipe for RTSP server
  2017-08-15 19:36   ` Marco Frank
@ 2017-08-16  7:55     ` Gary Bisson
  2017-08-16 13:36       ` Marco Frank
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Bisson @ 2017-08-16  7:55 UTC (permalink / raw)
  To: Marco Frank; +Cc: meta-freescale Mailing List, Vanessa Maegima

Hi Vanessa, Marco,

On Tue, Aug 15, 2017 at 9:36 PM, Marco Frank <marcofrk@gmail.com> wrote:
> Hi,
>
> 2017-08-15 16:17 GMT-03:00 Vanessa Maegima <vanessa.maegima@nxp.com>:
>>
>>
>> Add recipe for gst-variable-rtsp-server, RTSP server for live-stream
>> from a v4l2 video source.
>>
>> Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
>
> Tested by: Marco Franchi <marco.franchi@nxp.com>

Just curious, what does this program bring that gst-rtsp-server doesn't?
https://github.com/GStreamer/gst-rtsp-server

Regards,
Gary


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [distro][PATCH] Add recipe for RTSP server
  2017-08-16  7:55     ` Gary Bisson
@ 2017-08-16 13:36       ` Marco Frank
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Frank @ 2017-08-16 13:36 UTC (permalink / raw)
  To: Gary Bisson; +Cc: meta-freescale Mailing List, Vanessa Maegima

Hi Gary,

2017-08-16 4:55 GMT-03:00 Gary Bisson <gary.bisson@boundarydevices.com>:
> Hi Vanessa, Marco,
>
> On Tue, Aug 15, 2017 at 9:36 PM, Marco Frank <marcofrk@gmail.com> wrote:
>> Hi,
>>
>> 2017-08-15 16:17 GMT-03:00 Vanessa Maegima <vanessa.maegima@nxp.com>:
>>>
>>>
>>> Add recipe for gst-variable-rtsp-server, RTSP server for live-stream
>>> from a v4l2 video source.
>>>
>>> Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
>>
>> Tested by: Marco Franchi <marco.franchi@nxp.com>
>
> Just curious, what does this program bring that gst-rtsp-server doesn't?
> https://github.com/GStreamer/gst-rtsp-server
>
> Regards,
> Gary

This program is an aplication of the gst-rtsp-server, but different
than the gst-rtsp-server, you do not need a binary to execute it, as
test-uri or test-launch, and according to the Gateworks description,
gst-variable-rtsp-server has "ability to dynamically change the
bitrate of the video stream on the fly depending on the number of
clients connected at any given time. This allows for better usage of
network bandwidth when required."
You can also use the gst-variable-rtsp-server instead of the
gst-launch and write a GStreamer pipeline to send rtsp protocol.

Best,
Marco Franchi


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [distro][PATCH] Add recipe for RTSP server
@ 2017-08-23 12:28 Vanessa Ayumi Maegima
  0 siblings, 0 replies; 5+ messages in thread
From: Vanessa Ayumi Maegima @ 2017-08-23 12:28 UTC (permalink / raw)
  To: Marco Frank, gary.bisson; +Cc: meta-freescale, Vanessa Maegima

[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]

​​Hi Gary, Otavio,​

>
> Hi Gary,
>
​​

> 2017-08-16 4:55 GMT-03:00 Gary Bisson <gary.bisson@boundarydevices.com>:
> > Hi Vanessa, Marco,
> >
> > On Tue, Aug 15, 2017 at 9:36 PM, Marco Frank <marcofrk@gmail.com> wrote:
> >> Hi,
> >>
> >> 2017-08-15 16:17 GMT-03:00 Vanessa Maegima <vanessa.maegima@nxp.com>:
> >>>
> >>>
> >>> Add recipe for gst-variable-rtsp-server, RTSP server for live-stream
> >>> from a v4l2 video source.
> >>>
> >>> Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
> >>
> >> Tested by: Marco Franchi <marco.franchi@nxp.com>
> >
> > Just curious, what does this program bring that gst-rtsp-server doesn't?
> > https://github.com/GStreamer/gst-rtsp-server
> >
> > Regards,
> > Gary
>
> This program is an aplication of the gst-rtsp-server, but different
> than the gst-rtsp-server, you do not need a binary to execute it, as
> test-uri or test-launch, and according to the Gateworks description,
> gst-variable-rtsp-server has "ability to dynamically change the
> bitrate of the video stream on the fly depending on the number of
> clients connected at any given time. This allows for better usage of
> network bandwidth when required."
> You can also use the gst-variable-rtsp-server instead of the
> gst-launch and write a GStreamer pipeline to send rtsp protocol.
>
> Best,
> Marco Franchi

​Any comments?

Best,
Vanessa​

[-- Attachment #2: Type: text/html, Size: 2613 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-23 12:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-15 19:16 [distro][PATCH] Add recipe for RTSP server Vanessa Maegima
     [not found] ` <AM4PR0401MB1747DAA5613B9ED9A2D45596EB8D0@AM4PR0401MB1747.eurprd04.prod.outlook.com>
2017-08-15 19:36   ` Marco Frank
2017-08-16  7:55     ` Gary Bisson
2017-08-16 13:36       ` Marco Frank
2017-08-23 12:28 Vanessa Ayumi Maegima

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.