我已经配置了NGINX-RTMP服务器,可以在VLC Media Player上播放直播。但是当我试图在网站上播放它时,它就不能播放了。这是我的nginx.conf文件的RTMP配置代码。
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
}
}
}
我试着通过clappr播放器播放
大家好,我想在我们的网站上添加微信的分享链接按钮,就像其他的一样:
<a class="skype social-icon" href="https://web.skype.com/share?url=http://example.com&text=I wanted you to see this site" target="_blank" title="Skype"><i class="fa fa-skype fa-lg"></i></a>
&