Filip Hanes

Results 22 comments of Filip Hanes

From: https://developer.ridgerun.com/wiki/index.php/GstInterpipe_-_Features_and_Limitations > Interpipesink will transfer automatically the buffers it receives to all the interpipesrcs that are currently listening to it. There is no data copy.

Hi, I would like to create audio meter with colors: green under -20dB, yellow under -9dB and red up to 0dB.

Hope I was solving same problem as you. Here is code for parsing `audio_map` to gst audiomixmatrix https://github.com/voc/voctomix/blob/27e2c58eaeda59cc021a6596d36fdb1ed28a4ace/vocto/audio_codecs.py#L38 Here is documentation for audiomixmatrix https://gstreamer.freedesktop.org/documentation/audiomixmatrix/index.html?gi-language=python So in config.ini: audio_map=from_channel,to_channel;from_channel2,to_channel2 For example:...

thanks In what situation was empty username problem?

This issue is about moving connection to 1. `connect` or 2. `__init__`. What Exceptions do you have problem dealing with?

yes, I understand you. I was more inclined to second solution because of "compatibility" with imaplib, but it would require `connect`ing on first command (login, authenticate, ...) which could hide...

Great, thanks, that is usable, dB units are linear with faders, so no need to calculate logarithms :) And would it be possible to use same value from Condition Audio...

could this help? https://github.com/imaginevision/libssp/compare/master...michalkielan:libssp2:c-api

Problem is that this script is 404 Not found ` ` It is used in both `/src/video_player_app.html` and `/src/controller_app.html` I have copied it from `libgstc/javascript/libgstc.js` to `examples/web/src/libgstc.js` and changed script...