x-callback-url/stream?url=<audio stream url> working at most twice
Environment: iOS 15.7.6 or iPadOS 16.5, VLC Player 3.4.5
Steps to reproduce:
- VLC in newly opened status w/o currently playing media
- invoke vlc-x-callback://x-callback-url/stream?url=URL
- mini-player opens and audio streaming begins
- user stops audio streaming without closing mini-player
- VLC app closed
- user activity for about 10 seconds
- VLC app opened
- invoke vlc-x-callback://x-callback-url/stream?url=URL2
- mini-player closes
- audio streaming does not begin
If a delay is introduced it can work twice only:
- VLC in newly opened status w/o currently playing media
- invoke vlc-x-callback://x-callback-url/stream?url=URL
- mini-player opens and audio streaming begins
- user stops audio streaming without closing mini-player
- VLC app closed
- user activity for about 10 seconds
- VLC app opened
- wait 1 second
- invoke vlc-x-callback://x-callback-url/stream?url=URL2
- mini-player is minimized
- audio streaming begins
- user stops audio streaming without closing mini-player
- VLC app closed
- user activity for about 10 seconds
- VLC app opened
- wait 1 second
- invoke vlc-x-callback://x-callback-url/stream?url=URL3
- mini-player closes
- audio streaming does not begin
Edited by WuMingIT