We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Achso hier die Auflösung ;-) Player-URL: https://player.livespotting.com?alias=e0ns474g&ch=LS_biqt1 player_id = alias livesource_id = ch
Sorry, something went wrong.
ioppermann
No branches or pull requests
ich weiß, wir hatten dass Thema schon min. einmal ;-) Aber bitte schau noch einmal, obs dafür nicht doch irgend eine Lösung gibt:
The text was updated successfully, but these errors were encountered: