Report post You have 30 minutes to complete this form before the CAPTCHA will expire. Security image * Required field JavaScript is required to view this page. Either you do not have JavaScript enabled in your web browser, you do not have cookies enabled in your web browser, or this website is misconfigured such that cookies do not save correctly. This is a reported post for a post in the topic <input class="cms_keep_ui_controlled" size="45" title="[post param="HLS Streaming Server OBS is fine server doesn't get signal"]397[/post]" type="button" value="post Comcode tag (dbl-click to edit/delete)" />, by wayzata<br /><br /><comcode-quote param="266">Don't understand the streaming key. Running nginx on local machine and network, followed all the way through to OBS as well. Camera is showing in OBS, enter ip address of local machine<br />rtmp://192.168.50.7/show<br />streaming key is "1"<br />hit start streaming and get this error:<br />Could not access the specified channel or stream key, please double-check your stream key. If it is correct, there may be a problem connecting to the server.<br />Here is nano file:<br />worker_processes auto;<br />events {<br />worker_connections 1024;<br />}<br /># RTMP configuration<br />rtmp {<br />server {<br />listen 1935; # Listen on standard RTMP port<br />chunk_size 4000;<br />application show {<br />live on;<br /># Turn on HLS<br />hls on;<br />hls_path /nginx/hls/;<br />hls_fragment 3;<br />hls_playlist_length 60;<br /># disable consuming the stream from nginx as rtmp<br />deny play all;<br />}<br />}<br />}<br />http {<br />sendfile off;<br />tcp_nopush on;<br /># aio on;<br />directio 512;<br />default_type application/octet-stream;<br />server {<br />listen 8080;<br />location / {<br /># Disable cache<br />add_header 'Cache-Control' 'no-cache';<br /># CORS setup<br />add_header 'Access-Control-Allow-Origin' '*' always;<br />add_header 'Access-Control-Expose-Headers' 'Content-Length';<br /># allow CORS preflight requests<br />if ($request_method = 'OPTIONS') {<br />add_header 'Access-Control-Allow-Origin' '*';<br />add_header 'Access-Control-Max-Age' 1728000;<br />add_header 'Content-Type' 'text/plain charset=UTF-8';<br />add_header 'Content-Length' 0;<br />return 204;<br />}<br />types {<br />application/dash+xml mpd;<br />application/vnd.apple.mpegurl m3u8;<br />video/mp2t ts;<br />}<br />root /nginx/;<br />}<br />}<br />}<br />Here is the error.og file:<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to [::]:80 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:1935 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to [::]:80 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:1935 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to [::]:80 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:1935 failed (98: Address already in use)<br />2020/04/04 17:59:32 [emerg] 3336#3336: still could not bind()<br /></comcode-quote><br />//// PUT YOUR REPORT BELOW \\\\<br /><br /> Add: Add: Font Size Color [Font] Arial Courier Georgia Impact Times Trebuchet Verdana Tahoma Geneva Helvetica [Size] 0.8 1 1.5 2 2.5 3 4 [Color] Black Blue Gray Green Orange Purple Red White Yellow This is a reported post for a post in the topic [post param="HLS Streaming Server OBS is fine server doesn't get signal"]397[/post], by wayzata [quote="266"] Don't understand the streaming key. Running nginx on local machine and network, followed all the way through to OBS as well. Camera is showing in OBS, enter ip address of local machine rtmp://192.168.50.7/show streaming key is "1" hit start streaming and get this error: Could not access the specified channel or stream key, please double-check your stream key. If it is correct, there may be a problem connecting to the server. Here is nano file: worker_processes auto; events { worker_connections 1024; } # RTMP configuration rtmp { server { listen 1935; # Listen on standard RTMP port chunk_size 4000; application show { live on; # Turn on HLS hls on; hls_path /nginx/hls/; hls_fragment 3; hls_playlist_length 60; # disable consuming the stream from nginx as rtmp deny play all; } } } http { sendfile off; tcp_nopush on; # aio on; directio 512; default_type application/octet-stream; server { listen 8080; location / { # Disable cache add_header 'Cache-Control' 'no-cache'; # CORS setup add_header 'Access-Control-Allow-Origin' '*' always; add_header 'Access-Control-Expose-Headers' 'Content-Length'; # allow CORS preflight requests if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Max-Age' 1728000; add_header 'Content-Type' 'text/plain charset=UTF-8'; add_header 'Content-Length' 0; return 204; } types { application/dash+xml mpd; application/vnd.apple.mpegurl m3u8; video/mp2t ts; } root /nginx/; } } } Here is the error.og file: 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:80 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to [::]:80 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:1935 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:80 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to [::]:80 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:1935 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:80 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to [::]:80 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: bind() to 0.0.0.0:1935 failed (98: Address already in use) 2020/04/04 17:59:32 [emerg] 3336#3336: still could not bind() [/quote] //// PUT YOUR REPORT BELOW \\\\ Use of this website implies that you agree to the website rules and privacy policy.