Search found 36 matches

Go to advanced search

by Alaric
27 Oct 2022 09:59
Forum: General VLC media player Troubleshooting
Topic: Is there an instructions page somewhere?
Replies: 2
Views: 264

Re: Is there an instructions page somewhere?

You also have https://docs.videolan.me/ which is still in construction but should provide a bit more up to date tutorials :)
by Alaric
04 Oct 2022 10:11
Forum: VLC media player for Windows Troubleshooting
Topic: dlna streaming not working with 3.0.18.0 RC - libupnp
Replies: 8
Views: 527

Re: dlna streaming not working with 3.0.18.0 RC - libupnp

Hi,

The merge request simply removes a regression introduced by libupnp. No worries, we aren't removing DLNA client capabilities from VLC3.
This issue should be fixed in the next VLC 3.0.18 and you can try the fix in the newly tagged VLC 3.0.18-rc2.

Thanks a lot for the report :)
by Alaric
28 Sep 2022 09:53
Forum: VLC for Android and Chrome OS
Topic: VLC on Android TV stopped working properly today
Replies: 23
Views: 2325

Re: VLC on Android TV stopped working properly today

My main problem is with subs actually as I depend on them. It's like it sees any file with embedded subs as corrupt. No problem with files without subs, but considering most of the HD go with multiple subs these days, they create a problem even when I don't need them. Thanks, I'll try to reproduce....
by Alaric
26 Sep 2022 12:07
Forum: VLC for Android and Chrome OS
Topic: VLC on Android TV stopped working properly today
Replies: 23
Views: 2325

Re: VLC on Android TV stopped working properly today

Installed v 3.5.2 from the Play Store, no fix for me, my problem remains exactly the same. Doesn't see subs, doesn't show the time remaining, cannot rewind or fast forward. Returned to v 3.4.4 again. Looks like your discover failures are now fixed at least! I'll try to reproduce your subtitle and s...
by Alaric
13 Sep 2022 10:16
Forum: VLC for Android and Chrome OS
Topic: VLC Cannot Detect Local Network with Always On VPN enabled
Replies: 3
Views: 298

Re: VLC Cannot Detect Local Network with Always On VPN enabled

AFAIK NordVPN disallow network discovery by default, make sure "Local network discovery" is enabled in its setting and that you aren't disallowing all non-VPN request in android settings.
by Alaric
01 Jul 2022 11:51
Forum: VLC media player for Windows Troubleshooting
Topic: Batch .flac -> .mp3 conversion question
Replies: 6
Views: 497

Re: Batch .flac -> .mp3 conversion question

Now, if you really want to do it in a single batch, use a command-line script that run either ffmpeg or

Code: Select all

vlc --sout="transcode{...}:file{...}"
on every flac file of the directory tree.
by Alaric
01 Jul 2022 10:41
Forum: Development around libVLC
Topic: Listing ALL files for MediaDiscoverer in upnp mode
Replies: 5
Views: 671

Re: Listing ALL files for MediaDiscoverer in upnp mode

This is achievable by setting your text files as captions for the image in the upnp server, then possibly libvlc will list the text files as generic slaves. But IMO, this goes a bit out of libvlc scope, I would simply reimplement the upnp client on your side using libupnp or whatever wrapper to achi...
by Alaric
30 Jun 2022 16:42
Forum: VLC stream-output (sout)
Topic: Display on screen, and transcode to file
Replies: 3
Views: 1138

Re: Display on screen, and transcode to file

This is probably a bug in the transcode pipeline. Could you share your verbose log output (add `-vv` to your command-line) ?
It's unlikely that this is a performance problem from your machine your third example confirms this :)
by Alaric
30 Jun 2022 16:33
Forum: VLC media player for Windows Troubleshooting
Topic: Batch .flac -> .mp3 conversion question
Replies: 6
Views: 497

Re: Batch .flac -> .mp3 conversion question

Hi, First, I think you should keep a backup of your recordings and not ask VLC to overwrite them. You never know, something could go bad during transcode and you could loose one of your flac files... The way to achieve this is probably to transcode all your files in a separate directory via a VLC co...
by Alaric
30 Jun 2022 16:23
Forum: Development around libVLC
Topic: Listing ALL files for MediaDiscoverer in upnp mode
Replies: 5
Views: 671

Re: Listing ALL files for MediaDiscoverer in upnp mode

What's you use case ?
VLC's upnp client will list files that it's able to play (audio / video and possibly images). For the subtitles, they should be linked to the media you discovered and you probably can access those via a libvlc mechanism. But VLC won't list them as standalone media.
by Alaric
29 Jun 2022 10:36
Forum: VLC media player for Windows Troubleshooting
Topic: can not use DLAN(UPnP) service
Replies: 1
Views: 144

Re: can not use DLAN(UPnP) service

Can you tell us the smartphone app you are using to share your video ?

Go to advanced search