Search found 2 matches

by hynek
Tue Apr 07, 2015 6:53 am
Forum: GPU/Distributive/Segmental Encoding
Topic: Distributive mode only one host/agent receives data
Replies: 1
Views: 6516

Distributive mode only one host/agent receives data

I have MediaCoder version 0.8.33.5685 64bit. In
File->Setting->Overall->Distributive Transcoding
i have entered two IP addresses for two hosts (agent #0 and agent#1), where my transcoding agents are running. Data from MediaCoder receives only MediaCoder Agent #0.

What i have wrong?
Thanks. Hynek
by hynek
Tue Apr 07, 2015 6:21 am
Forum: Development
Topic: mcagent.exe 0.1.2 bug?
Replies: 1
Views: 3759

mcagent.exe 0.1.2 bug?

Hello, i found in mcagent.exe version 0.1.2 which was distributed with mediacoder 0.8.33.5685 some problem. In source code in module mcagent.c on line 163 is condition if (hdr.cmdLine[0] != '/') { sprintf(buffer, "/usr/bin/%s", hdr.cmdLine); } else { strcpy(buffer, hdr.cmdLine); } I must change the ...