Hi,
Can someone help in consuming this pipeline with a Laravel based server to display the stream onto a web browser?
Anurag Biala +91-9814808323 | +1(646)-797-2775 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 [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le dimanche 21 mars 2021 à 01:04 +0530, Activecraft Software Development a écrit :
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:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 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 <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |