This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR rust_analyzer::lsp_utils] failed to run build scripts | |
The following warnings were emitted during compilation: | |
error: failed to run custom build command for `csound-sys v0.1.2` | |
Caused by: | |
process didn't exit successfully: `/home/meh/devel/gstreamer/subprojects/gst-plugins-rs/target/debug/build/csound-sys-a7f568cc3f4abf66/build-script-build` (exit status: 101) | |
--- stdout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meh fix-multiple-vpenc … gstreamer sandbox webrtcsink 2 cargo build && gdb --args gst-launch-1.0 videotestsrc ! webrtcsink | |
Finished dev [unoptimized + debuginfo] target(s) in 0.11s | |
GNU gdb (GDB) Fedora 12.1-1.fc36 | |
Copyright (C) 2022 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Type "show copying" and "show warranty" for details. | |
This GDB was configured as "x86_64-redhat-linux-gnu". | |
Type "show configuration" for configuration details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use async_std::task; | |
use futures::channel::mpsc; | |
use futures::prelude::*; | |
use futures::ready; | |
use pin_project_lite::pin_project; | |
use serde::{Deserialize, Serialize}; | |
use std::collections::VecDeque; | |
use std::pin::Pin; | |
use std::task::{Context, Poll}; | |
use std::collections::HashMap; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use async_std::task; | |
use futures::channel::mpsc; | |
use futures::prelude::*; | |
use pin_project_lite::pin_project; | |
use serde::{Deserialize, Serialize}; | |
use std::collections::VecDeque; | |
use std::pin::Pin; | |
use std::task::{Context, Poll}; | |
pin_project! { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meh / tmp git clone https://github.com/fish-shell/fish-shell.git && cd fish-shell && mkdir build && cd build && cmake .. && make -j && make test | |
Cloning into 'fish-shell'... | |
remote: Enumerating objects: 94, done. | |
remote: Counting objects: 100% (94/94), done. | |
remote: Compressing objects: 100% (78/78), done. | |
remote: Total 64931 (delta 47), reused 34 (delta 16), pack-reused 64837 | |
Receiving objects: 100% (64931/64931), 52.54 MiB | 8.29 MiB/s, done. | |
Resolving deltas: 100% (45706/45706), done. | |
-- The C compiler identification is GNU 9.2.1 | |
-- The CXX compiler identification is GNU 9.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meh java-demo … gstwebrtc-demos sendrecv gst-java java -jar build/libs/gst-java.jar --server=wss://127.0.0.1:8443 --peer-id=2442 | |
[main] INFO WebrtcSendRecv - Using peer id 2442, on server: wss://127.0.0.1:8443 | |
[AsyncHttpClient-3-1] ERROR WebrtcSendRecv - onError | |
Exception in thread "main" java.net.ConnectException: General SSLEngine problem | |
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179) | |
at org.asynchttpclient.netty.channel.NettyConnectListener$1.onFailure(NettyConnectListener.java:151) | |
at org.asynchttpclient.netty.SimpleFutureListener.operationComplete(SimpleFutureListener.java:26) | |
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) | |
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) | |
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -i | |
PREFIX=~/devel/okdaccord | |
GENIVI_PREFIX=$PREFIX | |
LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/lib64 | |
DYLD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/lib64 | |
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/pkgconfig:$PREFIX/lib64/pkgconfig/ | |
PATH=$PREFIX/bin:$PATH | |
GI_TYPELIB_PATH=$PREFIX/share/gir-1.0:$GI_TYPELIB_PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<c:configuration xmlns:c="controller" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="controller audiomanagertypes.xsd "> | |
<listSources> | |
<source> | |
<domainName>GStreamer</domainName> | |
<name>GstTestSourceWhiteNoise</name> | |
<className>TEST</className> | |
<registrationType>REG_ROUTER</registrationType> | |
</source> | |
<source> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meh ⓔ venv fredo ⋯ apertis sources traprain pip freeze | |
clang==3.7.dev234765 | |
dbus-deviation==0.5.0 | |
hotdoc==0.8.1 | |
hotdoc-c-extension==0.8 | |
hotdoc-dbus-extension==0.8 | |
lxml==3.6.4 | |
pkgconfig==1.1.0 | |
pygraphviz==1.3.1 | |
PyYAML==3.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meh ⓔ venv fredo ⋯ apertis sources traprain pip freeze | |
clang==3.7.dev234765 | |
dbus-deviation==0.5.0 | |
hotdoc==0.8.1 | |
hotdoc-c-extension==0.8 | |
hotdoc-dbus-extension==0.8 | |
lxml==3.6.4 | |
pkgconfig==1.1.0 | |
pygraphviz==1.3.1 | |
PyYAML==3.12 |
NewerOlder