6 hours ago
(This post was last modified: 6 hours ago by mvallevand.)
(Today, 03:16 AM)sub Wrote: I can see it's already using addpids to ask for all the PMTs. It's not clear why the fritzbox isn't returning them all. Maybe it has some limits in the number of pids it can deliver?
I had not noticed that before since it it is only in the verbose logs, but checking closer I do see you adding all of them and now I wonder if you should be using the same session stream= for those addpids?
Code:
2024-12-17 20:16:17.072 [DEBUG][69] About to scan: rtsp://192.168.178.1:554/?freq=554&sr=6900&msys=dvbc&mtype=256qam&bw=8&pids=0,16,17
SETUP rtsp://192.168.178.1/?freq=554&sr=6900&msys=dvbc&mtype=256qam&bw=8&pids=0,16,17 RTSP/1.0
OPTIONS rtsp://192.168.178.1:554/stream=1939 RTSP/1.0
DESCRIBE rtsp://192.168.178.1:554/stream=1939 RTSP/1.0
Content-Base: rtsp://192.168.178.1:554/stream=1939
PLAY rtsp://192.168.178.1:554/stream=1939 RTSP/1.0
RTP-Info: url=rtsp://192.168.178.1/stream=1939
PLAY rtsp://192.168.178.1:554/?addpids=5400 RTSP/1.0
RTP-Info: url=rtsp://192.168.178.1/stream=0
PLAY rtsp://192.168.178.1:554/?addpids=5410 RTSP/1.0
RTP-Info: url=rtsp://192.168.178.1/stream=0
....
PLAY rtsp://192.168.178.1:554/?addpids=680 RTSP/1.0
RTP-Info: url=rtsp://192.168.178.1/stream=0
TEARDOWN rtsp://192.168.178.1:554/stream=1939//stream=1939 RTSP/1.0
Martin