-
Notifications
You must be signed in to change notification settings - Fork 296
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
Tplink KC100 spot ipcam #73
Comments
@WhitecastlePT - I was able to get local streaming to work following this walkthrough on Medium. I'm just having problems trying to control the camera (power on/off) via port 9999. Overall not a huge deal though. |
Can you tell me what did you used to see the stream outside Kasa'a app ? |
@WhitecastlePT - the last portion of the walkthrough contains the following snippet: Using this snippet (on a linux machine with Ffmpeg installed) I made the following modifications:
My final command was then: This command will use cURL to make a request to the camera, and then pipe it out to FFmpeg which will write to the file |
Ok, only need to discover deviceID aswell...thx ;) |
Oh perhaps I wasn't clear you can leave the |
Sorry didn´t read the part "I removed the &deviceId=" sorry 👍 |
Thanks @WhitecastlePT. This seems to stream the feed to an mp4 file. What about streaming a live view in the browser? Would that be possible? |
Tried to use this for KC100. I detected that port 9999 is also open in this device. But i can´t get it to work with the provided commands.
If i wanted to get the video stream from this cam without the need of the app. Think its possible ?
The text was updated successfully, but these errors were encountered: