Home › Forums › Software Development › RTSP multicast:change client_port problem
- This topic has 2 replies, 2 voices, and was last updated 3 months, 2 weeks ago by Manel F..
- AuthorPosts
- 20/06/2024 at 13:45 #24602Manel F.Participant
Using RTSP protocol: When we try to change the client_port in a SETUP command, the Tobii Pro Glasses 3 firmware ignore all petitions. It always chooses a random port between 5000 to 5008.
Here there is an example of a SETUP command and the Tobii glasses’ answer:
SETUP rtsp://10.4.175.180:8554/live/all/stream=0 RTSP/1.0
CSeq: 1
Transport: RTP/AVP;multicast;client_port=7000-7001RTSP/1.0 200 OK
CSeq: 1
Transport: RTP/AVP;multicast;destination=224.3.0.0;ttl=16;port=5000-5001;mode=”PLAY”
Server: GStreamer RTSP server
Session: BL2KLjo3q+fnVkds
Date: Thu, 20 Jun 2024 11:31:03 GMTWhat we are doing wrong?
20/06/2024 at 13:55 #24604Jonas HögströmParticipantAccording to the gstreamer documentation, the property is called “port-range”. I haven’t tried if this works though. The gstreamer version used on the server side (in the recording unit) is 1.16.
https://gstreamer.freedesktop.org/documentation/rtsp/rtspsrc.html?gi-language=c
20/06/2024 at 14:29 #24606Manel F.ParticipantThanks Jonas,
unfortunately this solution doesn’t work . We are using directly the RTSP syntax. It seems that it’s a firmware bug.
How we can report a problem to Tobii developers? - AuthorPosts
- You must be logged in to reply to this topic.