Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1140953

    Hi, I’m working on a now version of the website http://www.puntoradio.fm and in the top right part of the website there’s a live webcam. I find the code and try to put in “block codes” of enfold but it doesn’t work, do you know why? This is the new (test work in progress) website http://www.m2r2-test.it/puntoradio. It should be also in the top right part of the website.

    this is the code

    <br>
    <br>
    Live PuntoRadio
    <div>
    <link href="https://vjs.zencdn.net/6.2.8/video-js.css" rel="stylesheet">
    <video id=video class="video-js vjs-default-skin vjs-16-9" controls></video>
    <script src="https://vjs.zencdn.net/6.2.8/video.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls/5.12.2/videojs-contrib-hls.min.js"></script>
    <script>
    function initApp() {
      var player = videojs('video');
      player.src({src: 'https://w1.mediastreaming.it/puntoradio/livestream/playlist.m3u8', type: 'application/x-mpegURL', 'fluid': true});
      player.muted(true);
      player.play();
    }
    
    document.addEventListener('DOMContentLoaded', initApp);
    </script>				
    </div>
    #1141351

    Hey claudioaddobbatim2r2,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1141699

    Thanks for your help, in private content the login and password

    #1142542

    Hi,

    Thank you for the update.

    Where did you get that code, and what does it do? Please provide a link to the script source or the documentation so that we can understand how to properly embed it.

    Best regards,
    Ismael

    #1142600

    The only thing that i know is the code and nothing more. I take it from the original site http://www.puntoradio.fm.
    I can login in and in the field “webstreaming” i found that code. And It works because if I put that code in a xampp local server, it works

    #1142784

    Hi claudioaddobbatim2r2,

    I have created a testpage and put the code you posted inside a codeblock and it works fine.
    Here’s the link: http://www.m2r2-test.it/puntoradio/test/

    Best regards,
    Nikko

    #1142789

    Oh I see….What a strange thing….but ok!! thank you so much!

    #1142807

    Hi claudioaddobbatim2r2,

    We’re glad to hear that :)
    Just let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.