el07694
el07694
I have successfully installed swig3.0 but i don't know what exactly is needed to install libmp3lame with development headers. Any advice?
Hello, Nice code! I am wondering if it's possible to connect to points. Like here: http://www.pacman1.net/ from the middle left to the middle right. Thanks in advance, Chris Pappas.
``` call.on('stream', function(remoteStream) { var video = document.createElement("video"); video.srcObject = remoteStream; document.body.appendChild(video); video.play(); }); ``` This function is called two times, so i see two same (remote) videos
When I have long text like the following example: ``` from gtts import gTTS import os article_text = """ Δελτίο Εκκλησιαστικών Ανακοινώσεων: Τρίτη 1 Ιουνίου 2021. Στον Ιερό Ναό Παναγίας...
Hello, I want to install aiortc python module to msys2 mingw64-bit (windows 11). I have made this change to aiortc setup files to successfully install it to msys: I change...
server.html ``` var peer = new Peer("epalxeis"); var getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia; peer.on('call', function(call) { getUserMedia({video: false, audio: true}, function(stream) { call.answer(stream); // Answer the call with...
Hello, i was wondering if i can use aiortc for professional or semi-professional use. The scope of the program will be to create a radio broadcaster app like SAM Broadcaster....
Hello there, I am getting some errors while trying to close a browser tab when the connection is full established. The example i am running is on [this repository](https://github.com/el07694/aiortc-demo-for-epalxeis). How...
``` C:\xampp\htdocs\listen_radio_page\record>python play_buffer.py C:\Users\Acer\Desktop\SKAI_PODCAST\1821\ [000001aa61bb89f0] imem demux error: Invalid get/releaspress enter to quite function pointers [000001aa61bb7620] imem stream error: Invalid get/release function pointers OPEN 1831289042448 read file list playlist: READ...
Hello, i am trying to use the [streaming video example](https://rtcbot.readthedocs.io/en/latest/examples/streaming/README.html#streaming-video-from-python) but it fails. When i visit the http://127.0.0.1:8080 from my browser then there is a video element. After 2 seconds...