Replies: 2 comments 1 reply
-
Hi. Curious why this was moved to discussion ? How can this be resolved ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
probably need to specify port 2020 or something |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just installed scrypted.
Installed the different plugins. Both cameras C100 and C210 are configured inside the Tapo app.
When adding the C210 camera, scrypted works, I can view the stream no problem.
When adding the C100 camera, scrypted adds it, but cannot view the stream.
Both cameras are setup exactly the same way with the same rtsp account user/password.
Looking at the console for the C100:
...
[Rebroadcast Plugin]: rtsp outgoing message
[Rebroadcast Plugin]: TEARDOWN rtsp://192.168.68.193:554/stream1 RTSP/1.0
[Rebroadcast Plugin]: CSeq: 3
[Rebroadcast Plugin]: User-Agent: Scrypted
[Rebroadcast Plugin]: Authorization: Basic dGV1dGV1Z3V5OlRlbXB0ZW1wMTIz
[Rebroadcast Plugin]:
[Rebroadcast Plugin]: mainStream prebuffer session ended with error Error: auth failed
[Rebroadcast Plugin]: at t.RtspClient.request (/@scrypted/prebuffer-mixin/main.nodejs.js:1:92275)
[Rebroadcast Plugin]: at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[Rebroadcast Plugin]: at async t.startRtspSession (/@scrypted/prebuffer-mixin/main.nodejs.js:1:144502)
[Rebroadcast Plugin]: at async V.startPrebufferSession (/@scrypted/prebuffer-mixin/main.nodejs.js:1:117990)
[Rebroadcast Plugin]: Tapo C100 restarting prebuffer session in 5 seconds
[Rebroadcast Plugin]: rebroadcast error Error: rtsp socket closed
[Rebroadcast Plugin]: at Socket. (/@scrypted/prebuffer-mixin/main.nodejs.js:1:144316)
[Rebroadcast Plugin]: at Socket.emit (node:events:514:28)
[Rebroadcast Plugin]: at Socket.emit (node:domain:489:12)
[Rebroadcast Plugin]: at TCP. (node:net:323:12)
Seems theres' an authentication issue.
However it's the same auth.
Finally, testing the rtsp stream using vlc, same user/passowrd, works fine.
Beta Was this translation helpful? Give feedback.
All reactions