Skip to content

Sketch/Project: Observer with RTSP - #13

Draft
youmustfight wants to merge 3 commits into
mainfrom
observer-rtsp
Draft

Sketch/Project: Observer with RTSP#13
youmustfight wants to merge 3 commits into
mainfrom
observer-rtsp

Conversation

@youmustfight

Copy link
Copy Markdown
Owner

Trying to get a passive stream sent out from the ESP32 device. There are different strategies, from WebRTC, to RTSP, to MJPEG pushing. I went the RTSP path since it seemed more bandwidth friendly than the latter, and compatible than the former.

You can view the camera stream via your laptop by opening up the "network stream" in VLC. Type in RTSP://192.168.1.224:8554/mjpeg as your URL. This "works" in that the moving parts are there, but there is an error bubbling up from the Micro-RTSP lib.

I've been trying to figure out how to bring this stream into an endpoint. I'm a bit unsure of this approach however, and how to weave it into a media server ideally. So going to leave this here and revisit when I have a better sense of the approach to take . May do a SD card write/read, because you can get better quality video/audio and it will be consistent, and uploading that after a "session" of some sort (maybe push upload to core #1 while recording continues on core #0)

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

Successfully merging this pull request may close these issues.

1 participant