Skip to content

Does @amplitude/plugin-session-replay-browser support playing of session video in MAC? #1148

Open
@RaghuRangaraj

Description

@RaghuRangaraj

Hi. I am using
"@amplitude/analytics-browser": "2.16.0",
"@amplitude/plugin-session-replay-browser": "^1.16.0",
in my angular application and my application runs on both Windows and MAC.
The issue I am facing is in MAC, I am not able to view the session replay video, but this works fine in Windows.

So is this feature supported? I am using like below

initAmplitude(userId) {
amplitude.init('API KEY', userId,
{
defaultTracking: {
sessions: true,
},
"fetchRemoteConfig": true,
"autocapture": true,
flushQueueSize: 50,
flushIntervalMillis: 10000,
minIdLength: 2,
useBatch: true
}
);
amplitude.setUserId(userId);
const sessionReplayTracking = sessionReplayPlugin({ sampleRate: 1 });
amplitude.add(sessionReplayTracking);
amplitude.track('Start Session');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions