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

Older h264 (RTSP) streams break on v0.136.0 #243

Open
yelodevopsi opened this issue Feb 16, 2024 · 0 comments
Open

Older h264 (RTSP) streams break on v0.136.0 #243

yelodevopsi opened this issue Feb 16, 2024 · 0 comments

Comments

@yelodevopsi
Copy link
Contributor

yelodevopsi commented Feb 16, 2024

We get some RTSP-streams that gets buggy after this update. We don't get any image in our JS-client, but we see the stream being transported in chrome://webrtc-internals.

0.135.1 to v0.136.0
b314638

We're quite sure it's related to all the commits done 12th May 2023:

From medooze/media-server@275cb8b
to medooze/media-server@c560e1c

This affect a bit older RTSP-cameras.

Are there any any modifications we can add to the Capabilitites of the Media-server that can work-around this issue?

module.exports = {
	audio: {
		codecs    : ["opus"],
		extensions: [
			"urn:ietf:params:rtp-hdrext:ssrc-audio-level",
			"http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01",
		],
	},
	video: {
		codecs    : ["h264;packetization-mode=1"],
		rtx       : true,
		rtcpfbs   : [{ id: "ccm", params: ["fir"] }, { id: "nack" }, { id: "nack", params: ["pli"] }],
		extensions: [
			"http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time",
			"urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id",
			"urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
			"urn:ietf:params:rtp-hdrext:sdes:mid",
		],
		simulcast: true,
	},
};
@yelodevopsi yelodevopsi changed the title Older h64 (RTSP) streams break on v0.136.0 Older h264 (RTSP) streams break on v0.136.0 Feb 16, 2024
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