Laur's blog
Sign in Subscribe

stream

A collection of 3 posts
Capture a RTSP Stream
tutorial

Capture a RTSP Stream

With the house, I'm also building a security system. A first phase in the project is to get a couple of IP cameras and play with their streams. So I got a Reolink camera and set it up with the Android app. While the mobile app is OK
Jan 6, 2020 3 min read
Proxy Content from URL with Webpack Dev Server
asset

Proxy Content from URL with Webpack Dev Server

An application I'm working with has a large amount of static files (path starting with '/files/') deployed on a mounted volume in Docker. They are subsequently served via nginx. for local development, I thought of two options: 1. Add files to the local dev server (e.
Dec 21, 2017 2 min read
Stream from a String Instead of CIN in C++
c

Stream from a String Instead of CIN in C++

TL;DR: You can stream from a string instead of STDIN. Code is simple and is listed below. A project I did recently had a requirement to overload the >> operator use and STDIN to load data. The problem was not the overload itself, but the fact that testing
Jan 11, 2016 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost