Bug Report Text from file does not display in stream

dakieksde

New Member
Hey guys,

I got OBS MP setup but there is an issues i have:

If I set up a new text and say it should show text from file, the text first shows up. But as soon, as the file is re-written, there's nothing shown at all.
Example: "Snip" writes in a txt-file the current song that is playing. So OBS should grab that data and show it. The first track works. As soon, as the second track starts, nothing is shown anymore.

Any suggestions?

Thanks alot guys!
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
I'm guessing it's not writing the file with UTF-8. The text file needs to be encoded in UTF-8, and also if you're writing non-english characters, the font needs to support the characters you're trying to render (if for example they're non-english/eastern/etc).
 
Top