Search found 36 matches

Go to advanced search

by Alaric
08 Sep 2023 13:29
Forum: VLC for Android and Chrome OS
Topic: Double songs?
Replies: 6
Views: 342

Re: Double songs?

Hi, thanks for the report.

Could you confirm that they are for sure not duplicated files via the "Information" setting available in the overflow menu of a song? This will display info of the media, notably the path. Is it the same for two duplicated song?
by Alaric
09 Mar 2023 13:13
Forum: Scripting VLC in lua
Topic: How to display a clickable OSD message?
Replies: 4
Views: 4717

Re: How to display a clickable OSD message?

Most likely the vout handled by the display stream output isn't shared to the player. Are you sure you need to use stream output here? Wouldn't it work simply with:

Code: Select all

vlc.exe --lua-intf=test_intf --input-slave=media1.ts media2.ts
by Alaric
13 Feb 2023 12:07
Forum: VLC media player for Windows Troubleshooting
Topic: Casting to a Samsung TV
Replies: 22
Views: 92601

Re: Casting to a Samsung TV

This feature isn't ready yet for production so failures are to be expected sorry.
Could you please give us a link to a pastebin of the verbose logs of the problem? it would help us find the issue! (On windows hit ctrl-M and select verbose log output, then proceed to try rendering the media on your TV)
by Alaric
10 Feb 2023 18:12
Forum: VLC media player for Windows Troubleshooting
Topic: Casting to a Samsung TV
Replies: 22
Views: 92601

Re: Casting to a Samsung TV

Casting on DLNA supporting devices should be implemented in the next VLC major release.
You can have a preview and test the feature on the nightlies but be aware that these versions aren't stable yet.
by Alaric
09 Feb 2023 10:33
Forum: VLC media player Feature Requests
Topic: Jellyfin Server Login
Replies: 2
Views: 2168

Re: Jellyfin Server Login

Hi,
Thanks for the report. If DLNA is enabled on your Jellyfinn instance, it should be discoverable by VLC otherwise, its a bug on our side.
Could you try with another DLNA client?
by Alaric
09 Feb 2023 10:16
Forum: VLC for Android and Chrome OS
Topic: Casting to Panasonic TV
Replies: 10
Views: 2701

Re: Casting to Panasonic TV

I have installed vlc-4.0.0-dev-win64-dfde8b0e.exe (downloaded from https://artifacts.videolan.org/vlc/nightly-win64/20230202-0424/) on my Windows 11 machine and unfortunately only Sony Bravia TV is found but Panasonic TV is not. On other hand when I right-click on a movie file and select "Cast...
by Alaric
02 Feb 2023 10:32
Forum: VLC for Android and Chrome OS
Topic: Casting to Panasonic TV
Replies: 10
Views: 2701

Re: Casting to Panasonic TV

Casting on DLNA renderer devices will be available in VLC 4. You can already test it with the nightly desktop version!
by Alaric
31 Jan 2023 17:39
Forum: VLC media player for Windows Troubleshooting
Topic: Command line convert from .ogg vorbis file to .mp3
Replies: 7
Views: 6542

Re: Command line convert from .ogg vorbis file to .mp3

Hi Dave, Add quotation marks to the transcode chain descriptor so you shell is not confused on how to interpret it. You also might want to change the `raw` muxer to `mp3` to have a proper mpeg container and add `vlc://quit` as a second input to automatically close vlc when the transcoding is done: v...
by Alaric
31 Jan 2023 16:59
Forum: VLC media player for Windows Troubleshooting
Topic: SZV file
Replies: 4
Views: 884

Re: SZV file

Hello, Looks like the "szv" file format is a proprietary format specific to ANY-maze. We cannot implement it in VLC as they don't seem to provide any public documentation around the format. They, however specify in their FAQ that you should be able to convert it to a standard media contain...
by Alaric
31 Jan 2023 11:22
Forum: VLC media player Feature Requests
Topic: Multithreads for HLS
Replies: 5
Views: 1373

Re: Multithreads for HLS

Current HLS access output won't support crafting a main playlist to expose multiple renditions of the stream. You'll have to craft it yourself and refer all the playlists generated by the accesses. I think you are misusing the "multithreaded" termination, you just want to have mutliple str...
by Alaric
31 Jan 2023 10:35
Forum: Development around libVLC
Topic: How to modify ffmpeg source code in VLC-Android?
Replies: 1
Views: 897

Re: How to modify ffmpeg source code in VLC-Android?

You'll probably have to manually rebuild the ffmpeg contrib, our contrib system isn't able to detect local modifications in contrib themselves and rebuild automatically: Go to your contrib build directory: cd vlc/contrib/contrib-android-... Make sure your modified ffmpeg version is here, then: rm .f...
by Alaric
30 Nov 2022 15:48
Forum: VLC stream-output (sout)
Topic: VLC as a scrambler server
Replies: 2
Views: 1387

Re: VLC as a scrambler server

IIUC you wan't the server to losslessly scramble your stream so un-authorized clients have trouble seeing the content but authorized clients could somehow decode it? As far as I know there is no such video filter for that :/ However, you might be able to encrypt video and audio using csa keys via th...
by Alaric
28 Nov 2022 13:27
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Chromecast
Replies: 1
Views: 199

Re: VLC Chromecast

Hello,
Sorry but subtitles are currently not supported in our Chromecast implementation. This is still work in progress for future versions.
by Alaric
24 Nov 2022 09:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC command line audio track not working
Replies: 3
Views: 182

Re: VLC command line audio track not working

It's likely that you've filled your track number wrong then! :)
by Alaric
24 Nov 2022 09:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Raspberry pi 4 running multiple instances on separate Tvs
Replies: 3
Views: 404

Re: Raspberry pi 4 running multiple instances on separate Tvs

How do you launch VLC using PHP exactly? You process spawning API should give you the pid of the spawned process so you can track and kill it.
by Alaric
23 Nov 2022 15:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC on Raspberry Pi Using Terminal
Replies: 2
Views: 3387

Re: VLC on Raspberry Pi Using Terminal

Could you share some logs? Or describe the errors you are getting? Does it work if you replace the udp output by a local file output for instance `#transcode{...}:file{dst=/tmp/test.ts,mux=ts}` ?
by Alaric
23 Nov 2022 14:59
Forum: VLC media player for Windows Troubleshooting
Topic: VLC command line audio track not working
Replies: 3
Views: 182

Re: VLC command line audio track not working

Hey, could you share verbose logs by adding `-vv --logfile=...` to your command line ?
Additionally you could try `audio-language=ger`.
by Alaric
18 Nov 2022 16:48
Forum: VLC media player for Windows Troubleshooting
Topic: VLC skips few seconds when recording in h264
Replies: 9
Views: 415

Re: VLC skips few seconds when recording in h264

Hello!
Could you share the verbose log output in a pastebin? Add `-vv` to the command line.
by Alaric
18 Nov 2022 10:01
Forum: VLC for Android and Chrome OS
Topic: Issue with subtitles on Android TV
Replies: 2
Views: 225

Re: Issue with subtitles on Android TV

Could you share a failing mkv file ? Even a small sample cut so we can try to reproduce!
by Alaric
17 Nov 2022 13:49
Forum: VLC media player Feature Requests
Topic: Fix Frame by Frame
Replies: 1
Views: 310

Re: Fix Frame by Frame

Please see this ticket for more context: https://code.videolan.org/videolan/vlc/-/issues/2951
Unfortunately the fix for this is non-trivial and is scheduled for VLC 5.0 for now...
by Alaric
07 Nov 2022 17:57
Forum: VLC media player for Windows Troubleshooting
Topic: How to merge multiple videos with VLC
Replies: 2
Views: 412

Re: How to merge multiple videos with VLC

Hello, You can use a `gather` stream output filter to achieve this in the command line interface, please see this part of the documentation: https://docs.videolan.me/vlc-user/3.0/en/advanced/stream_out_introduction.html#example-2-combining-gather-and-std With the documentation example, you'll end-up...
by Alaric
07 Nov 2022 17:53
Forum: VLC for Android and Chrome OS
Topic: No DLNA/UPNP discovery on FireTV?
Replies: 7
Views: 513

Re: No DLNA/UPNP discovery on FireTV?

Hello, this could be a bug on our side but first please ensure your VLC App is up to date to the latest 3.5.3! We had DLNA bugs in the previous version. I quickly tested on a FireTV and had no issue discovering DLNA server. Might try to reproduce on the 2nd gen stick if you still encounter the issu...
by Alaric
04 Nov 2022 10:33
Forum: VLC media player Feature Requests
Topic: List of features
Replies: 1
Views: 228

Re: List of features

Hello, for 1, 4, 5 you can try the latest VLC 4.0 nightly release to have a glance at these future improvements already worked on: https://nightlies.videolan.org/ for 6 please see: https://docs.videolan.me/vlc-user/3.0/en/advanced/transcode/transcode_and_save.html#how-to-transcode-a-file-and-save-it...
by Alaric
04 Nov 2022 10:27
Forum: VLC for Android and Chrome OS
Topic: No DLNA/UPNP discovery on FireTV?
Replies: 7
Views: 513

Re: No DLNA/UPNP discovery on FireTV?

Hello, this could be a bug on our side but first please ensure your VLC App is up to date to the latest 3.5.3! We had DLNA bugs in the previous version. I quickly tested on a FireTV and had no issue discovering DLNA server. Might try to reproduce on the 2nd gen stick if you still encounter the issue...
by Alaric
27 Oct 2022 10:07
Forum: VLC for Android and Chrome OS
Topic: Send stream to Google devices fails
Replies: 6
Views: 495

Re: Send stream to Google devices fails

It seems there is an issue with our chromecast implementation and connection to ipv6 addresses. Sorry about that, we hope that it will be fixed in the next release.

As a workaround for now, you can try to force your device to a static ipv4 or disable ipv6 support on your router probably :(

Go to advanced search