Hello, i have implemented an application using openvidu pro and am using the rtmp broadcast module, i can stream fine to twitch or amazon ivs but when streaming to a media live channel i am only getting a black screen. Anyone have ideas or tips? Thank you.
The channel configuration is as follows:
{
"inputAttachments": [
{
"inputId": "92084",
"inputAttachmentName": "teste-opv-1",
"inputSettings": {
"sourceEndBehavior": "CONTINUE",
"inputFilter": "AUTO",
"filterStrength": 1,
"deblockFilter": "DISABLED",
"denoiseFilter": "DISABLED",
"smpte2038DataPreference": "IGNORE",
"audioSelectors": [],
"captionSelectors": []
}
}
],
"state": "IDLE",
"pipelinesRunningCount": 0,
"destinations": [
{
"id": "kvd3bh",
"settings": [],
"mediaPackageSettings": [
{
"channelId": "teste-opv-1"
}
]
}
],
"egressEndpoints": [
{
"sourceIp": ""
}
],
"encoderSettings": {
"audioDescriptions": [
{
"audioSelectorName": "Default",
"codecSettings": {
"aacSettings": {
"inputType": "NORMAL",
"bitrate": 192000,
"codingMode": "CODING_MODE_2_0",
"rawFormat": "NONE",
"spec": "MPEG4",
"profile": "LC",
"rateControlMode": "CBR",
"sampleRate": 48000
}
},
"audioTypeControl": "FOLLOW_INPUT",
"languageCodeControl": "FOLLOW_INPUT",
"name": "audio_2"
}
],
"captionDescriptions": [],
"outputGroups": [
{
"outputGroupSettings": {
"mediaPackageGroupSettings": {
"destination": {
"destinationRefId": "kvd3bh"
}
}
},
"name": "HD",
"outputs": [
{
"outputSettings": {
"mediaPackageOutputSettings": {}
},
"outputName": "720p30",
"videoDescriptionName": "video_720p30",
"audioDescriptionNames": [
"audio_2"
],
"captionDescriptionNames": []
}
]
}
],
"timecodeConfig": {
"source": "EMBEDDED"
},
"videoDescriptions": [
{
"codecSettings": {
"h264Settings": {
"afdSignaling": "NONE",
"colorMetadata": "INSERT",
"adaptiveQuantization": "HIGH",
"bitrate": 3000000,
"entropyEncoding": "CABAC",
"flickerAq": "ENABLED",
"forceFieldPictures": "DISABLED",
"framerateControl": "SPECIFIED",
"framerateNumerator": 30,
"framerateDenominator": 1,
"gopBReference": "ENABLED",
"gopClosedCadence": 1,
"gopNumBFrames": 3,
"gopSize": 60,
"gopSizeUnits": "FRAMES",
"subgopLength": "FIXED",
"scanType": "PROGRESSIVE",
"level": "H264_LEVEL_AUTO",
"lookAheadRateControl": "HIGH",
"numRefFrames": 3,
"parControl": "SPECIFIED",
"profile": "HIGH",
"rateControlMode": "CBR",
"syntax": "DEFAULT",
"sceneChangeDetect": "ENABLED",
"slices": 1,
"spatialAq": "ENABLED",
"temporalAq": "ENABLED",
"timecodeInsertion": "DISABLED"
}
},
"height": 720,
"name": "video_720p30",
"respondToAfd": "NONE",
"sharpness": 100,
"scalingBehavior": "DEFAULT",
"width": 1280
}
]
},
"inputSpecification": {
"codec": "AVC",
"resolution": "HD",
"maximumBitrate": "MAX_20_MBPS"
},
"logLevel": "DISABLED",
"tags": {},
"channelClass": "SINGLE_PIPELINE",
"pipelineDetails": [],
"maintenanceWindow": "TUESDAY_1800",
"maintenanceStatus": "",
"maintenance": {
"maintenanceDay": "TUESDAY",
"maintenanceStartTime": "18:00"
}
}