Search found 7 matches

Go to advanced search

by jaimono
06 Jan 2008 18:03
Forum: VLC media player for macOS Troubleshooting
Topic: Can't View Axis 213 Stream But Quicktime Will
Replies: 8
Views: 7529

Re: Can't View Axis 213 Stream But Quicktime Will

Man, whoever you are... Thanks a lot! I was strugling to get vlc tramsmiting a live feet from an Axis 213 camera, the only option I had was to use the rtsp server but that server closes the stream after a minute or so. Now that I know how to enable constant multicast I am able to broadcast the camer...
by jaimono
13 Jul 2006 22:48
Forum: Web and scripting
Topic: How to include plugins for Mozilla and IE on WebPage?
Replies: 5
Views: 3260

The IE detection script doesn't works

I'm using this script in Firefox: var vlcInstalled= false; if (navigator.plugins && navigator.plugins.length) { for (var i=0; i < navigator.plugins.length; i++ ) { var plugin = navigator.plugins[i]; if (plugin.name.indexOf("VideoLAN") > -1 || plugin.name.indexOf("VLC") > ...
by jaimono
08 Jul 2006 00:04
Forum: Web and scripting
Topic: The Firefox plugin doesn't work since version 0.8.4
Replies: 5
Views: 3996

OK Thanks a lot!!! I added a onload event to the document:

Code: Select all

<body onload="document.video1.play()" >
And it works fine now. :D
by jaimono
07 Jul 2006 23:13
Forum: Web and scripting
Topic: The Firefox plugin doesn't work since version 0.8.4
Replies: 5
Views: 3996

As I told (maybe you didn't see it because I edited the reply) I've tried the test page and the movies don't load, not even when I press the play button, but I'll try it locally
by jaimono
07 Jul 2006 23:06
Forum: VLC stream-output (sout)
Topic: Network camera + VLC + Apache + NAT + Restrictive Firewall
Replies: 0
Views: 1622

Network camera + VLC + Apache + NAT + Restrictive Firewall

I will give a description of the system and post a few questions and throubles while I go on. We have a Dell PowerEdge 1800 server: 2 Intel emt64 procesors + 4 GB Ram. This server is behind a really very restrictive Firewall I assume that it only allows to enter http connections, plus the server doe...
by jaimono
07 Jul 2006 21:43
Forum: Web and scripting
Topic: The Firefox plugin doesn't work since version 0.8.4
Replies: 5
Views: 3996

I'm using VLC 0.8.5 in Windows XP and Linux (Where can I get 0.8.6?), in Windows I'm using the precompiled one and in Debian Etch GNU/Linux I'm compilling it. In both platforms the stream is loaded and played fine by VLC Player and in IE for Windows the ActiveX plugin also loads the stream but when ...
by jaimono
07 Jul 2006 21:08
Forum: Web and scripting
Topic: The Firefox plugin doesn't work since version 0.8.4
Replies: 5
Views: 3996

The Firefox plugin doesn't work since version 0.8.4

I can't make the firefox plugin work since the latest releases of VLC. I'm trying to load an MPEG4 video stream packaged as TS in Firefox like this: <embed type="video/mpeg4" autoplay="yes" loop="yes" height="240" width="352" target="http://serv...

Go to advanced search