Page 1 of 1

Streaming-server from console

Posted: Sat Mar 20, 2021 11:33 pm
by Robaczeqq
Hello,

I have tried doing streaming-server console application as says there:
https://redpitaya.readthedocs.io/en/lat ... aming.html

when I type:

Code: Select all

streaming-server -c /root/.streaming_config
I get:

Code: Select all

streaming-server: error while loading shared libraries: librp.so: cannot open shared object file: No such file or directory
using:

Code: Select all

LD_LIBRARY_PATH=/opt/redpitaya/lib streaming-server -c /root/.streaming_config

Code: Select all

streaming-server started
Segmentation fault
Streaming from web applications works fine, but I can't use another app simultaneously, so I would like to use that while using another app.

Thank you for your help.

Re: Streaming-server from console

Posted: Mon Mar 29, 2021 11:33 am
by hermy_sf
Hi Robaczeqq,

I found the same problem when I tried for the first time on my RP 2 days ago. I also get back:

'streaming-server: error while loading shared libraries: librp.so: cannot open shared object file: No such file or directory'

although librp.so definitely exists. Did you ever get an answer to your question or could ou solve the problem ?

Best regards

Hermann

Re: Streaming-server from console

Posted: Thu Apr 01, 2021 10:16 am
by Robaczeqq
Hi hermy_sf,

using:

Code: Select all

LD_LIBRARY_PATH=/opt/redpitaya/lib streaming-server -c /root/.streaming_config
as I stated in main post solved library problem. But Then is another problem which is:

Code: Select all

Segmentation fault
I don't have now access to laboratory but maybe that problem can be solved by using last stable version of redpitaya os.
But I would appreciate @redpitaya seeing this and trying to fix this in next update.

Best regards
RobaczeQ

Re: Streaming-server from console

Posted: Fri Apr 23, 2021 11:50 am
by redpitaya
Is the issue still manifesting after you manually
update the Red Pitaya OS to the latest BETA OS by using this guide:
https://www.youtube.com/watch?v=Qq_YRv2nk3c
?

Re: Streaming-server from console

Posted: Thu Mar 31, 2022 1:58 pm
by dhill
Hello,

Using Robaczeqq's command the console version of the streaming app works for me so long as the steps in the documentation are followed.

Sincerely,
dhill