From: Juliusz Chroboczek <jch@irif.fr>
To: Alexandre IOOSS <erdnaxe@crans.org>
Cc: galene@lists.galene.org
Subject: [Galene] Re: Building a streaming gateway for Galène
Date: Thu, 08 Apr 2021 00:05:33 +0200 [thread overview]
Message-ID: <87tuohn42a.wl-jch@irif.fr> (raw)
In-Reply-To: <87wntdn49u.wl-jch@irif.fr>
>> Looking at the Wireshark dump, Galène seems also to use "0" as sender
>> SSRC, so that might be the issue. I might try to do a dirty hack
>> somewhere to confirm this hypothesis.
> Galène doesn't choose the SSRC -- the SSRC is chosen by the offerer.
You can find out the SSRC that Galène thinks the offerer has chosen by
adding the following line:
diff --git a/rtpconn/rtpconn.go b/rtpconn/rtpconn.go
index eec5d97..6b7e8cb 100644
--- a/rtpconn/rtpconn.go
+++ b/rtpconn/rtpconn.go
@@ -509,6 +509,7 @@ func newUpConn(c group.Client, id string, labels map[string]string, offer string
up := &rtpUpConnection{id: id, pc: pc, labels: labels}
pc.OnTrack(func(remote *webrtc.TrackRemote, receiver *webrtc.RTPReceiver) {
+ log.Println("SSID", remote.SSRC())
up.mu.Lock()
mid := getTrackMid(pc, remote)
next prev parent reply other threads:[~2021-04-07 22:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-06 11:05 [Galene] " Alexandre IOOSS
2021-04-06 12:57 ` [Galene] " Juliusz Chroboczek
2021-04-06 16:10 ` [Galene] webrtc security cameras? Dave Taht
2021-04-06 17:07 ` [Galene] " Juliusz Chroboczek
2021-04-06 17:44 ` [Galene] Re: Building a streaming gateway for Galène Alexandre IOOSS
2021-04-06 23:19 ` Juliusz Chroboczek
2021-04-07 20:40 ` Alexandre IOOSS
2021-04-07 22:01 ` Juliusz Chroboczek
2021-04-07 22:05 ` Juliusz Chroboczek [this message]
2021-04-09 13:42 ` Alexandre IOOSS
2021-04-09 13:55 ` Juliusz Chroboczek
2021-04-09 14:17 ` Juliusz Chroboczek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tuohn42a.wl-jch@irif.fr \
--to=jch@irif.fr \
--cc=erdnaxe@crans.org \
--cc=galene@lists.galene.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox