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

can't run on servers #729

Open
aws0me opened this issue Oct 31, 2024 · 2 comments
Open

can't run on servers #729

aws0me opened this issue Oct 31, 2024 · 2 comments

Comments

@aws0me
Copy link

aws0me commented Oct 31, 2024

i run it in docker on my mac,it works.
i run it in docker on a server without internet,it doesn't work.
also,how to improve the log level,

here is the log:

[root@i-O2onpOhgE ~]# docker logs -f 53455dcafccb8b6e8bb9bd23fc0ba5120876cf2ee851f03b1f5a6e43aa676483
Version:v0.8.7-15-gdadf698/Linux-x86_64 [email protected] webrtc@9912723-dirty live555helper@63e2d96
{
"urls" :
{
"tianyan" :
{
"video" : "rtsp://10.230.1.215:8554/live/JJ-JH-06"
}
}
}Logger level:4
HTTP Listen at 0.0.0.0:8000
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Start playing sink for "video/H264" subsession
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Close session: video/H264
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Start playing sink for "video/H264" subsession
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Close session: video/H264
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Start playing sink for "video/H264" subsession
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Close session: video/H264
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Start playing sink for "video/H264" subsession
Requested URL : rtsp://10.230.1.215:8554/live/JJ-JH-06
Close session: video/H264

image version:mpromonet/webrtc-streamer:master-amd64

@mpromonet
Copy link
Owner

mpromonet commented Nov 1, 2024

Hi @corrosive4354,

Which kinds of bugs, probably the backend is just not getting data from RTSP.
Without internet, you may need some STUN/TURN server if you are not on same LAN.
Using docker, --net=host may also help.

Best regards,
Michel.

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
@mpromonet @aws0me and others