Reputation: 21
I use crtmpserver 1.1 and streaming movie recording by IP camera.
Once network disconnect, IP camera cannot reconnect to the RTMP server and the following
warning is shown.
"basertmpappprotocolhandler.cpp:897 Stream name XXX already occupied and application doesn't allow duplicated inbound network streams"
After restarting the server, I can reconnect to the server.
How to solve this problem without restarting the server and not rename the stream name?
Upvotes: 1
Views: 713
Reputation: 11
You should change the source code to solve this problem by flowing steps:
Upvotes: 1
Reputation: 1282
This seems like a bug in crtmpserver. See this discussion on google groups
https://groups.google.com/forum/?hl=en&fromgroups#!topic/c-rtmp-server/o4dfEycNdRA
Upvotes: 0