ofxGStreamer
ofxGStreamer copied to clipboard
openFrameworks addon to use gstreamer under osx and windows. This addon has no code and instead uses the addon_config.mk file to add the needed files from the core + the flags needed to compile using...
Thanks for making this addon. I successfully managed to compile and run the example on macOS 10.15.7 with OF 0.11.2 using `gstreamer-1.0-1.10.2-x86_64.pkg` and `gstreamer-1.0-devel-1.10.2-x86_64.pkg` I did notice the latency was...
Hi everyone, I'm working on video streaming on gstreamer with my new MacBook m1 pro. As I expected, there are some issue on new MacOS. Seems that Gstreamer didn't support...
Hi Arturo, please have a gander at the Notes.md - haven't tested yet on Windows
After generating a project with the project generator including the addon, the OF related source files don’t show up in the Project Navigator within Xcode. This is a minor issue...
The error occurs in a project created with the project generator (i.c.w. Xcode 8), without any modification: `ld: file not found: @rpath/lib/libgstcontroller-1.0.0.dylib for architecture x86_64`. I am not sure what...
this way you can install in a fresh installed system
I run a ffserver to stream DSLR live view, the format of output stream is mjpeg. When I check the view from a webbrowser, the view is ok and the...
Hello all, After setting up my System/VS with the help of mrzl (Thanks!) and try to build the example (in a newly created VS Project). I still had to do...
hey, the description for setting up ofxGstreamer under windows didnt seem to be complete and there were a few more things to setup in order to use it. I've committed...
When I try to run a simple test app: player.setPlayer(ofPtr(new ofGstVideoPlayer)); player.loadMovie("1.mov"); player.play(); I get: [ error ] ofGstUtils: startPipeline(): unable to get pipeline paused state [warning] ofGstUtils: getDurationNanos(): couldn't...