CasparCG / server

CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.
GNU General Public License v3.0
904 stars 269 forks source link

CasperCG wont play WebM embeded HTML pages #955

Closed Punkley closed 6 years ago

Punkley commented 6 years ago

Bit of a strage one, if you have a html page with a embeded webM video CasperCG errors with

PLAY 1-1 [HTML] https://webmail.tbdproductions.com.au/disp/test.html [2018-03-31 21:49:46.928] [info] Received message from Console: PLAY 1-1 [HTML] https://webmail.tbdproductions.com.au/disp/test.html\r\n

202 PLAY OK

[0331/214949.917:ERROR:gpu_main.cc(164)] Exiting GPU process due to errors during initialization [0331/214950.081:ERROR:gpu_main.cc(164)] Exiting GPU process due to errors during initialization [0331/214950.244:ERROR:gpu_main.cc(164)] Exiting GPU process due to errors during initialization

An example is here https://webmail.tbdproductions.com.au/disp/test.html

It does work when GPU is enabled, but not when output is a decklink

Kingsley

Julusian commented 6 years ago

If you need a quick fix, then copying the swiftshader folder from here should work https://github.com/Julusian/CasparCG-Server/tree/develop/dependencies64/cef/win32/Release

Proper fix in #970

dotarmin commented 6 years ago

I can hopefully manage some time tomorrow to fix the build-scripts to include a copy of the swiftshader-folder.

Thanks @Julusian

/Armin

dotarmin commented 6 years ago

Build-scripts are updated and include swiftshader folder form now on.