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
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...
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
my stream would be closer to this actualy (works on vlc)var session = Flashphoner.createSession({urlServer:"wss://192.168.88.59:8443"});
session.createStream({name:"rtsp://192.168.88.5/live.sdp", display:myVideo}).play();
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...