Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web frontend shows wrong stream link #1193

Open
jyrts opened this issue Oct 12, 2024 · 5 comments
Open

web frontend shows wrong stream link #1193

jyrts opened this issue Oct 12, 2024 · 5 comments

Comments

@jyrts
Copy link

jyrts commented Oct 12, 2024

My minisatip running on 192.168.2.65 with startup command line: /usr/bin/minisatip -R /usr/share/minisatip/html -o 127.0.0.1:9000,10 --disable-dvb --disable-ssdp -s 192.168.2.16 -s 192.168.2.17 -s 192.168.2.22 -s 192.168.2.20 -s 192.168.2.18 -s 192.168.2.24 -s 192.168.2.23 -s 192.168.2.32 -s 192.168.2.19 -s 192.168.2.25 -s *dvbs2:192.168.2.128 -s dvbt2:192.168.2.34 -s dvbt2:192.168.2.34 -A 0:0:0,1:1:0,2:2:0,3:3:0,4:4:0,5:5:0,6:6:0,7:7:0,8:8:0,9:9:0,10:10:0

My client is using url: http://192.168.2.65:8080/?freq=11919&src=3&sr=30000&pol=V&msys=DVBS2&mtype=qpsk&pids=6411,6422,6451,6409,0,20

All woking good. BUT. When I look the minisatip web frontend at http://192.168.2.65:8080 then is shows the client is using url
http://192.168.2.65:8080/?freq=11919&src=1&sr=30000&pol=V&msys=DVBS2&mtype=qpsk&pids=6411,6422,6451,6409,0,20

src=1 not src=3. It should show src=3 in stream url

seem like minisatip web frontend can't show correct "src" values. bug

@catalinii
Copy link
Owner

Can you upload a log with -l http?

@jyrts
Copy link
Author

jyrts commented Oct 12, 2024

Are the logs really necessary. It is pure front-end visual problem?
As you can see from the startup command I am using minisatip as "virtual diseqc" but it looks like the minisatip web frontend is not used to that...
SRC

@jyrts
Copy link
Author

jyrts commented Oct 12, 2024

the wrong SRC number is also in the RTSP link:
rtsp://@:554/?freq=11919&src=1&sr=30000&pol=V&msys=DVBS2&mtype=qpsk&pids=6411,6422,6451,6409,0,20

I am using the -A 0:0:0,1:1:0,2:2:0,3:3:0,4:4:0,5:5:0,6:6:0,7:7:0,8:8:0,9:9:0,10:10:0 command on startup (for virtual disqc)

Seems like whatever the real SRC value in the request URL is... The minisatip webfrontend shows always SRC=1 in stream link

@jyrts
Copy link
Author

jyrts commented Oct 12, 2024

Ok ok. I will upload the logs. maybe web frontend stream link is show'ing src=1 in the url because src=1 is used by the upper level incoming satip server. But it is worng, because the link is showing clients who connect to minisatip, not where minisatip is connecting to...

@Jalle19
Copy link
Collaborator

Jalle19 commented Oct 13, 2024

IIRC this has been brought up before, maybe @lars18th remembers? I couldn't find any previously created issues about it though, it was probably a discussion in an unrelated issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants