Replies: 2 comments 2 replies
-
Ok, finaly I found a difference in about:webrtc logs between mediamtx v1.11.0 and v1.11.1. Other lines are mostly UDP (and the same between v1.11.0 and v1.11.1) and can't connect due to our networks restrictions. |
Beta Was this translation helpful? Give feedback.
2 replies
-
moved in #4161 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Not sure this is a bug in mediamtx, but I can notice a change between v1.11.0 and v1.11.1.
On my enterprise Network, when trying to view a RTSP stream using mediamtx as webrtc server, stream is not working anymore in v1.11.1
With v1.11.0 everything is ok.
If connected directly to internet, everything is ok with v1.11.1.
When comparing logs I see no real differences on how WHIP/WHEP and webrtc is handle.
I have no clue of what's could be wrong.
In mediamtx logs, with v1.11.1 there is no candidate connexion attemp.
In firefox about:webrtc logs, I seen no particular difference. Just no candidate connexion attemp.
It could be the migration from pion/webrtc and pion/ice from v2 to v4 ?
It could be special filtering rules on my enterprise network ? (I don't think so, but some packets with different signature with pion libs from v2 to v4 migration could be filtered)
A bug in our application ? (we don't use mediamtx webrtc demo page)
Rooms are created with commands like this one:
curl -vvv -d '{"source": "rtsp://192.168.10.21:1028/cam/realmonitor?channel=1&subtype=1"}' http://localhost:9997/v3/config/paths/add/473944042
And created path is visible if running such command:
curl -vvv http://localhost:9997/v3/config/paths/list
Sorry, if I don't publish logs, as said, I'm not sure this is a mediamtx source code problem and anyway I see not real difference (comparing line to line in Meld) when stream is working or not.
Just verify and report if you encounter the same problem.
Beta Was this translation helpful? Give feedback.
All reactions