<div dir="ltr"><div id="gmail-:qy" class="gmail-ii gmail-gt" style="font-size:0.875rem;direction:ltr;margin:8px 0px 0px;padding:0px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif"><div id="gmail-:qx" class="gmail-a3s gmail-aXjCH" style="overflow:hidden;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:small;line-height:1.5;font-family:Arial,Helvetica,sans-serif"><div dir="ltr">Hey, everyone, sorry if this is the wrong forum for this.<div><br></div><div>I have been working for the last week to run gstreamer inside a Jupyter notebook, and for the most part I have been successful.  From the command line of Linux Mint 20, I am able to run the 1.16.2 version of gstreamer with gst-launch-1.0 call, and I use souphttpsrc and youtube-dl to watch a youtube clip. </div><div><br></div><div>From <a href="http://lifestyletransfer.com/how-to-watch-youtube-videos-with-gstreamer/" target="_blank">http://lifestyletransfer.com/how-to-watch-youtube-videos-with-gstreamer/</a><br></div><div><br></div><div>gst-launch-1.0 souphttpsrc is-live=true location="$(youtube-dl --format "best[ext=mp4][protocol=https]" --get-url <a href="https://www.youtube.com/watch?v=ndl1W4ltcmg" target="_blank">https://www.youtube.com/watch?v=ndl1W4ltcmg</a>)" ! decodebin ! videoconvert ! autovideosink<br></div><div><br></div><div>Works great.  When I install Jupyter in conda, it pulls 1.14.5 versions of gstreamer and gst-plugins-base.  I have been able to pop up the videotestsrc within Jupyter Notebook as one would expect.  However, I can no longer use souphttpsrc. If I gst-inspect-1.0 souphttpsrc, I get "No such element or plugin 'souphttpsrc'".  Same is true if I conda install gstreamer by itself.  From my readings, I think that means that --enable-soup was not used.</div><div><br></div><div>My questions:</div><div>1) Has anyone gotten this to work?</div><div>2) Is there a version of gstreamer for conda with soup enabled?</div><div>3) Should my next step be to build gstreamer locally, enabling soup myself?</div><div>4) Would there be value in trying to publish a soup-enabled version to conda-forge? Would 1.14.5, 1.16.2 or 1.18 be the best candidate should I get that far?</div><div><br></div><div>I've used Linux for several years, but this would be my first foray into contributing to the open source community, so please help with any baseline misunderstandings on my part.</div><div><br></div><div>Thanks,</div><div>Jimmy</div></div><div class="gmail-yj6qo"></div><div class="gmail-adL"></div></div></div><div class="gmail-hq gmail-gt gmail-a10" id="gmail-:q4" style="margin:15px 0px;clear:both;font-size:0.875rem;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif"><br class="gmail-Apple-interchange-newline"></div></div>