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

add compatibility for media files #262

Open
gsantopaolo opened this issue Jun 21, 2024 · 0 comments
Open

add compatibility for media files #262

gsantopaolo opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels

Comments

@gsantopaolo
Copy link
Contributor

check the semantic_data_proto

The orchestrator/connector shall send a to a new NATS queue defined in nats_cli
NATS_CLIENT_WHISPER_STREAM_NAME=whisper
NATS_CLIENT_WHISPER_STREAM_SUBJECT=whisper_activity
NATS_CLIENT_WHISPER_ACK_WAIT=14400
NATS_CLIENT_WHISPER_MAX_DELIVER=3

the following file types:

// ORCHESTRATOR SEND TO WHISPER
MP4 = 18;
MP3 = 19;
MPEG = 20;
MPGA = 21;
M4A = 22;
WAV = 23;
WEBM = 24;
MOV = 25;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants