Cristóbal Medina López

Results 9 issues of Cristóbal Medina López

When a peer or a set of peers are in the team and the video from the source is restarted (because it finishes), a new peer can't join to the...

bug

Update "signal_server.py" to python3

todo

It would be interesting for the network overlay graph.

enhancement

I got the following `KeyError`: ``` File "PyQt/play.py", line 274, in draw self.update_buffer(m[1], m[2]) File "PyQt/play.py", line 175, in update_buffer ix = self.buffer_order[sender] KeyError: '127.0.1.1,47525' Violación de segmento ```

bug

I commented two lines in `peer_dbs` (see https://github.com/P2PSP/simulator/blob/master/src/core/peer_dbs.py#L610) The reason of those lines is to send pending chunks before leaving the team in a polite way. However, it freezes the...

bug

It would be great to add a playback control using a slider (timeline in rounds) and buttons (play/pause).

enhancement
GSoC-WIP

Painting the network overlay graphs is heavy. Could be a good idea to move the work of painting each graph to one differnte process? Would be a better idea to...

question

A IndexError occurs randomly in the draw function when it is drawing in real time (while it is simulating). It could be because it reads a new line when the...

bug