Search found 7 matches

Go to advanced search

by meteornp
27 Mar 2011 06:32
Forum: Web and scripting
Topic: seconds
Replies: 9
Views: 1564

Re: seconds

well, maybe the same advice as previous ... (returning to the begin of topic) ... to run that command one by one circularly inside a loop for every channel, instead of 'all at once'... and add: "--start-time=0 --stop-time=0.5" in vlc params because, as i see, "vlc://quit" do not ...
by meteornp
25 Mar 2011 18:18
Forum: Web and scripting
Topic: seconds
Replies: 9
Views: 1564

Re: seconds

ok, glad it worked... till now, above code used just 2 vlc-plugin's functions: vlc.playlist.togglePause (), and vlc.playlist.play () ... ... For checking state, by vlc documentation, there is " vlc.playlist.isPlaying " and " vlc.input.state " properties... and the second one is p...
by meteornp
25 Mar 2011 17:04
Forum: Web and scripting
Topic: seconds
Replies: 9
Views: 1564

Re: seconds

ok, no problem, you can use this 9-lines html version for fast testing (just changing "vlcs value" and period) <html><head></head><body><script type="text/javascript"> var vlcs =3; var period=2000; var addr="http://1.1.1.1"; var firstPort =8000; var max=vlcs-1; for (i=0...
by meteornp
25 Mar 2011 01:04
Forum: Web and scripting
Topic: seconds
Replies: 9
Views: 1564

Re: seconds

i meant that if every channel is played for ~300 ms, then all 15 channels will be refreshed in about 4.5seconds... but that was theory... in my test values bellow 2000 miliseconds do not perform pausing well... But if your streams are faster (local) ... maybe you have better results. ....... in abov...
by meteornp
24 Mar 2011 07:31
Forum: Web and scripting
Topic: seconds
Replies: 9
Views: 1564

Re: seconds

It seems like interesting task... Have you tried to Pause / Play videos in loop, so that only one is active... it will be 15 times less bandwidth usage. You can copy-paste and try this html/js code: <html><head></head><body><script type="text/javascript"> //////////////creating 15 instance...
by meteornp
20 Jan 2011 02:44
Forum: Web and scripting
Topic: How do I resize video in web page
Replies: 10
Views: 3941

Re: How do I resize video in web page

Your code works in windows if you just do not use the same ID ('VLC") for both, object and embed... ... <object id="VLCIE" classid= ... ... ...> <embed type="application/x-vlc-plugin" ... ... ... id="VLC" ... ... ...></embed> </object> ... document.getElementById('...
by meteornp
16 Jan 2011 22:28
Forum: Web and scripting
Topic: Multiple VLC plugin instances on Google Chrome
Replies: 4
Views: 6269

Re: Multiple VLC plugin instances on Google Chrome

the same problem after 8 months, i do not know if it is chrome or vlc bug. windows, vlc-1.1.5, chrome 8.0.552.237... simple test html, that works fine in mozzilla and opera: ----------------------------------- <html><body><embed type='application/x-vlc-plugin' width='300' height='200'><br><br> <embe...

Go to advanced search