Launching gst-launch for a device on a webpage

Nicolas Dufresne nicolas.dufresne at collabora.com
Wed May 27 05:42:05 PDT 2015


Le mercredi 27 mai 2015 à 05:18 +0000, Verma, Rahul a écrit :
> Hello,
>          I have to launch the gst-launch screen for devices like 
> roku, samsung, sonyhtml etc. from a webpage and I am not able to 
> figure out where to start and how to approach this project as we are 
> 2 month intern. So please guide us how to do this.
> Command line is like this:
> gst-launch decklinksrc mode=18 connection=composite subdevice=0 ! 
> video/x-raw-yuv ! ffmpegcolorspace ! ximagesink sync=false

First, I'd say don't use GStreamer 0.10 in new project. 0.10 has ended
life 3 years ago. Use 1.0 version, gst-launch-1.0.

You cannot "run" gst-launch-1.0 inside the browser without injecting
custom API into your browser (own build, own everything). What you may
do is to run a side process, that will allow streaming to your browser. That, we may help you if we had a more detailed description of your 
goal.

Nicolas


More information about the gstreamer-devel mailing list