Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

131
Views
Problems initializing the Rumble player

I am testing the Rumble player in an application developed in Blazor. The player is embedded using a div as explained in the documentation. I have noticed that sometimes the player does not initialize. I have debugged the initialization function they propose in the documentation and there are times when the if(r[b]._.length==1) condition is not met. Can you give me an idea of what is happening.

This is the function that configures the Rumble player, at the time it should be displayed. This function is invoked at the initialization of the Blazor component that displays the video.

function configRumble(videoSrc) {
try {

    var options = {
        video: videoSrc,
        div: 'video-content',
        ia: 1,
        api: function (api) {
            registerEventsRumble(api);
        }
    };

    Rumble("play", options);
} catch (e) {
    errorTrack(e.message, "config_rumble.js", "configRumble");
}

}

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!