-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
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. |
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 |
Great. The built version of the module is attached to the release. |
Have you been able to test this yet? |
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
The text was updated successfully, but these errors were encountered: