Hi!
I'm working on a problem a long time ago, but I can't solve it. I'm writing a C++ program which can dynamically control vlc media player, but I can't solve how to add dynamically subtitle or logo to a media. I read the mediacontrol API documentation and I found a function called "mediacontrol_display_text" but when I use it, I don't see the message what i wrote.
I tried to match QProcess with the rc interface, but QProcess can't run vlc in rc. Then i tried to run QProcess with xterm -e vlc -I rc. It works but I can't write to do process input, there was no reaction.
Can anybody help me, how can I add logo or subtitle dynamically with a C++ program?
It should be very important.
Thanks, everybody for helping!