Hi Akhilesh, My cargo build is successful and I am able to see the executables in target/debug. However, when I try to run one, I get the same errors about all those gstreamer files not being found. But I have already installed gstreamer as per the servo/servo readme instructions. Any ideas on how to fix this?
Kind regards, Maria Sable On Sat, Apr 27, 2019 at 3:33 PM Akhilesh Venkatasubramanian < avenk...@ncsu.edu> wrote: > Hi, > > These we the commands I used to setup servo/media: > 1. brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad > gst-plugins-ugly gst-libav gst-rtsp-server gst-editing-services > > 2. export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.2.1/lib/pkgconfig/ > > 3. rustup override set nightly > > You can run the examples in servo/media after your cargo build is > successful. When the build is successful, there will be a folder > target/debug, from where you will be able to run the executables any > example. > > Thanks, > Akhilesh > > On Sat, Apr 27, 2019 at 3:24 PM Maria Sable <masa...@ncsu.edu> wrote: > > > Hi Manish, > > > > Where is the GainNode example? I don't see it in servo/media/examples. > > > > Also, when I try to run "cargo ex panner" in servo/media, I get some > errors > > that the following files were not found: libglib-2.0-0.dll, > > libgobject-2.0-0.dll, libgstreamer-1.0-0.dll, and libgstsdp-1.0-0.dll. > > However, I remember installing gstreamer as needed to build the > servo/servo > > project, and the "mach.bat build --dev" command works fine for that. Do I > > need to do something different to get it work with servo/media? When I > run > > "cargo build" in servo/media, it works fine. > > > > Kind regards, > > Maria > > > > On Sat, Apr 27, 2019 at 3:13 PM Manish Goregaokar <manishsm...@gmail.com > > > > wrote: > > > > > `cargo ex name_of_example` > > > > > > In the case of StereoPannerNode you should probably look at the > GainNode > > > code and examples instead, StereoPannerNode is a simple node with a > > single > > > parameter that runs an algorithm based on that parameter, much like > > > GainNode. PannerNode is a lot more complicated. > > > > > > Thanks, > > > -Manish Goregaokar > > > > > > > > > On Sat, Apr 27, 2019 at 12:06 PM Maria Sable <masa...@ncsu.edu> wrote: > > > > > > > Hi all, > > > > > > > > I'm working on finishing up our final project at NCSU, and I need to > > > create > > > > a runnable example for StereoPannerNode based on the example for > > > > PannerNode. However, it would be immensely helpful to know how to > > > actually > > > > run the existing PannerNode example, but I can't find any > instructions > > in > > > > the readme (I'm on Windows if it matters). Thanks for your help! > > > > > > > > Kind regards, > > > > Maria > > > > _______________________________________________ > > > > dev-servo mailing list > > > > dev-servo@lists.mozilla.org > > > > https://lists.mozilla.org/listinfo/dev-servo > > > > > > > _______________________________________________ > > > dev-servo mailing list > > > dev-servo@lists.mozilla.org > > > https://lists.mozilla.org/listinfo/dev-servo > > > > > _______________________________________________ > > dev-servo mailing list > > dev-servo@lists.mozilla.org > > https://lists.mozilla.org/listinfo/dev-servo > > > _______________________________________________ > dev-servo mailing list > dev-servo@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-servo > _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo