xvideos and xnxx embed frame issue

szunyi

Registered Member
Joined
Jul 16, 2011
Messages
54
Reaction score
13
Hello,

After some days the embed iframe player was stopped working with xvideos.com and xnxx.com videos.
I already tried the official iframe embed codes but still not working none of them.

I submit a ticket to xvideos support team but i still not get any reply after some days...

What sould I do, and guys, how do you fix this issue?
I think so many webmasters got this issue - because using xvideos/xnxx embed videos.

Thanks
bye
 
What do you mean "stopped working", does it display any error code?
 
What do you mean "stopped working", does it display any error code?
i mean the same embed code what was working good before, now stopped working, and just show a white page

if I check the browser console log;
1729083650519.png


or you can check it if you open this embed link by yourself: https://www.xvideos.com/embedframe/kilbiav7718
 
Last edited:
Can confirm I also see just a white page. Video works fine on regular page but /embedframe/ is white page.

Looks like a problem on their end.

how can this possible on the biggest adult website (if we add xvideos.com and xnxx.com traffic) without fixing it after some days? :suspicious::poop:
 
While it does not look like you can fix this yourself, there should be another way to embed the video. If you look at the source code of the embed page example, you will see html5player.setVideoUrlHigh method is being used around line 29. It has the full cdn link to the video:

Code:
https://cdn77-vid-mp4.xvideos-cdn.com/FNH6xKdwAMmSuethxChDZw==,1729096315/videos/mp4/9/7/a/xvideos.com_97a48758e22fe1b25d76d329ac44ef27.mp4?ui=MjIzLjE4Mi44Ny4xNjUtLS9lbWJlZGZyYW1lL2tpbGJpYXY3NzE4

So, for now, you could perhaps embed the video directly, instead of doing it through xvideos embed link...

If you have an automated posting site, make another script to parse the cdn url from that embed page instead of embedding the page directly, and save that instead.

This is how you can directly embed a mp4 video in your page:

Code:
https://www.w3schools.com/html/html5_video.asp
 
While it does not look like you can fix this yourself, there should be another way to embed the video. If you look at the source code of the embed page example, you will see html5player.setVideoUrlHigh method is being used around line 29. It has the full cdn link to the video:

Code:
https://cdn77-vid-mp4.xvideos-cdn.com/FNH6xKdwAMmSuethxChDZw==,1729096315/videos/mp4/9/7/a/xvideos.com_97a48758e22fe1b25d76d329ac44ef27.mp4?ui=MjIzLjE4Mi44Ny4xNjUtLS9lbWJlZGZyYW1lL2tpbGJpYXY3NzE4

So, for now, you could perhaps embed the video directly, instead of doing it through xvideos embed link...

If you have an automated posting site, make another script to parse the cdn url from that embed page instead of embedding the page directly, and save that instead.

This is how you can directly embed a mp4 video in your page:

Code:
https://www.w3schools.com/html/html5_video.asp
that link is working only for some hours, precisely because of such things that you write :)
hot linking mp4 is not working
 
how can this possible on the biggest adult website (if we add xvideos.com and xnxx.com traffic) without fixing it after some days? :suspicious::poop:
It's probably just a technical problem. Xvideos is embedded in probably hundreds of thousands of websites. I'm sure they'll fix it, but who knows when.

It's also a good reminder to never rely on 3rd party. Be it Movies, porn or any other stuff. I remember when Netu was shutdown or Openload, Vidoza, half of this Forum had a meltdown because they lost everything overnight.
 
that link is working only for some hours, precisely because of such things that you write :)
hot linking mp4 is not working
Oops. Then you will have to either contact xvideos, or have to download the cdn link directly (I tried opening the cdn link directly, works fine... so they are not checking for referrer) and host it yourself.
 
Back
Top