8000 Countdown Label for Ad Skip Not Displaying in JW Player with VAST Client · Issue #4054 · jwplayer/jwplayer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Countdown Label for Ad Skip Not Displaying in JW Player with VAST Client #4054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sinksar opened this issue Nov 12, 2024 · 0 comments
Open

Comments

@sinksar
Copy link
sinksar commented Nov 12, 2024

Expected Behavior

When using JW Player with the VAST client, a countdown label in English should be displayed, indicating the time remaining until the ad can be skipped.

Actual Behavior

The countdown label that shows the remaining time until an ad can be skipped is not displaying in the player. This occurs specifically when using the VAST client for ad delivery.

Steps to reproduce

1.	Set up JW Player with the VAST client and configure a skippable ad with a countdown timer:
`this.jw.setup({
mediaId: videoId,
playlist: this.playlist,
playlistIndex: this.playlistIndex,
autostart: false,
mute: this.mute,
aspectRatio: '16:9',
advertising: {
    'client': 'vast',
    'skipoffset': 5, // seconds before ad can be skipped
    schedule: [
        {
            'offset': 'pre',
            'tag': YOUR_VAST_TAG,
            'type': 'linear'
        }
    ]
}

});`
2. Ensure adConfig['adTag'] points to a valid VAST ad tag URL with a skippable ad.
3. Open the web player on a supported device and browser.
4. Start playback of the video with the configured ad.
5. Observe that the countdown label indicating the time until the ad can be skipped is missing.
6. Procution URL: https://www.bundesliga.com/de/bundesliga/videos?vid=m9aeBhgE

Environment

- Device: Any supported device (e.g., desktop or mobile)
- Operating System: macOS 13, iOS 17, Windows 11, etc.
- Browser: Chrome 118.0, Safari 17.0, etc.
- JW Player Version: 8.25.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0