Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending SDP data to a Powercore #43

Open
fgoupil-cbc opened this issue Oct 6, 2024 · 4 comments
Open

Sending SDP data to a Powercore #43

fgoupil-cbc opened this issue Oct 6, 2024 · 4 comments

Comments

@fgoupil-cbc
Copy link

Hi,

Has anyone been able to push an SDP file to a Powercore (or any other Ember+ device I guess) from Companion so that it subscribes to a stream? The Powercore expects carriage returns for each line of the SDP file but Companion only allows single line text and I tried adding \n to encode each line but Companion keeps sending that as clear text from what I can see using Wireshark. I at least know that Companion is able to empty out the receiver by sending an empty line.

Any ideas?

Thanks,

François

@phillipivan
Copy link
Collaborator

phillipivan commented Oct 6, 2024

Hi François,

What module version are using?

I presume the SDP field is a string parameter, is that correct?

If you download module version 2.4.4 you could create the multiline SDP entry as a variable and try using that in the Set Value String action.

@fgoupil-cbc
Copy link
Author

Hi Phillip,

It is indeed a string parameter - I'm currently using version 2.2.0 so I'll update the module and give the variable trick a try before reporting back.

Thanks!

François

@phillipivan
Copy link
Collaborator

Great. The built version of the module is attached to the release.

@phillipivan
Copy link
Collaborator

Have you been able to test this yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants