Active X plugin coding ... help please

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
odintheterrible
New Cone
New Cone
Posts: 4
Joined: 19 Jan 2015 11:45
Operating System: Windows 7

Active X plugin coding ... help please

Postby odintheterrible » 23 Mar 2015 18:31

Greetings one and all ...

I've managed to code the active X plugin into one of my web pages OK ... but the problem is that the rstp stream which I'm trying to embed into the web page requires a username and password to be input before the stream will display.
Can anyone help please with the necessary code to add the username and password so that the stream will play ???
many thanks in anticipation

Code: Select all

<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="640" height="480" id="vlc" events="True"> <param name="Src" value="rtsp://****.****.**:554/12"/> <param name="ShowDisplay" value="True" /> <param name="AutoLoop" value="False" /> <param name="AutoPlay" value="True" /> <embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480" target="rtsp://****.****.**:554/12" ></embed> </OBJECT>
"Qui Custodiet Ipsos Custodes ??"

RSATom
Big Cone-huna
Big Cone-huna
Posts: 513
Joined: 24 Nov 2011 06:55
Operating System: Windows/Linux/OsX
Location: Russia, Tomsk

Re: Active X plugin coding ... help please

Postby RSATom » 23 Mar 2015 18:39

Did you try

Code: Select all

rtsp://username:password@****.****.**:554/12
?

odintheterrible
New Cone
New Cone
Posts: 4
Joined: 19 Jan 2015 11:45
Operating System: Windows 7

Re: Active X plugin coding ... help please

Postby odintheterrible » 23 Mar 2015 19:11

No, I didn't ... but I now will :-)
Thanks
"Qui Custodiet Ipsos Custodes ??"

odintheterrible
New Cone
New Cone
Posts: 4
Joined: 19 Jan 2015 11:45
Operating System: Windows 7

Re: Active X plugin coding ... help please

Postby odintheterrible » 23 Mar 2015 19:22

Supa Dupa !!!
Cheers :-)
"Qui Custodiet Ipsos Custodes ??"


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 34 guests