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 Proxy to FritzBox Cable does not work: ERR: sdp: invalid syntax c=In IP4 0.0.0.0 (c=In IP4 0.0.0.0) #1119

Closed
1 of 13 tasks
lfattinger opened this issue Aug 25, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@lfattinger
Copy link

Which version are you using?

v0.20.0

Which operating system are you using?

  • Linux amd64 standard
  • Linux amd64 Docker
  • Linux arm64 standard
  • Linux arm64 Docker
  • Linux arm7 standard
  • Linux arm7 Docker
  • Linux arm6 standard
  • Linux arm6 Docker
  • Windows amd64 standard
  • Windows amd64 Docker (WSL backend)
  • macOS amd64 standard
  • macOS amd64 Docker
  • Other (please describe)

Describe the issue

When I am trying to proxy the RTSP Stream running on my fritzbox 6660 Cable I am getting this error as soon as I am starting the rtsp-simple-server file:

2022/08/25 14:44:17 INF [path proxied] [rtsp source] ERR: sdp: invalid syntax c=In IP4 0.0.0.0 (c=In IP4 0.0.0.0)

My conf file looks like this:

paths:
proxied:
source: rtsp://192.168.177.1:554?/avm=1&freq=602&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pids=0,16,17,18,20,1003,130,131

Using VLC to stream the same url works with no Problem.
Using a different IP than my fritzbox's, like my printer's ip leads to a different error message.
Also I tried your deprecated rtsp-simple-proxy and it works but the connection is crashing every 10 seconds.

Describe how to replicate the issue

  1. add the ip of the fritzbox into the source block of any path. Adding query parameters does not change the result.
  2. start the rtsp-simple-server
  3. watch the error message get posted every 5s or so.

Did you attach the server logs?

no

Did you attach a network dump?

yes
log.zip

@aler9 aler9 added the bug Something isn't working label Oct 28, 2022
aler9 added a commit to bluenviron/gortsplib that referenced this issue Oct 28, 2022
@aler9
Copy link
Member

aler9 commented Nov 3, 2022

Thanks for posting the log, the issue is fixed in v0.20.2.

@aler9 aler9 closed this as completed Nov 3, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2023

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants