The softplay plugin missing some essential features(forwarding/rewinding etc.) to be usable and it does not play some files as well as mplayer. I'm not sure if it's the issue with softplay or with ffmpeg library on my system but mplayer plays them much better.
Obviously the author of softplay is trying to re-invent the wheel, whats the point of creating another player, isn't more efficient to fix already existing player to work with softdevice?
Vladimir Shved a écrit :
Softplay needs more development work : the author gave us a simple yet great piece of code.
I better see it as an architectural best-fitting : softplay adds the little more to softdevice and vdr, namely playlist and OSD handling. On the other hand, when using mplayer, you run code that reinvent many things that are already present in your vdr + plugins code in memory... and add OSD, remote, etc.problems that could be solved by a much simpler combination. softplay is just 3000 lines of code, including everything (wc -l) : really just nice glue code between vdr and softdevice...