Good day,
I'm trying to configure WCS for MPEG-TS publishing via reserved ports, but I can not figure out what I'm doing wrong.
Version of WCS: 5.3.129
In the flashphoner.properties I have:
After the WCS restart, in the flashphoner.log I see this error:
Thanks
I'm trying to configure WCS for MPEG-TS publishing via reserved ports, but I can not figure out what I'm doing wrong.
Version of WCS: 5.3.129
In the flashphoner.properties I have:
I've created the: /usr/local/FlashphonerWebCallServer/conf/mpegts_ingest.yml file with following content:mpegts_reserved_port_from=39991
mpegts_reserved_port_to=40000
Preview does not show correct indentation, but yml file should be formatted correctly, with two spaces indentation.streams:
srt1:
port: 39992
transport: srt
timeout: 10000
hasAudio: true
hasVideo: true
maxTimeStampDiff: 90000
allowedList: []
After the WCS restart, in the flashphoner.log I see this error:
Can you please help?08:42:31,830 ERROR B - main The required "port" parameter is missing for reserved agent with stream name: srt1 in the YAML settings file /usr/local/FlashphonerWebCallServer/conf/mpegts_ingest.yml
Thanks