【问题标题】:How they steam those TV channel on their website?他们如何在他们的网站上播放这些电视频道?
【发布时间】:2020-06-19 11:59:10
【问题描述】:

这里是网站。 http://www.jagobd.com

这是一个孟加拉国网站。他们正在播放孟加拉国的电视节目。嵌入他们的 iframe 后,这些不再起作用。

我想做这样的网站。我选择wordpress。如何在我的网站上直播蒸汽电视频道?

【问题讨论】:

    标签: wordpress web http-live-streaming live-streaming live-tracking


    【解决方案1】:

    如果你不能打败他们,加入他们

    <style>
    .outer
    {
    width:720px;
    height:480px;
    overflow:hidden;
    position:relative;
    }
    #inner
    {
    position:absolute;
    top:-120px;
    left:-10px;
    width:1920px;
    height:1080px;
    }
    </style>
    <div class="outer">
    <iframe src="https://www.jagobd.com/asiantv" id="inner" frameborder="0" scrolling="no">
    </div>
    
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-09-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-22
      • 2013-02-14
      相关资源
      最近更新 更多