Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Come here to learn from top industry professionals. SEO, Content Management, Automation, Marketing, and much more!

 
Thread Tools
Old 02-08-2022, 02:25 PM   #1
camgirlpal
Registered User
 
camgirlpal's Avatar
 
Industry Role:
Join Date: Mar 2021
Posts: 2
How To Embed Stripchat Live Video

Code:
<div class="stream-container">
<video id="video" style="float: left; height: auto; width: 100%;" width="560" height="315" controls></video>
<script src="https://hls-js.netlify.app/dist/hls.js"></script>
</div>

<script>
  //Instructions:
  //1: find models username on Stripchat
  //2: replace GIRLNAME with models name in URL below
  //https://go.xxxiijmp.com/api/models?modelsList=GIRLNAME&strict=1
  //3: Paste Step 2 URL into web browser
  //4: find .m3u8 link in JSON.
  //5: replace hls.loadSource() with your .m3u8 URL
  
  //JSON File For Model
  //https://go.xxxiijmp.com/api/models?modelsList=GIRLNAME&strict=1
  var video = document.getElementById('video');
  if (Hls.isSupported()) {
    var hls = new Hls({
      debug: false,
    });
    hls.loadSource("https://b-hls-09.strpst.com/hls/71127951/71127951.m3u8");
    hls.attachMedia(video);
    hls.on(Hls.Events.MEDIA_ATTACHED, function() {
      video.muted = false;
      video.play();
    });
  }
</script>
Stripchat uses .m3u8 also known as HLS (Https Live Stream). It's technology created by Apple.

Happy website building.
__________________


STRIPCHAT CAM AFFILIATE PROGRAM

Stripcash: REVS/CPL/MEDIABUY | White Label | API

Telegram: camgirlpal
camgirlpal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
.m3u8, url, stripchat, hls, var, replace, live, video, models, hls.attachmediavideo;, website, function, pimp, hls.issupported, building, video.muted, debug, false, video.play;, happy, stream, technology, created, apple, https
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.