Skip to content
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

[playerHandler] PlayerId & LivesourceId in Index steuerbar machen #12

Open
jstabenow opened this issue Aug 10, 2020 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@jstabenow
Copy link
Member

ich weiß, wir hatten dass Thema schon min. einmal ;-) Aber bitte schau noch einmal, obs dafür nicht doch irgend eine Lösung gibt:

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>livespotting Player</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style type="text/css" rel="stylesheet">
        body {
            margin: 0;
            padding: 0;
            overflow: hidden;
        }
    </style>
</head>
<body style="background-color:#000">
    <div id="livespottingPlayer" style="position:absolute;top:0;right:0;bottom:0;left:0"></div>
     <script type="application/javascript">
           <!-- wie auch immer das aussehen mag -->
           $(function () {
               $("#livespottingPlayer").config({
                    player_id: "e0ns474g",
                    livesource_id: "LS_biqt1"
               });
    </strip>
    <script type="application/javascript" src="player/clappr/latest/clappr.min.js?rel=v1.8.3"></script>
    <script type="application/javascript" src="player/clappr/plugins/latest/clappr-plugins.min.js?rel=v1.8.3"></script>
    <script type="application/javascript" src="player/handler/clappr.handler.min.js?rel=v1.8.3"></script>
</body>
</html>
@jstabenow jstabenow added the enhancement New feature or request label Aug 10, 2020
@jstabenow
Copy link
Member Author

Achso hier die Auflösung ;-)
Player-URL: https://player.livespotting.com?alias=e0ns474g&ch=LS_biqt1
player_id = alias
livesource_id = ch

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

No branches or pull requests

2 participants