Skip to content

apt and packetization-mode parameters are given as strings (should be numbers) #36

@ibc

Description

@ibc

As retrieved from Edge RTC capabilities:

{
	clockRate: 90000,
	kind: "video",
	maxptime: 0,
	maxSpatialLayers: 0,
	maxTemporalLayers: 0,
	name: "rtx",
	numChannels: 1,
	options: {},
	parameters:
	{
		apt: "107"
	}
}

{
	clockRate: 90000,
	kind: "video",
	maxptime: 0,
	maxSpatialLayers: 0,
	maxTemporalLayers: 3,
	name: "X-H264UC",
	numChannels: 1,
	options: {},
	parameters:
	{
		mst-mode: "NI-TC",
		packetization-mode: "1"
	},
	preferredPayloadType: 122,
	ptime: 0,
	rtcpFeedback: []
}

The apt parameter should be a number. And, AFAIU, also the packetization-mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions