requestAudio in componentWillReceiveProps
scrat98 opened this issue · 4 comments
scrat98 commented
When you wnat dynamical update components with differents streamUrl - it will be fail because requestAudio invokes only once
huy-qn commented
How do we solve this problem?
scrat98 commented
@imhuyqn I used React ref and saved instance. And when I changed the URL I persist used ref.requestAudio. But next I switch to the "react-player" library as you can see here
scrat98/audio-streaming-site@e51502e
jlariza commented
Hi! I am having the same issue. Any updates on this bug?
voronianski commented
fixed via - #102