【问题标题】:Restream live rtmp stream重新流式传输实时 rtmp 流
【发布时间】:2018-11-20 10:13:56
【问题描述】:

我有 24 小时 rtmp 直播.. 我需要重新播放它,但使用新的 html5 语言,因为旧的需要 Flash 播放器。

我不知道流媒体..或者这是否可以完成?!!

rtmp直播链接:

http://www.ertu.org/quran/QuranKareem.html

代码来源:

                    <script type="text/javascript" src="jwplayer.js"></script>
                    <script type="text/javascript">
                        jwplayer("mediaplayer").setup({
                            flashplayer: "player.swf",
                            title: "Quran Kareem",
                            file: "livestream",
                            streamer: "rtmp://liveRadio.onlinehorizons.net/Qurankareem",
                            image: "photo.jpg",
                            controlbar: "bottom",
                            width: "300",
                            bufferlength:'60',
                            height: "20",
                            autostart: "1",


                        });
                    </script>
                    <!-- END OF THE PLAYER EMBEDDING -->

谢谢

【问题讨论】:

  • javascript 不是 java

标签: javascript php audio streaming


【解决方案1】:

我认为您可以尝试https://restream.io,然后复制嵌入流链接并将其插入您的网站

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多