]> git.sesse.net Git - cubemap/commit
Force input encoding for UDP streams to raw already at config parsing.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 26 Aug 2018 14:56:22 +0000 (16:56 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 26 Aug 2018 14:56:22 +0000 (16:56 +0200)
commit0f36a8f674788a6ee10ff54ae72619b384c62b9d
tree0c7d1a72113113280db0e111f3bc1ef03373d45e
parent784fcdb743d0211303cc21003a62dae12253301f
Force input encoding for UDP streams to raw already at config parsing.

Otherwise, it would be counted as src_encoding=metacube at the point
where we matched it up with serialized streams, causing problems with
the stream being dropped on reload.

Bug reported by Tore Sinding Bekkedal.
config.cpp
input.cpp