SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Output class doesn't return displayName and returns XML-encoded channel name #194

Closed SML-MeSo closed 6 years ago

SML-MeSo commented 6 years ago

Right now, the list being received in getOutputList does not always automatically reflect the list present in XBC's Output menu. This is because the names being returned in getOutputList are the actual channel names while the ones listed in the Output menu are their corresponding display names.

And while we're at it, the channel names are xml-encoded, such that using startBroadcast in channels with xml-reserved characters in their names yield to wrong start broadcast calls

nelson-temporal commented 6 years ago

Tested