Skip to content

Aurora JS is buggy #281

Open
Open
@IrosTheBeggar

Description

@IrosTheBeggar

I'm trying to use Aurora to get flac support, but I'm running into a few problems. I've got the following code:

    var jPlayer = $("#jquery_jplayer_1").jPlayer({
        ready: function () {
            $('#jquery_jplayer_1').jPlayer("setMedia", {
                flac: 'audiofiles/BIS1536-001-flac_16.flac',
            });
        },
        solution: 'aurora,html,flash',
        auroraFormats: 'flac',
        swfPath: "jPlayer/dist/jplayer/jquery.jplayer.swf",
        supplied: "mp3,flac",
        smoothPlayBar: true,
        keyEnabled: true,
        // audioFullScreen: true
    });

This runs into a few problems. The bigest problem is on chrome it doesn't work most of the time. Sometimes though the flac file loads just fine and everything works as expected. On Firefox this works everytime.

another problem is I can't load in mp3's. If I try setting the media to an mp3 file, nothign will happen. If I change the solution line to

solution: 'html,flash,aurora',

mp3 files will work but I can no longer load flac files.

Any ideas what might be wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions