The softhddevice can pes and es in stillpicture mode, and softhdcuvid can it too.
Posts by lnj
-
-
-
I tried KVM, but with only software decoding, and even with light CPU load, there were severe frame drops and no real-time support. So, it's better to use real machines for softHD*.
-
-
I see, no dvb device, disable iptv plugin, and osd works. vdpau and nvdec, I checked it right now.
-
Softhddevice has been showing OSD for a long time now even though there's no video.
-
-
-
I was waiting for feedback, now I'll transfer it to one of the next releases.
-
That's not quite right. I initially thought you were trying out the testing branch, as mentioned in the first message. That's why I asked you to check the previous version, but in the testing branch. Then I realized you were most likely using the latest branch.
-
Are you sure you used the test branch?
Looks a lot like the latest brunch.
-
Code
Display More<------> if (event.xbutton.button == 4) { <------><------>if (ShownMenu) <------><------> FeedKeyPress("XKeySym", "Up", 0, 0, NULL); <------><------>else <------><------> FeedKeyPress("XKeySym", "Volume+", 0, 0, NULL); <------> } <------> if (event.xbutton.button == 5) { <------><------>if (ShownMenu) <------><------> FeedKeyPress("XKeySym", "Down", 0, 0, NULL); <------><------>else <------><------> FeedKeyPress("XKeySym", "Volume-", 0, 0, NULL); <------> }If the volume works, then the code is correct. How are up and down defined in remote.conf?
-
Can you test 2.4.5 version?
-
-
-
-
-
Yes, there is such a problem, it was already on the forum. There is no solution yet.
-
-