Search found 2451 matches

Go to advanced search

by Arite
22 Jan 2015 22:10
Forum: Coffee Corner
Topic: Bird camera
Replies: 2
Views: 1073

Re: Bird camera

If you're able to use VLC to stream to a file then it should be possible to view the stream in real time, although perhaps you meant you're able to do that without VLC? If it's an IP camera, there may be a way of opening the video stream. If there is one you might be able to open it in VLC via "...
by Arite
13 Jan 2015 01:13
Forum: Coffee Corner
Topic: C?!
Replies: 4
Views: 1066

Re: C?!

For information on the original VideoLAN streaming solution:
https://www.videolan.org/vlc/streaming.html

As TheBigTime001 said the "Client" term isn't relevant now as both client and server elements were merged into VLC.

Arite.
by Arite
19 Oct 2014 00:54
Forum: General VLC media player Troubleshooting
Topic: Remember window position/size after closing from a stream
Replies: 9
Views: 9788

Re: Remember window position/size after closing from a strea

Presumably that's to do with Livestreamer killing the VLC process, so it doesn't close "gracefully" where it would write the current position etc. to a config file. I had a look at the Livestreamer options, seems you can ask it not to the kill the player when a stream ends: http://livestre...
by Arite
11 Oct 2014 18:01
Forum: General VLC media player Troubleshooting
Topic: Remember window position/size after closing from a stream
Replies: 9
Views: 9788

Re: Remember window position/size after closing from a strea

Go to: Tools >> Preferences And (assuming you are in the "Simple" settings mode), in the "Interface" tab untick "Resize interface to video size". Then click "Save" and close and re-open VLC then it should stay the same size regardless of resolution/whether a v...
by Arite
12 Aug 2014 20:13
Forum: VLC stream-output (sout)
Topic: no logo
Replies: 2
Views: 864

Re: no logo

So it works during normal playback (first command), but you want to stream the logo too (second command)? I think you're missing the "sfilter=logo" in your sout string (add the subpicture filter "logo" to the processing chain). For example: https://forum.videolan.org/viewtopic.ph...
by Arite
06 Aug 2014 21:46
Forum: VLC for Android and Chrome OS
Topic: Add Last.fm support
Replies: 8
Views: 1733

Re: Add Last.fm support

I too would like this feature :).

As it appears a ticket has not yet been opened, I have opened one here:
https://trac.videolan.org/vlc/ticket/11904

Cheers, Arite.
by Arite
24 Apr 2014 23:49
Forum: VLC media player for Windows Troubleshooting
Topic: problem with video from avermedia card c027
Replies: 2
Views: 844

Re: problem with video from avermedia card c027

Have you tried disabling overlay or changing the video output module? See here:
https://wiki.videolan.org/WindowsFAQ#Wh ... _output.3F

Arite.
by Arite
29 Jan 2014 22:52
Forum: VLC media player Feature Requests
Topic: How to add logo to video
Replies: 1
Views: 4508

Re: How to add logo to video

You can do it using the commandline. See here: https://wiki.videolan.org/How_to_add_logo/ If you're not familiar with commandline see here . So for example: vlc --sub-filter logo --logo-file logo.png input.mkv :sout=#transcode{vcodec=h264,venc=x264{qp=6},scale=Auto,sfilter=logo}:file{dst=out.mp4,no-...
by Arite
29 Jan 2014 20:58
Forum: VLC media player for Windows Troubleshooting
Topic: 1080p choppy video
Replies: 14
Views: 42105

Re: 1080p choppy video

In VLC, go to:
Tools >> Preferences

And in the "Inputs / Codecs" section change the "Hardware-accelerated decoding" setting. "Automatic" is probably best. Click "Save", restart VLC for good measure, and try a video.

Arite.
by Arite
05 Jan 2014 21:00
Forum: VLC media player for Windows Troubleshooting
Topic: VLC won't play my blu rays
Replies: 201
Views: 526258

Re: VLC won't play my blu rays

So you've put the libaacs.dll (32-bit one) in the same directory as vlc.exe, and then created the folder "aacs" in %appdata%, and placed KEYDB.cfg in it?

Also have you tried other Blu-ray's out (the one you tried could just not have a matching key/be using BD+)?

Arite.
by Arite
29 Sep 2013 12:28
Forum: VLC media player for Windows Troubleshooting
Topic: viewing clips other than youtube
Replies: 3
Views: 818

Re: viewing clips other than youtube

If there isn't a Lua script for the site you want to use you could write your own. See here:
https://wiki.videolan.org/Documentation ... t_Scripts/

However if you can find the source of the video you could just open that directly.

Arite.
by Arite
27 Sep 2013 01:48
Forum: VLC media player for Windows Troubleshooting
Topic: viewing clips other than youtube
Replies: 3
Views: 818

Re: viewing clips other than youtube

It should work with a variety of different video streaming sites. The reason YouTube works is because a lua script has been written for YouTube which parses the given URL to find a direct link to the video source. For a list of the playlist lua scripts go to the VLC directory (where vlc.exe is) and ...
by Arite
23 Sep 2013 02:25
Forum: VLC media player for Windows Troubleshooting
Topic: Turn to Right
Replies: 1
Views: 535

Re: Turn to Right

You can rotate the video by going to (in VLC):
Tools >> Effects and Filters

And in the "Video Effects" tab select the "Geometry" tab. There you can check "Transform" and select the appropriate transformation.

Arite.
by Arite
22 Sep 2013 12:50
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Update Download Location
Replies: 2
Views: 15065

Re: VLC Update Download Location

AFAIK the file goes into your %temp% folder. To get to it type %temp% into the Windows Explorer address bar and hit Enter. Alternatively, the full path should be something like: C:\Users\USERNAME\AppData\Local\Temp Where USERNAME is your username. If the file is still there it will be called e.g. &q...
by Arite
17 Sep 2013 00:03
Forum: VLC media player Feature Requests
Topic: Hotkeys Addition: A-B Repeat
Replies: 3
Views: 8585

Re: Hotkeys Addition: A-B Repeat

There is actually a hardcoded shortcut of "Shift+L". See here:
https://forum.videolan.org/viewtopic.ph ... 94#p362594

The shortcut doesn't seem to work in fullscreen mode FYI. It's hardcoded because it's specific to the Qt4 interface (ATM), AFAIK.

Arite.
by Arite
01 Sep 2013 23:14
Forum: Contribute and help the VideoLAN project
Topic: Source code in xz format
Replies: 5
Views: 2793

Re: Source code in xz format

Support for *.xz archives was added in WinRAR 5.00 beta 1 (see the changelog here). You can get the newest version, currently 5.00 beta 8, from here:
http://www.rarlab.com/download.htm

Arite.
by Arite
01 Sep 2013 17:34
Forum: VLC media player for Windows Troubleshooting
Topic: Broadcom Crystal Hd
Replies: 3
Views: 5413

Re: Broadcom Crystal Hd

AFAIK VLC already supports Crystal HD cards, it was added in VLC 2.0.0 (source here ): * Experimental Hardware decoding using Broadcom CrystalHD cards Also see jb's post here: https://forum.videolan.org/viewtopic.php?f=7&t=64323&start=20#p324893 If the current version, 2.0.8, or a nightly/RC...
by Arite
31 Aug 2013 02:34
Forum: VLC media player for Windows Troubleshooting
Topic: Broadcom Crystal Hd
Replies: 3
Views: 5413

Re: Broadcom Crystal Hd

If you don't already have the Crystal HD driver get it from Broadcom's site here . Then try adding: --codec crystalhd To VLC's command line. You can add that to VLC's shortcut (right-click shortcut >> Properties, add that to the "Target" after vlc.exe). So for example: "C:\Program Fil...
by Arite
27 Aug 2013 00:24
Forum: VLC media player for Windows Troubleshooting
Topic: Windows 7 pixelated screen
Replies: 4
Views: 1118

Re: Windows 7 pixelated screen

Are you graphics drivers up to date etc.? Does OpenGL (with overlay/acceleration enabled) improve it or is it about the same?

Arite.
by Arite
26 Aug 2013 23:14
Forum: VLC media player for Windows Troubleshooting
Topic: Windows 7 pixelated screen
Replies: 4
Views: 1118

Re: Windows 7 pixelated screen

Try disabling overlay or changing the video output module:
https://wiki.videolan.org/WindowsFAQ#Wh ... _output.3F

Arite.
by Arite
15 Aug 2013 20:37
Forum: Forum, Website and Artwork discussion
Topic: New Forum Header
Replies: 13
Views: 3660

Re: New Forum Header

Nice one, looks good :D.

Arite.
by Arite
04 Aug 2013 19:36
Forum: VLC media player Feature Requests
Topic: Apect Ratio
Replies: 1
Views: 656

Re: Apect Ratio

Go to:
Tools >> Preferences

And in the "Video" section enter 16:9 in the "Force Aspect Ratio" text box, then click "Save".

Arite.
by Arite
08 Jul 2013 01:43
Forum: VLC media player for Windows Troubleshooting
Topic: from where updated Setup File(22MB) i can find in C Drive
Replies: 1
Views: 428

Re: from where updated Setup File(22MB) i can find in C Driv

I believe it downloads to your current user's Temp folder. That is (in Windows 7): C:\Users\[USERNAME]\AppData\Local\Temp Where [USERNAME] is your user name. You can also go to that directory by pressing the Start button and typing %temp% (then press Enter). If you can't find it/it's no longer there...
by Arite
31 May 2013 03:06
Forum: VLC media player for Windows Troubleshooting
Topic: Blu-Ray Support
Replies: 320
Views: 785775

Re: Blu-Ray Support

I've downloaded the 64-bit experimental version (vlc-2.0.6-win64) I installed it, and then I downloaded KEYDB.cfg and put in the vlc folder in: windows/user/username/AppData/Roaming/vlc Put KEYDB.cfg in a folder named "aacs" in %appdata%, not in "vlc". You might need to create i...
by Arite
31 May 2013 03:03
Forum: VLC media player for Windows Troubleshooting
Topic: Blu-Ray Support
Replies: 320
Views: 785775

Re: Blu-Ray Support

I've downloaded the 64-bit experimental version (vlc-2.0.6-win64) I installed it, and then I downloaded KEYDB.cfg and put in the vlc folder in: windows/user/username/AppData/Roaming/vlc Put KEYDB.cfg in a folder named "aacs" in %appdata%, not in "vlc". You might need to create i...

Go to advanced search