Stream to web browser

Activecraft Software Development activecraft at gmail.com
Tue Mar 23 08:17:12 UTC 2021


Hi,

We have Installed Project GST-examples
We run below command
```console
cd /path/to/gst-examples
meson _builddir

and received Error---------------

Also couldn't find a fallback subproject in subprojects/gst-plugins-bad for
the dependency gstreamer-play-1.0
Reason: Subproject directory 'subprojects/gst-plugins-bad' does not exist
and cannot be downloaded:
No gst-plugins-bad.wrap found for 'subprojects/gst-plugins-bad'

meson.build:23:0: ERROR: Native dependency 'gstreamer-play-1.0' not found





  Anurag Biala
+91-9814808323 | +1(646)-797-2775
SKYPE:   activecraft at hotmail.com      |     Gmail      activecraft at gmail.com
Website: https://www.activecraft.com * |*    Email      info at activecraft.com


<https://www.activecraft.com>
Website Design & Develop + App Design & Develop + SEO/SMM + Graphic Design
+ UI/UX

CONFIDENTIALITY NOTICE: The information in this email may be confidential
and/or privileged. This email is intended to be reviewed by only the
individual or organization named above. If you are not the intended
recipient or an authorized representative of the intended recipient, you
are hereby notified that any review, dissemination or copying of this email
and its attachments, if any, or the information contained herein is
prohibited. If you have received this email in error, please immediately
notify the sender by return email and delete this email from your system.




On Tue, Mar 23, 2021 at 12:42 AM Nicolas Dufresne <nicolas at ndufresne.ca>
wrote:

> Le dimanche 21 mars 2021 à 01:04 +0530, Activecraft Software Development a
> écrit :
>
> Hi,
>
> gst-launch-1.0 videotestsrc  \
> ! queue ! vp8enc ! rtpvp8pay \
> ! application/x-rtp,media=video,encoding-name=VP8,payload=96 \
> ! webrtcbin name=sendrecv
>
> Can someone help in consuming this pipeline with a Laravel based server to display the stream onto a web browser?
>
>
> GStreamer webrtcbin only implement the RTP/ICE (the streaming) part of a
> WebRTC session. You still need to implement your signalling as per W3C
> signalling protocol. Also, you will not be able to do webrtc streaming to a
> browser without writing some code. Please find various code examples here:
>
> https://gitlab.freedesktop.org/gstreamer/gst-examples/-/tree/master/webrtc
>
>   Anurag Biala
> +91-9814808323 | +1(646)-797-2775
> SKYPE:   activecraft at hotmail.com      |     Gmail
> activecraft at gmail.com
> Website: https://www.activecraft.com * |*    Email
> info at activecraft.com
>
> <https://www.activecraft.com>
> Website Design & Develop + App Design & Develop + SEO/SMM + Graphic
> Design + UI/UX
>
> CONFIDENTIALITY NOTICE: The information in this email may be confidential
> and/or privileged. This email is intended to be reviewed by only the
> individual or organization named above. If you are not the intended
> recipient or an authorized representative of the intended recipient, you
> are hereby notified that any review, dissemination or copying of this email
> and its attachments, if any, or the information contained herein is
> prohibited. If you have received this email in error, please immediately
> notify the sender by return email and delete this email from your system.
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210323/b29edb37/attachment-0001.htm>


More information about the gstreamer-devel mailing list