mcdikki / CasparsPlayoutClient

A playoutclient for the casparCG server
GNU General Public License v3.0
26 stars 9 forks source link

Fails completely on Server 2.1.0 #31

Open sou7611 opened 8 years ago

sou7611 commented 8 years ago

Attempting to add any media on Server 2.1.0 causes an endless loop and the program freezes.

It just spits the following out endlessly in the log (you have to task-kill the program) :

1/8/2016 11:56:52 PM: err(1): ServerController.getMediaDuration: Could not get media duration of AMB(MOVIE). 1/8/2016 11:56:52 PM: err(1): CasparCGMedia.fillMediaInfo: Error loading xml data received from server for AMB (MOVIE). Error: 1/8/2016 11:56:52 PM: err(1): CasparCGMedia.fillMediaInfo: ServerMessages dump: 201 INFO OK <?xml version="1.0" encoding="utf-8"?>

ffmpeg media\AMB.mp4 1920 1080 1 25 false 0 268 15 268
mcdikki commented 8 years ago

Thats possible. CasparsPlayoutClient is meant to run on the current stable version of ccg, so the development tree is not supported. There may has been changes made to the protocol or such. I will get into it when I have some spare time and check if I can get that fixed easily.