Search found 5 matches

Go to advanced search

by dumoulex
20 Sep 2011 09:49
Forum: Web and scripting
Topic: H-264 or MPEG into http
Replies: 1
Views: 1406

Re: H-264 or MPEG into http

Hello, Im woking with some axis cameras and using h264 & mjpeg. Your methods should work, I tried this and its working : <embed type="application/x-vlc-plugin" id='embedLecteur' fullscreen=true target=\""+filmsrc+"\" autostart=true /> which browser are you using ? i...
by dumoulex
17 Mar 2011 09:35
Forum: Web and scripting
Topic: How do I resize video in web page
Replies: 10
Views: 3868

Re: How do I resize video in web page

Hi, In my case Im using a tip to have fullscreen mode, I can launch my browser in fullscreen mode so when I run my video I use var larg = (screen.width); var haut = (screen.height); like that my video is on the full screen if I remove the scrollbar. this is my code if it can help you : function View...
by dumoulex
17 Mar 2011 09:25
Forum: Web and scripting
Topic: VLC Player on the website app
Replies: 2
Views: 1252

Re: VLC Player on the website app

hello, it's easy, if you're using javascript you can use this : your URL : filmsrc = "rtsp://" + addressServer + ":" + port + "/axis-media/media.amp?streamprofile=" + profile ; the code for the player : <embed style=\"position:absolute;top:0px;left:0px;\" widt...
by dumoulex
17 Feb 2011 15:38
Forum: Web and scripting
Topic: How do I resize video in web page
Replies: 10
Views: 3868

Re: How do I resize video in web page

found something, it is not fullscreen but it's enought for what I have to do !
with javascript I recover width and height and after I load my player on the full page with these parameters.

associated with onLoad and onResize my player is always at its maximum size.
by dumoulex
17 Feb 2011 10:25
Forum: Web and scripting
Topic: How do I resize video in web page
Replies: 10
Views: 3868

Re: How do I resize video in web page

Ok, I found that there was a bug reported on resizing in Linux (http://trac.videolan.org/vlc/ticket/3808) 7 months ago. I'm having the problem on both Linux and Windows. Can anyone provide an update on the status of the bug? I can't see whether it's been fixed yet or not. I saw this ticket and as y...

Go to advanced search