Coder Social home page Coder Social logo

nginx-rtmp-win32's Introduction

Hi there 👋

nginx-rtmp-win32's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nginx-rtmp-win32's Issues

RTMPS and 443 to push on FB doesn't work

When I try the rtmps on port 443 (now standard on FB) it crashes returning this line on the log file:

2020/11/11 10:20:11 [emerg] 6020#8440: invalid port in url "rtmps://live-api-s.facebook.com:443/rtmp/XXXXXXXXXXXXXXX?s_bl=1&s_hv=0&s_psm=1&s_sc=XXXXXXXXXXXXXXX&s_sw=0&s_vt=api-s&a=XXXXXXXXXXXXXXX" in C:\Users\Root\Desktop\MOM\TORMY SITE\OBS\NGINX/conf/nginx.conf:85

IMPORTANT:
I changed sensitive data with "XXXXXXXXXXXXXXX" on purpose for this post.

点播mp4出现问题

配置好点播,mp4文件不能点播,flv点播没有问题。

同样的设置,在mac下的nginx-rtmp,同样的mp4文件播放是没有问题的。

Niginx crash when play .flv video files size of 8GB

Niginx crash when play .flv video file size of 8GB with seek.
Nginx在播放大型.flv檔案時,如8GB,然後拖拉影片,會導致整個nginx的所有現有rtmp的連線斷掉。
並且會跳出nginx錯誤。
MP4檔案不會有這個問題。

使用OBS推流链接不上

你好大神,刚开始接触rtmp,因为业务需要,需要搭建服务器配合OBS在局域网中使用,但是推流中碰到了下边这个提示:


连接失败

无法访问指定的通道或流密钥. 这可能是因为 密钥/通道 是无效的, 或者服务器认为你已经登录了.

确定

使用测试地址 rtmp://127.0.0.1/live/test 进行测试没有问题,
但是使用OBS 0.13.4进行推流时候会有如上提示,找不到哪里有问题,希望大神解答下,非常非常感谢

确认一个exec的问题

exec* not supported指的是exec_publish_done这种事件回调不支持?
有什么其它办法吗?

有没有GOP相关设置的说明啊?这个不是会影响延迟吗?

我用VLC播放器播放直播流live流打开串流黑屏好一会才连上大概10S,直播好像也延迟了10s这么久,没找到原因,我有用POtPlayer播放器,比Vlc播放器好一点但这种现象仍有,网页上播放这种就没有,怎么回事呢?
我从网上搜索说可能是GOP的原因导致的延迟,这是在连接过程中产生的延迟吗?有没有懂的给指点一下?

有个问题,推流的设备不带音频,那么播放就会有问题。

买了个推流设备,音频没有推流,只推视频。
结果直播HLS的时候出问题了。RTMP播放就没问题。
如果加上音频直播HLS就很正常。
服务端为 nginx-rtmp-win32
播放器端为 FLASH+HTML5 ,换了很多FLASH在线播放HLS流的播放器。都是一样的问题,播放1分钟后就无法播放。
这个不带音频,播放HLS流的BUG, 是服务端还是FLASH播放器的问题呢? 试了很多FLASH播放器都无解。用VLC播放就正常。

Question

Dear developer,

Congrtulations on the superior work you have done with this nginx with rtmp implementation for windows.

I can't understand, in the index.html, what is the "Publisher" section for. Can you help me please? I can't find answers in the documentation either.

Sorry for my ignorance.
Thank you in advance for your help,

Kindest regards,
JC

如何录制

我在配置文件增加录制的指令,
recorder eduitv {
record all manual;
record_path d://; # 注意 nginx 的运行用户要有读写权限
record_notify on;
record_suffix _%Y%m%d%H%M%S.flv;
}
启动 nginx 时报错,不识别 recorder 指令

nginx-rtmp is slowing down the live broadcast

I installed nginx-rtmp-win32 on my windows PC in order to broadcast with OBS to multiplatforms.

I edited the config file, and inserted a line with my rtmp youtube settings and password
Run Nginx and saw that it is alive on the stats page of the browser, and run OBS. If I put the phrase: "rtmp://localhost:1935/live" on the custom rtmp service, OBS says unable to connect to server ( Apparently it doesn´t know where is my "localhost" ) , so, I put the IP 127.0.0.1 ( referring to the local machine ) and OBS indeed now connects to the Nginx server and I can see the stats in the page, but, unfortunatelly, the same problem happens: Nginx slows down broadcast ( say, from 3.5Mbps to a mere 800Kbps ). Youtube prepars to broadcast, but stays on yellow, signaling that connection is slow. I don´t know why this happens. My connection with the internet is 300Mbps and I have no issues when using OBS alone without the server.

There must be a problem with the use of "localhost". I tried from another machine on the LAN, and, in OBS I put the IP address of the server reffering to the internal IP:
rtmp://192.168.1.30:1935/live

Same problem again. OBS connects, but slowdown the "live" rtmp. I disabled firewall, anything you can imagine. I can´t understand what´s going on.
Win7 64 bit SP1, OBS above 22, 64 bit version, Machine: Intel i7 2600k overclocked to 4800Ghz, 16Gb ram, GTX980, SSDs, etc.
You can contact me ( Dihelson ) at: [email protected]

Nginx2

Update this build

Please update this nginx build to "1.10.1" or "1.11.1" version adding those parameters to existing:
--with-http_secure_link_module
--with-http_mp4_module
--with-http_ssl_module
--with-threads
--with-file-aio
--with-http_gzip_static_module
--with-http_flv_module

Thanks!

Config changes after Nginx Reload do not reflect in existing RTMP streams

Hello,
My scenario is: I have a RTMP stream going to the RTMP server. I would like to add some additional destinations in the config file, while the livestream is running.

When I change the config file and use the reload.bat, the changes in the config file (i.e the extra destinations), do not reflect until I start and stop the RTMP stream.

Is there anyway for the config changes to reflect without having to start and stop the stream?

hi 請問能支援HLS的fmp4嗎

我目前只有windows環境 想要用個fmp4格式的直播
nginx-vod-module 有辦法編譯成windows環境支援的嬤

安卓端推流问题

安卓端推流,第一次推流,PC端可能正常播放。安卓端stop之后再次推流,PC端画面不动。这是服务端的问题,还是安卓端的问题,谢谢

mp4流

您好,请问使用该流媒体rtmp推流,直播录像能直接产生mp4编码的视频吗?默认flv,转码耗时和资源占用又很高。

Failing to compile myself

I am trying to compile this myself using the same directives and versions that you have used, but keep on failing with:
objs/lib/nginx-rtmp-module-1.2.1/ngx_rtmp_core_module.c(611): error C2220: the following warning is treated as an error objs/lib/nginx-rtmp-module-1.2.1/ngx_rtmp_core_module.c(611): warning C4456: declaration of 'sa' hides previous local declaration objs/lib/nginx-rtmp-module-1.2.1/ngx_rtmp_core_module.c(506): note: see declaration of 'sa'

How did you manage to compile? Did you use specific compiler flags?

please update

Please update to nginx 1.11.10 version, also please update plugins like openssl and rtmp to latest version, thanks

推流的时候能加帐号密码吗?

你好,我正在使用您开发的 nginx-rtmp-win32
目前使用正常,有个问题就是,推流的时候怎么设置帐号密码呢?如果不设置帐号密码,那拉流跟推流地址一样,那别人就会找到拉流地址而用来推流。 这样就很不方便。
所以我想问一下,推流的时候不是可以输入帐号密码,这样防止被别人推流吗?
不知道这个 nginx-rtmp-win32 有没有这个功能呢?
谢谢。
如下所示。
RTMP上传服务器地址:
192.168.110.155
RTMP上传服务器端口:
1935
RTMP上传目录名:
hls
RTMP上传节点:
hx
RTMP上传用户名:
11
RTMP上传密码:
22

关于推流鉴权的问题

是不是您提供的鉴权方式只能在您的这个软件下面才能用,是不是在linux上就没法用了

NetConnection.Connect.Failed

你好,请问一下我在进那个直播测试工具的时候可以采集图像和音频信息,但是想推流的时候显示NetConnection event : NetConnection.Connect.Failed,请教一下这个是因为什么原因?另外,这个是封装好的,不知道有没有Demo的源码,望回答,谢谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.