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

RTSP over WLAN0 #270

Open
Tormund1985 opened this issue Mar 21, 2022 · 3 comments
Open

RTSP over WLAN0 #270

Tormund1985 opened this issue Mar 21, 2022 · 3 comments
Labels

Comments

@Tormund1985
Copy link

Is your feature request related to a problem? Please describe.
I have an RTSP server installed in a raspberry PI. streaming over internet throught nrok and connected by wifi with my smartphone.

Describe the solution you'd like
I want to play the streaming of the raspberry with my smarphone in VLC.

Describe alternatives you've considered
Journalctl - f shows:
uri="rtsp://192.168.1.144:8554/unicast/track1"

Additional context
Thats URI is not correct because I want connect by Wifi, not LAN.

Can I change the interface?

Many thanks.

@mpromonet
Copy link
Owner

Hi,

By default live555 choose interface sending a multicast packet and looking which interface is receiving it.
You can override this default choice using -I <wlan ip> argument.

Best Regards,
Michel.

@Tormund1985
Copy link
Author

Tormund1985 commented Mar 22, 2022

HI again,

I test with "-I x.x.x.x", "-I x.x.x.x:8554" and -I "rtsp://x.x.x.x:8554" and no changes, follow with exit:

mar 22 08:00:18 sentinel v4l2rtspserver[26198]: Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="xxxxxxxxxxxxxx", uri="rtsp://192.168.1.144:8554/unicast/track1", response="xxxxxxxxxxxxxxxxxx"

thanks in advance for your support!

@mpromonet
Copy link
Owner

Hi,

It should be -I x.x.x.x

Best Regards,
Michel.

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

No branches or pull requests

2 participants