Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ibc opened this issue Jan 23, 2018 · 1 comment

Comments

@ibc
Copy link

ibc commented Jan 23, 2018

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.

@ibc
Copy link
Author

ibc commented Nov 6, 2018

Hi, any news about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant