Search found 8 matches

Go to advanced search

by Yaffle
07 Sep 2009 16:22
Forum: Web and scripting
Topic: get the video from tv tune card and plays that video local w
Replies: 2
Views: 703

Re: get the video from tv tune card and plays that video local w

Example: starting vlc streaming from tuner (v4l) ./startVLC 0 1 0 112500 12345 # vdev adev norm frequency port cvlc -vvv --volume 512 v4l:// \ :v4l-vdev="/dev/video$1" \ :v4l-adev="/dev/dsp$2" \ :v4l-norm=$3 \ :v4l-frequency=$4 \ :v4l-caching=600 \ :v4l-chroma="" \ :v4l...
by Yaffle
17 Jul 2009 10:47
Forum: Web and scripting
Topic: 1.0.0 doesn't repeat and reconnect
Replies: 2
Views: 688

Re: 1.0.0 doesn't repeat and reconnect

VLC plugin has good Javascript API, you can make your controls with it. WMP and QuickTime can't play satellite TV streams...
by Yaffle
12 Jul 2009 12:53
Forum: Web and scripting
Topic: 1.0.0 doesn't repeat and reconnect
Replies: 2
Views: 688

1.0.0 doesn't repeat and reconnect

1.
It seems, :http-reconnect and :repeat or :loop doesn't work with new VLC ...

2.
Why standard VLC-installation doesn't install mozilla plugin?
by Yaffle
04 Jul 2009 15:06
Forum: Web and scripting
Topic: v0.9.9: Safety or inapplicability?
Replies: 4
Views: 2772

Re: v0.9.9: Safety or inapplicability?

main input unsafe option "access-filter" has been ignored for security reasons main input unsafe option "timeshift-granularity" has been ignored for security reasons main input unsafe option "timeshift-force" has been ignored for security reasons Unfortunately, timeshi...
by Yaffle
30 Jun 2009 14:18
Forum: Web and scripting
Topic: Multiple embedded VLC plugins in Firefox
Replies: 35
Views: 37266

Re: Multiple embedded VLC plugins in Firefox

Multiple embedded VLC plugins doesn't work in Safari too.
by Yaffle
10 Apr 2009 07:52
Forum: Web and scripting
Topic: automating vlc installation
Replies: 11
Views: 5703

Re: automating vlc installation

And remove "\o" option for section!
by Yaffle
07 Apr 2009 07:09
Forum: Web and scripting
Topic: Embedding VLC plugin in Internet Explorer 8
Replies: 6
Views: 49870

Re: Embedding VLC plugin in Internet Explorer 8

1. http://hostel6.ru/tv/axvlc.cab 2. If you don't see vlc plugin in IE browser, then you need some javascript in page: 2. I don't know how to do it right because I am using javascript to insert vlc, but with this code it works. <object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" c...
by Yaffle
03 Apr 2009 23:09
Forum: Web and scripting
Topic: Deinterlace option doesn't work with VLC 0.9.9 plugin
Replies: 8
Views: 3241

Deinterlace option doesn't work with VLC 0.9.9 plugin

Hello, I use vlc 0.8.6 - 0.9.8 and deinterlace works fine, but with vlc 0.9.9 plugin i see interlaced video.

My javascript code:

Code: Select all

var n = player.playlist.add('http://10.0.0.1:10001',' ',' :vout-filter=deinterlace :deinterlace-mode=x '); player.playlist.playItem(n);
Thank you.

Go to advanced search