Skip to content

Stream not found (Android) #204

@VladimirR46

Description

@VladimirR46

Hello everyone!!!

I have created an application to show visual stimuli for Android platform on QT.
When starting the application, I call:

std::shared_ptr<lsl::stream_outlet> m_outlet;
...
//Start function
lsl::stream_info info("NeuroStim-Events", "Events", 1, lsl::IRREGULAR_RATE, lsl::cf_int32, "7643562-7455141");
m_outlet.reset(new lsl::stream_outlet(info));

When I try to start recording a stream from Android using LabRecorder I get an error
image

However, if I click yes, I soon get the following message in the console:
image
All data is recorded correctly. As it seems to me.))
If you hit the update button periodically (in LabRecorder UI), the stream is sometimes online and sometimes offline.
I am using a Samsung Tab S7 tablet (Android 12). It and the PC are connected to the same WiFi network. I tested on another similar tablet and another PC. The problem is repeated(.

But when I build this application for Windows everything works fine!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions