-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Description
Hi @mpromonet
Does webrtc-streamer support accessing cameras via IPv6 addresses in a peer-to-peer manner? How should it be configured?
---webrtc-streamer -H 0.0.0.0:8877 -o
---socat TCP6-LISTEN:8878,reuseaddr,fork TCP4:127.0.0.1:8877 &
---http://[ipv6]:8878/webrtcstreamer.html?video=rtsp://admin:[email protected]:554/Streaming/Channels/102
I'm currently accessing the camera using this method, which works within the same 4G base station but fails when connecting across different base stations.
Metadata
Metadata
Assignees
Labels
No labels