Search found 5 matches

Go to advanced search

by cs02rm0
12 Aug 2018 19:51
Forum: VLC media player for macOS Troubleshooting
Topic: Not casting to Chromecast
Replies: 50
Views: 121040

Re: Not casting to Chromecast

hi! was having the same problems and i reset my settings. through process of elimination i was able to solve (at least on my case) that enabling http web interface was what was preventing rendering to chromecast. hope it helps. This is already reported. Thanks. Not sure what was reported and fixed,...
by cs02rm0
25 Jan 2008 16:53
Forum: Web and scripting
Topic: Mozilla plugin seek() function
Replies: 7
Views: 1555

Re: Mozilla plugin seek() function

Thanks, that file did work on the test page, but still didn't work in my code. I dug a little deeper and found that the script on the test page didn't use the seek() function but set [vlc object].input.time to a new value - this didn't work on my code until I added the attribute: version="Video...
by cs02rm0
24 Jan 2008 17:00
Forum: Web and scripting
Topic: Mozilla plugin seek() function
Replies: 7
Views: 1555

Re: Mozilla plugin seek() function

That one doesn't even play for me, that might be the company firewall though.
by cs02rm0
24 Jan 2008 16:24
Forum: Web and scripting
Topic: Mozilla plugin seek() function
Replies: 7
Views: 1555

Re: Mozilla plugin seek() function

Hmmn. No, seeking with the bar on that page didn't work either. Play/pause/stop were absolutely fine.

I can seek with the test files I have using the VLC desktop application though.
by cs02rm0
24 Jan 2008 12:05
Forum: Web and scripting
Topic: Mozilla plugin seek() function
Replies: 7
Views: 1555

Mozilla plugin seek() function

Seek doesn't seem to be working in the Mozilla plugin for me? This is a test case: <html> <head> <script type="text/javascript"> function play() { var vlc = document.getElementById('vlc'); vlc.style.display = "block"; setTimeout(function () { vlc.clear_playlist(); vlc.add_item('f...

Go to advanced search