Hi,
Omxplayer always plays at the highest volume = 1.0.
Calling following does not do the job.
omx.open(path, options);
omx.setVolume(0.5);
omx.setPosition(120);
I would welcome if options would contain = {volume: XX, position: XX}.
Is there any workaround or solution to setup volume and seek when song starts playing? :)
Thank you.