I am working on an android app to stream video from one device to another. In my scenario, it is only a one-way transmission, so one device is a publisher while the other device is a subscriber. I used the Hello World app as the base and can stream the video to my app (although with a noticable delay). Now I only need to stream video, not audio. So is there a possibility to disable the audio in the current SDK? Also when I close the app I am disconnecting from the Session and the Subscriber. However even after disconnecting, I still get Log messages from the AudioTrack:
W/AudioTrack(19506): obtainBuffer() track 0xd59b98 disabled, restarting
Is this a bug or am I missing something?
Dominik