Villain In Glasses
Explore posts from serversSMSoftware Mansion
•Created by Villain In Glasses on 7/3/2024 in #membrane-help
How do I invoke Pipeline.handle_info from a Phoenix.WebChannel?
I'm trying to pass audio from a Phoenix Web Channel to a Pipeline. Also, are there any
notify_child
usage examples? I don't understand how to use Membrane.Pipeline.notify_child
. Do I need to define it first? If so, what should the definition look like?
Update:
I was able to pass a message to the pipeline by making the following changes to my Channel handle_in
like so:
But I got the error:
This is what my Membrane.Pipeline.handle_info
looks like
9 replies
PD🧩 Plasmo Developers
•Created by Villain In Glasses on 5/23/2024 in #🔰newbie
npm run dev gives: SyntaxError: missing ) after argument list
Here is my package.json
I've attached the error stack as well. Please help
2 replies