Open Inaztm opened 2 months ago
Hi! Could you clarify, are you implementing an NCS using mos-connection? If yes, is the receiver (mos client) also a mos-connection client, or something else?
Hi! Could you clarify, are you implementing an NCS using mos-connection? If yes, is the receiver (mos client) also a mos-connection client, or something else?
Yes, NCS implementing using mos-connection. The Receiver (mos client) is a teleprompter (a Windows application) that has the capability to connect to an NCS and supports MOS protocol v2.8.4.
Also my createMosServer function
```typescript
import {
ConnectionConfig,
IConnectionConfig,
MosConnection,
MosDevice,
} from "@mos-connection/connector";
export type MosServerProps = {} & Partial
Are you perhaps running both the mos-server and the teleprompter on the same machine? Due to how the MOS TCP ports connections work, you will run into these issues if you run them on the same.
About me
This issue was posted by a dev from a small startup for Ukrainian media.
Issue
Hello. Version 4.1.1. I am calling
await mosDevice.sendRunningOrderStory(story)
, but for some reason, the NCS and client switch places, resulting in the client sending the story to the NCS.Here's what appears in the debug log: