How to view (BlueOS) multi camera stream?

Hi @mareks,

It’s best to use even numbers for video streams - programs like VLC will often assume things like 5601 is the audio for 5600. Try using 5600 for your main stream and 5602 for your secondary one :slight_smile:

Can you try creating a file “camera2.sdp” with the following contents:

c=IN IP4 127.0.0.1
m=video 5602 RTP/AVP 96
a=rtpmap:96 H264/90000

and then running that through VLC?

We’re planning to generate SDP files automatically in future (for the active streams), but have not yet finished implementing it.

There are some other receiving/playback options discussed here, but VLC should work, and is likely the simplest to set up.

1 Like