Have you installed both the -devel and non-devel packages for GStreamer? If not, try doing that.

On 4/27/19 7:41 PM, Maria Sable wrote:
Hi all,

I uninstalled gstreamer 1.14 and did a fresh install using the gstreamer
1.16 binaries as Akhilesh suggested. I am still having the same issue with
running the examples.

I am directly developing on Windows. I followed these instructions to
install the gstreamer binaries:
https://github.com/sdroege/gstreamer-rs#installation . I have not tried to
use WSL.

Kind regards,
Maria Sable

On Sat, Apr 27, 2019 at 7:34 PM Manish Goregaokar <manishsm...@gmail.com>
wrote:

Wait, are you using WSL or directly developing on Windows?

What did you use to install gstreamer?

On Sat, Apr 27, 2019, 4:28 PM Balaji Janakarajan Hari <bjan...@ncsu.edu>
wrote:

Hi Maria
I had similar issues in the servo/media on Windows build. Ultimately I
resorted to running a Ubuntu 16.04 on Orcale VirtualBox. The
environmental
variables and updated dependencies are very particular when it comes to
build process. The Linux subsystem for Windows may not work as well for
this purpose.

On Sat, Apr 27, 2019, 7:11 PM Maria Sable <masa...@ncsu.edu> wrote:

Hi Manish,

Thank you. I will try to make a StereoPannerNode example based off the
params.rs.

However, I am still having trouble getting any of the examples in
media/target/debug to run. I tried renaming the files in
my C:\gstreamer\1.0\x86_64\lib folder to match the errors I am getting
(it
says the files are not found) but I am still get the same errors. I
have
gstreamer 1.14 installed (because gstreamer 1.15 changed some file
names
and gave other errors when I initially set up the servo project). I am
on
Windows and installed gstreamer via the binaries from the gstreamer
project
website and set the PKG_CONFIG_PATH environment variable by following
these
instructions:  https://github.com/sdroege/gstreamer-rs#installation .
I
did
not see anyone reporting similar issues on servo/media.

Do you have any suggestions on how to fix this?

Kind regards,
Maria

On Sat, Apr 27, 2019 at 3:54 PM Manish Goregaokar <
manishsm...@gmail.com

wrote:

Ah. The params.rs test sets up a gain node and sends it a bunch of
things.
You can do something similar with the StereoPannerNode, though you
don't
have to send it as many different messages. A simple SetValue message
followed by a couple linear RampToValueAtTimes would be enough.

Thanks,
-Manish Goregaokar


On Sat, Apr 27, 2019 at 12: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

_______________________________________________
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

Reply via email to