enorrmann / youshark

14 stars 4 forks source link

Waveform display #2

Open Porco-Rosso opened 8 years ago

Porco-Rosso commented 8 years ago

Hi, I went through your code briefly, but couldn't figure it out. How are you generating/displaying the waveform for the audio files? Aplayer has no reference to waveforms.

Also I couldn't get the player to pick up seeded files, even when seeded by https://btorrent.xyz/ in another tab. The console showed no errors.

enorrmann commented 8 years ago

sorry ! the project was a little bit out of date I've just commited the last changes now index.html uses a more complex player, and simple.html uses aplayer since the last version of webtorrent doesn't include any tracker by default, you must specify them in the controller.js like this var opts = { announce: [ 'ws://10.4.10.48:8000'], dht:false }