Replies: 4 comments
-
Ok, I will apply this feature to the WebRTC Provider as well. |
Beta Was this translation helpful? Give feedback.
-
@getroot Checking in on this, it seems the issue is the same a few months later:
|
Beta Was this translation helpful? Give feedback.
-
I haven't been able to develop this since I've been too busy dealing with OME's critical issues and other projects for survival. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
The BlockDuplicateStreamName server setting is useful with RTMP and SRT providers, but causes OME to crash on init if you try to set it for a WebRTC provider.
In Server.xml, set:
Server.VirtualHosts.VirtualHost.Applications.Application.Providers.WebRTC.BlockDuplicateStreamName = false
This feature would be handy for WebRTC because it is more likely to be used in a chat context where users are turning their sources on and off rapidly. But currently it just causes OME to crash:
[2021-05-18 17:04:31.088] E [OvenMediaEngine:1286] OvenMediaEngine | main.cpp:318 | An error occurred while load config: [Config] Unknown item found: Server.VirtualHosts.VirtualHost.VirtualHost.Applications.Application.Application.Providers.WebRTC.BlockDuplicateStreamName in /opt/ovenmediaengine/bin/conf/Server.xml
Beta Was this translation helpful? Give feedback.
All reactions