-
Notifications
You must be signed in to change notification settings - Fork 990
Closed
Description
Again, trying to make WebRTC work with OPUS audio from Thingino.
streams:
terreiro:
- rtsp://thingino:thingino@192.168.1.39/ch1Maybe it's because it's OPUS/1 not OPUS/2? Maybe it's the same reason why #1505 is happening.
{
"producers": [
{
"id": 14,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "192.168.1.39:554",
"url": "rtsp://thingino:thingino@192.168.1.39/ch1",
"sdp": "v=0\r\no=- 1733960107351613 1 IN IP4 192.168.1.39\r\ns=thingino prudynt\r\ni=stream1\r\nt=0 0\r\na=tool:LIVE555 Streaming Media v2024.11.28\r\na=type:broadcast\r\na=control:*\r\na=range:npt=now-\r\na=x-qt-text-nam:thingino prudynt\r\na=x-qt-text-inf:stream1\r\nm=video 0 RTP/AVP 96\r\nc=IN IP4 0.0.0.0\r\nb=AS:5000\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=64001E;sprop-parameter-sets=Z2QAHqw7UFAX/LCAAAADAIAAABlC,aO48gA==\r\na=control:track1\r\nm=audio 0 RTP/AVP 97\r\nc=IN IP4 0.0.0.0\r\nb=AS:32\r\na=rtpmap:97 OPUS/48000\r\na=control:track2\r\n",
"user_agent": "go2rtc/1.9.7",
"medias": [
"video, recvonly, H264",
"audio, recvonly, OPUS/48000"
],
"receivers": [
{
"id": 20,
"codec": {
"codec_name": "h264",
"codec_type": "video",
"level": 30,
"profile": "High"
},
"childs": [
87,
169
],
"bytes": 28946303,
"packets": 24551
},
{
"id": 62,
"codec": {
"codec_name": "opus",
"codec_type": "audio",
"sample_rate": 48000
},
"childs": [
63,
66
],
"bytes": 5499651,
"packets": 34589
}
],
"bytes_recv": 35188634
}
],
"consumers": [
{
"id": 56,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "127.0.0.1:36056",
"sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.7\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=audio 0 RTP/AVP 96\r\na=rtpmap:96 OPUS/48000\r\na=control:trackID=0\r\n",
"user_agent": "go2rtc/1.9.7",
"medias": [
"audio, sendonly, ALL"
],
"senders": [
{
"id": 63,
"codec": {
"codec_name": "opus",
"codec_type": "audio",
"sample_rate": 48000
},
"parent": 62,
"bytes": 5499651,
"packets": 34589
}
],
"bytes_send": 6053075
},
{
"id": 61,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "127.0.0.1:36084",
"sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.7\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=audio 0 RTP/AVP 96\r\na=rtpmap:96 OPUS/48000\r\na=control:trackID=0\r\n",
"user_agent": "FFmpeg Frigate/0.14.1-f4f3cfa",
"medias": [
"audio, sendonly, OPUS"
],
"senders": [
{
"id": 66,
"codec": {
"codec_name": "opus",
"codec_type": "audio",
"sample_rate": 48000
},
"parent": 62,
"bytes": 5499651,
"packets": 34589
}
],
"bytes_send": 6053075
},
{
"id": 86,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "127.0.0.1:45040",
"sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.7\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=video 0 RTP/AVP 96\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=64001E;sprop-parameter-sets=Z2QAHqw7UFAX/LCAAAADAIAAABlC,aO48gA==\r\na=control:trackID=0\r\n",
"user_agent": "FFmpeg Frigate/0.14.1-f4f3cfa",
"medias": [
"video, sendonly, ANY"
],
"senders": [
{
"id": 87,
"codec": {
"codec_name": "h264",
"codec_type": "video",
"level": 30,
"profile": "High"
},
"parent": 20,
"bytes": 28301630,
"packets": 24015
}
],
"bytes_send": 28685870
},
{
"id": 168,
"format_name": "webrtc",
"protocol": "ws+udp",
"remote_addr": "192.168.1.15:49875 host",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"medias": [
"video, sendonly, VP8, VP9, H264, AV1",
"audio, sendonly, OPUS/48000/2, G722/8000, PCMU/8000, PCMA/8000, L16, PCML"
],
"senders": [
{
"id": 169,
"codec": {
"codec_name": "h264",
"codec_type": "video"
},
"parent": 20,
"bytes": 5764018,
"packets": 4851
}
],
"bytes_send": 5833856
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
