Martin Neu
Martin Neu
It's possible to replace frames, for example to draw somthing over.
Hi!, I'm streaming the webcam with this command: `ffmpeg -re -i /dev/video0 -c:v libx264 -preset fast -c:a libfdk_aac -ab 128k -ar 44100 -f rtsp rtsp://localhost:7373/live/STREAM_NAME` In console I get: ```...
Hi! How can I keep playing when app lost focus or the screen turn off? Thanks!
I trying to use this package in microservice context. I need to send a message and wait for the result, for example, send a filter and get the list of...
Hi! Im getting RawFrame H264 in Ubuntu, but when I try to decode I get: Unhandled Exception: System.DllNotFoundException: Unable to load shared library 'libffmpeghelper.dll' or one of its dependencies. In...
Hi! In iOS when I put marker and mapView location, the map does not display centered, but if I move the phone to landscape and rotate again to portrait the...
Hi there! I try to deploy on a Macbook Pro M1 Max using this Docker command: `docker run -d -p 8080:8080 --name hapi-fhir hapiproject/hapi:latest` But after several hours I can...
Hi! Can I get the bytes to use for example in a canvas, and not save to disk?
Hi! The example show the camera view but nothing happends when I scan mi ID.
I try to run this docker command: ``` docker run -p 8090:8080 \ -v /home/martin/docker/hapi-fhir/config:/configs \ -e "--spring.config.location=file:///configs/another.application.yaml" \ --name hapi \ hapiproject/hapi:latest ``` And get this error: ``` 2023-07-31...