Search found 14 matches

Go to advanced search

by jackspm
21 Jun 2022 17:36
Forum: Web and scripting
Topic: Web Interface command to move song in playlist
Replies: 1
Views: 10076

Re: Web Interface command to move song in playlist

I've tried the playlist move command and was able to get it to work. However, I believe the move function has many bugs. There is a very high chance to cause the player to crash. So at this moment, you should just forget about it. They may have fixed it in version 4. Will see when it is released.
by jackspm
21 Jun 2022 17:20
Forum: Web and scripting
Topic: Select video using web interface
Replies: 1
Views: 2584

Re: Select video using web interface

You need to know the id of the track on the playlist.
using 127.0.0.1/requests/playlist.xml will list your playlist along with their corresponding id.
then using 127.0.0.1/requests/status.xml?command=pl_play&id=x, where x is the id number.
hope this help.
by jackspm
20 Sep 2021 09:37
Forum: VLC media player for macOS Troubleshooting
Topic: pitch control for videos?
Replies: 1
Views: 1246

Re: pitch control for videos?

You can open the effects and filters window by pressing Ctrl+E. Under Audio Effects, click the Advance tab. There you will see the pitch shift slider.
by jackspm
19 Nov 2020 07:45
Forum: VLC media player for Windows Troubleshooting
Topic: How to change the ordering of a playlist via HTTP interface?
Replies: 1
Views: 271

Re: How to change the ordering of a playlist via HTTP interface?

I was experimenting this 'playlist move' function as well and I can confirmed your findings. Although I was able to get the function to work, the function itself is a bit buggy. Sometimes, it doesn't do anything (no move at all). Sometimes, it doesn't move correctly (wrong location). Sometimes it ma...
by jackspm
16 Oct 2020 21:44
Forum: General VLC media player Troubleshooting
Topic: Distorted sound when pitch shift control is activated
Replies: 0
Views: 283

Distorted sound when pitch shift control is activated

As the title said, playing audio with pitch shift activated generated distorted sound...mainly on the low frequency. I'm not a musician so I'll try to describe it with my best effort. The bass sounded broken, cracked...as if like the speaker is blown. It also sounded like a low frequency rippling. M...
by jackspm
24 Aug 2020 23:40
Forum: VLC media player for Windows Troubleshooting
Topic: Distorted sound when pitch shift control is activated
Replies: 0
Views: 182

Distorted sound when pitch shift control is activated

As the title said, playing audio with pitch shift activated generated distorted sound...mainly on the low frequency. I'm not a musician so I'll try to describe it with my best effort. The bass sounded broken, cracked...as if like the speaker is blown. It also sounded like a low frequency rippling. M...
by jackspm
18 Jul 2020 07:22
Forum: VLC media player Feature Requests
Topic: Control Pitch Shift Control via Web Interface Command
Replies: 8
Views: 1163

Re: Control Pitch Shift Control via Web Interface Command

Turns out that this feature is already available...just not right out of the box. To be able to adjust pitch, speed, or any other settings...just modify the httprequests.lua file and add whatever function you need. See the following link for reference. https://forum.videolan.org/viewtopic.php?f=16&a...
by jackspm
18 Jul 2020 07:10
Forum: Web and scripting
Topic: HTTP Control of HUE, and other Video Effects
Replies: 8
Views: 16929

Re: HTTP Control of HUE, and other Video Effects

My guess is close. The command to change the pitch is vlc.var.set(vlc.object.aout(), "pitch-shift", val). Working great.
by jackspm
14 Jul 2020 00:31
Forum: Web and scripting
Topic: HTTP Control of HUE, and other Video Effects
Replies: 8
Views: 16929

Re: HTTP Control of HUE, and other Video Effects

Thanks for the quick reply. However, can you provide more info? rkit has added lines to adjust brightness, gamma, etc... I looked through the script, the only audio effect adjustment is for equalizer. Nothing for pitch adjustment. I guess I can follow the same format and add adjustment for audio pit...
by jackspm
12 Jul 2020 22:07
Forum: Web and scripting
Topic: HTTP Control of HUE, and other Video Effects
Replies: 8
Views: 16929

Re: HTTP Control of HUE, and other Video Effects

Find httprequests.luac file, remove it, and place this one instead. You have to run vlc with "--video-filter adjust" for it to work. Use it like this : /requests/status.xml?command=brightness&val=1.2 Just wondering if this is possible to control audio effects as well...in particular, ...
by jackspm
27 Jun 2020 17:44
Forum: VLC media player Feature Requests
Topic: Control Pitch Shift Control via Web Interface Command
Replies: 8
Views: 1163

Re: Control Pitch Shift Control via Web Interface Command

I second this opinion on the value that pitch and speed control would add to an already strong player. From Karaoke to music applications, it seems that more users need these features. In this time of the pandemic, we want to create and expand what we can do. End users are also looking for more cap...
by jackspm
11 Apr 2020 08:57
Forum: VLC media player Feature Requests
Topic: Control VLC on Second Monitor from Primary Monitor
Replies: 21
Views: 65689

Re: Control VLC on Second Monitor from Primary Monitor

You can control vlc via a browser on the same computer or different computer within the same network.

https://wiki.videolan.org/Control_VLC_via_a_browser/
by jackspm
10 Apr 2020 00:25
Forum: Web and scripting
Topic: status.xml on mp4 with 2 audio streams
Replies: 0
Views: 806

status.xml on mp4 with 2 audio streams

Hi,

When playing a mp4 file with 2 audio streams, how to tell which audio stream is selected from the status.xml http request?

2nd question. What is the best way to cycle thru the available audio streams using the http request command?

Thanks.

Go to advanced search