Skip to content

Initial configuration - Passing volume and seek in open() #13

@Vondry

Description

@Vondry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions