el07694

Results 28 comments of el07694

I found a solution for Linux: Copy /usr/local/lib/python3.7/dist-packages/pymp3decoder-0.0.1-py3.7-linux-armv7l.egg/pymp3decoder/py_mp3.py **contents** to the top of /usr/local/lib/python3.7/dist-packages/pymp3decoder-0.0.1-py3.7-linux-armv7l.egg/pymp3decoder/__init__.py file and delete from this file the import. Also change in two seperate times the py_mp3....

Example: Let have this matrix: [ [0,1,1,0,0], [0,1,0,0,0], [0,0,0,0,1] ] and we want to find the path from (0,0) to (2,0) Let's say that points (1,4) and (1,0) are connected....

In pacman game we have holes. So from one point you can go directly to another point. Can you do something like that with pathfinding? Στις Σάβ, 16 Ιουν 2018...

We need this event to delete the video element.

I found a solution: you have the remoteStream then if(remoStream.id=="the-remote-stream-id"){ //display the video } This solution works only if you know the id. To display the same video one time...

Anyway you can set peer id (handmade): const peerA = new Peer("a-unique-peer-constant-id");

+1 I tried with Chrome and with edge. With edge doesn't work

When a peer close it's tab, the video frozen. We want close event to remove video element. Doesn't work in Chrome either.

I just comment the raiseException line and the file now is build successfully.