Stream to web browser

Nicolas Dufresne nicolas at ndufresne.ca
Mon Mar 22 19:12:55 UTC 2021


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    
>                                    
> 
> 
> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210322/9edfbf08/attachment.htm>


More information about the gstreamer-devel mailing list