Help fpr beginner, I would like to get my OnIf camera stream en my website

altif

New Member
Hello,

Using OnIf device manager I discovered that my camera has an IP , thus there may be hope for broadcasting :)

I saw this part of code on another website
var session = Flashphoner.createSession({urlServer:"wss://192.168.88.59:8443"});
session.createStream({name:"rtsp://192.168.88.5/live.sdp", display:myVideo}).play();
my stream would be closer to this actualy (works on vlc)
rtsp://192.168.8.103:553/user=admin_password=qELQmCyr_channel=0_stream=0.sdp?real_stream
how tis code can fit in my html? do I have to make a .js file?
I'm sorry I show really low tech knowledge...
 

altif

New Member
Thank you very much. I didn't realise there would be necessity for a 24/7 server. I don't run my computer on linux, can this server be installed on raspberry pi zéro? And manages 4 cameras?
 

Max

Administrator
Staff member
The minimum requirements to the server are listed here: x86_64 architecture, 1 CPU core, 2 Gb RAM, 10 Gb HDD. So WCS will not work on Raspberry Pi due to ARM architecture.
There is also minimal configuration test results and recommendations on this page.
 
Top