Skip to content

Instantly share code, notes, and snippets.

View callTx's full-sized avatar
🏠
Working from home

Daniel F. callTx

🏠
Working from home
View GitHub Profile
@callTx
callTx / gist:a7ac989e9549b8be1976b050590178e9
Last active August 29, 2022 11:26
Log server peer python
WARNING:root:Namespace(server='wss://webrtc.nirbheek.in:8443', stun_server='stun.l.google.com:19302', json_config='C:/msys64/home/Daniel/gst-webrtc-app/appconfig/streaming_args.json', app_ready_file='C:/msys64/home/Daniel/gst-webrtc-app/appconfig/appready', app_auto_init='true', metrics_port='8000', debug=False, enable_basic_auth='false', basic_auth_user='Daniel', basic_auth_password='', port='8080', rtc_config_json='C:/msys64/home/Daniel/gst-webrtc-app/appconfig/rtc.json', coturn_web_uri='http://localhost:8081', coturn_web_username='DESKTOP-DI9J055', coturn_auth_header_name='x-auth-user', enable_audio='true', enable_resize='true', video_bitrate='2000', audio_bitrate='64000', encoder='x264enc', app_name='', turn_shared_secret='', turn_host='', turn_port='', enable_cursors='true', uinput_mouse_socket='', uinput_js_socket='', enable_clipboard='true', framerate='30', addr='0.0.0.0', web_root='C:/msys64/home/Daniel/gst-web')
0:00:00.000081000 16024 1eb620247b0 INFO GST_INIT gst.c:592:init_pre: I
@callTx
callTx / gist:1b9982ba064430d37cd50735c43a3142
Created July 29, 2021 23:28
A Copy Trading solution which allows a Trader offers their trades position through a ZeroMQ Publisher - Subscriber architecture
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'vizion_layout.ui'
#
# Created by: PyQt5 UI code generator 5.13.0
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets,QtTest