I love the ofxIpVideoGrabber made by @bakercp . It works very well to capture the video streams.
But some IP cameras also have build-in microphones and speakers.
Has anyone successfully interfaced with the audio elements of such cameras? What is the best way to do this?
Thanks a bunch,
Stephan.
1 Like
I wonder if OF already can access audio RTSP streams similar to how it can setup ofVideoPlayer
with a URL.
openframeworks:master
← i-n-g-o:#1741_ofAVFoundationPlayer_adding_video_streaming
opened 08:30PM - 08 Apr 17 UTC
`ofBaseVideoPlayer` only offers `setPosition` which needs the duration of the me… dia.
in case of a stream we do not have a duration, therefore setting the position (or frame) will fail.
Hi ! Maybe with NDI library for Openframeworks ?
For now ofxGStreamer works for me to receive video + audio from Axis IP camera.