mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
added AMF shortcuts & project-wide stream numbers; updated mp4 streamer
This commit is contained in:
@ -453,7 +453,8 @@ ngx_rtmp_play_send(ngx_event_t *e)
|
||||
if (n != sizeof(ngx_rtmp_play_header)) {
|
||||
ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
|
||||
"play: could not read flv tag header");
|
||||
ngx_rtmp_send_user_stream_eof(s, 1);
|
||||
ngx_rtmp_send_user_stream_eof(s, NGX_RTMP_MSID);
|
||||
ngx_rtmp_send_status(s, "NetStream.Play.Stop", "status", "Stopped");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user