sergey-dryabzhinsky / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
1.02k stars 216 forks source link

flashverconflict with nginx local relay #129

Open zhxiaom5 opened 8 years ago

zhxiaom5 commented 8 years ago

I have configure "idle_streams off".but when i use nginx local relay,the log show like below 2016/05/06 10:06:48 [info] 12458#0: 4 notify: pull 'bandtest' from ' 2016/05/06 10:06:48 [info] 12458#0: 4 relay: create pull name='bandtest' app='' playpath='' url= 2016/05/06 10:06:48 [error] 12458#0: 4 live: stream not found, client: x.x.x.x, server: 0.0.0.0:1935 2016/05/06 10:06:48 [info] 12458#0: 4 disconnect, client: x.x.x.x,, server: 0.0.0.0:1935 2016/05/06 10:06:48 [info] 12458#0: 4 deleteStream, client: x.x.x.x,, server: 0.0.0.0:1935 2016/05/06 10:06:48 [info] 12458#0: 6 disconnect, client: , server: ngx-relay 2016/05/06 10:06:48 [info] 12458#0: *6 deleteStream, client: server: ngx-relay

the server need to create pull from another server,but the another server I have configured "idle_streams off". may be we should check the flashver,when it is nginx-local-relay,we should allow it to play idle_stream

xxxman2008 commented 8 years ago

hi,

you should post your config file. and i really think you make something wrong.