How does the P1 camera stream get accessed, is it using the proprietary code from Bambu? #1060
cryptonym64
started this conversation in
General
Replies: 1 comment
-
It's not an RTSP feed. It's a custom port that is approximately MJPEG in the sense that the data it pushes is just a stream of one off JPG images. A1 and P1 both have the same. |
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
-
Trying to figure out how to stream via RTSP/RTSPS to another viewer from P1S in LAN only mode. It works great in this add on.
I've tried many combinations of settings and viewers. I'm hoping one of the developers can provide the correct URI syntax (I looked at camera.py already) or if it is not possible without the proprietary module. Also, if possible, is some intermediary step needed in retrieving the stream?
Some examples I've tried:
rtsp://bblp:[email protected]:322/streaming/live/1
rtsps://bblp:[email protected]:322/streaming/live/1
rtsp://bblp:[email protected]/streaming/live/1
rtsps://bblp:[email protected]/streaming/live/1
I've tried ffplay and ffmpeg also to grab it.
Also, does A1 follow same process?
I'm not a python programmer, literally just started reading the stuff recently and would appreciate any help on the processes being used successfully on this project.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions