OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
228 stars 49 forks source link

Embed HTML code doesn't work #208

Closed adnan360 closed 4 years ago

adnan360 commented 4 years ago

I put the Embed code from the share option of this video. The html code for test is:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
        <iframe width="560" height="315" src="https://lbry.tv/$/embed/lbry2youtubetest/f26f82457cfe29146823bd11df0c58a004252b4e" allowfullscreen></iframe>
    </body>
</html>

I tried both locally and on an online server. Both renders a grey box instead of the player showing. Tried on Firefox and Brave. Both got same results (screenshots attached).

lbry-embed-01 lbry-embed-02

tzarebczan commented 4 years ago

Sorry for the late reply, this PR should fix it: https://github.com/lbryio/lbry-desktop/pull/4206