Search found 521 matches

Go to advanced search

by chubinou
24 Oct 2022 09:41
Forum: General VLC media player Troubleshooting
Topic: Copying timestamp to paste elsewhere
Replies: 13
Views: 2086

Re: Copying timestamp to paste elsewhere

> Do I need to remove the other plugin to make the new one work no that's a different plugin, you should install it aside > people are talking about using autohotkey to automate copying the timestamps, dunno how to use it though me neither > I am using vlc 2.0.8 the same version that is supposed to ...
by chubinou
24 Oct 2022 09:36
Forum: Development around libVLC
Topic: Play video file from memory using libvlc_media_new_callbacks API
Replies: 8
Views: 2542

Re: Play video file from memory using libvlc_media_new_callbacks API

> libvlc_media_add_option(media, ":demux=rawvid"); your video is not "rawvid", rawvid mean that your video contains only uncompressed picture. the file you're trying to read is an MKV with an H264 compressed video stream > int imgSize = HEIGHT*WIDTH*3; your video isn't in a raw f...
by chubinou
21 Oct 2022 16:00
Forum: VLC media player for macOS Troubleshooting
Topic: Hiding Main VLC Window when connecting to stream
Replies: 3
Views: 407

Re: Hiding Main VLC Window when connecting to stream

Hi,

Sorry for the confusion, I'm less familiar with the OSX platform, It seems that indeed you can't play a video without having the interface on OSX
by chubinou
21 Oct 2022 15:46
Forum: General VLC media player Troubleshooting
Topic: Copying timestamp to paste elsewhere
Replies: 13
Views: 2086

Re: Copying timestamp to paste elsewhere

> Wait so what do I do with this script, do I update the plugin with it somehow, Im a complete beginner with this kinda stuff paste the text in a file named 'something.lua' and install the lua files in VLC plugin directories as explained here (option 1) [1] I assumed you did this for the other plugi...
by chubinou
20 Oct 2022 14:31
Forum: VLC media player for macOS Troubleshooting
Topic: Hiding Main VLC Window when connecting to stream
Replies: 3
Views: 407

Re: Hiding Main VLC Window when connecting to stream

you can start VLC without the interface and require the video to go fullscreen from your command line, something like this should work:

Code: Select all

vlc -Idummy --fullscreen http://example.com/video.mkv
by chubinou
20 Oct 2022 10:23
Forum: General VLC media player Troubleshooting
Topic: Copying timestamp to paste elsewhere
Replies: 13
Views: 2086

Re: Copying timestamp to paste elsewhere

you may try this script, clicking "UpdateTimestamp" will fill the input text box that you can copy paste manually then, I'm not the most familiar with lua script maybe not the cleanest stuff. local dlg = nil local txtinput = nil function descriptor() return { title = "copy timestamp 0...
by chubinou
19 Oct 2022 17:09
Forum: General VLC media player Troubleshooting
Topic: Copying timestamp to paste elsewhere
Replies: 13
Views: 2086

Re: Copying timestamp to paste elsewhere

I can't really help you further, this plugin was developped by a third party (not part of VLC), it comes as is, without instructions nor documentation. I never tried it myself, all I can do is read it's source code and guess how it's supposed to work the code state if key==33554531 then -- shift-c a...
by chubinou
19 Oct 2022 09:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: https for videos doesn't work
Replies: 6
Views: 771

Re: https for videos doesn't work

> Why is VLC unable to resolve a https site? A website is not a video, VLC needs a way to parse the website to figure out where the actual video is available, this often means specific code a every streaming platforms, so unless someone is willing to code this for VLC or if that's supported by third...
by chubinou
19 Oct 2022 09:24
Forum: General VLC media player Troubleshooting
Topic: Copying timestamp to paste elsewhere
Replies: 13
Views: 2086

Re: Copying timestamp to paste elsewhere

> I can always downgrade to a lower version for the time being Obviously I advice against this, VLC 2.x is not maintained anymore. while I don't think you'll be able to access the clipboard from a lua plugin, the might be some acceptable compromise achievable with a plugin (saving the timestamp to a...
by chubinou
18 Oct 2022 14:42
Forum: VLC media player Feature Requests
Topic: Exclude from "recent media" list
Replies: 9
Views: 1209

Re: Exclude from "recent media" list

from what I can see in the code [1], this should already works, files are only added to vlc internal recent list *and* to windows recent list if they don't match the filter regexp. I think the issue should be on your end (maybe an error on how you defined your filter) [1] https://code.videolan.org/v...
by chubinou
18 Oct 2022 14:16
Forum: General VLC media player Troubleshooting
Topic: Copying timestamp to paste elsewhere
Replies: 13
Views: 2086

Re: Copying timestamp to paste elsewhere

there use to be a lua plugin that did that for VLC 2.0 [1], but I don't think this can be ported to 3.0, the lua API being is more restricted. I don't this you have access (for security reasons) to os.execute which is used for setting the clipboard.

[1] https://addons.videolan.org/p/1154007
by chubinou
17 Oct 2022 13:55
Forum: VLC media player for Windows Troubleshooting
Topic: Fullscreen Video on second Monitor
Replies: 3
Views: 308

Re: Fullscreen Video on second Monitor

> What does ist mean ? this means that you can't select on which monitor the video will be fullscreened by default when the video is not embed. > My wish is to play my video in full screen mode on one device (monitor) while I have the controls on the other (laptop). It seems, that is NOT Possible yes
by chubinou
17 Oct 2022 10:34
Forum: VLC media player for Windows Troubleshooting
Topic: Fullscreen Video on second Monitor
Replies: 3
Views: 308

Re: Fullscreen Video on second Monitor

> First, I disconnected video from Interface

the fullscreen option is only available when the video is integrated in the interface, because that's a feature of the interface
by chubinou
13 Oct 2022 18:18
Forum: VLC media player Feature Requests
Topic: Exclude from "recent media" list
Replies: 9
Views: 1209

Re: Exclude from "recent media" list

that's a regexp so "\" should be written as "\\", beware that vlc might transform your filepath in an url "C:\pron\pony.mkv" may become "file:///C:/pron/pony.mkv"
by chubinou
13 Oct 2022 11:23
Forum: VLC media player Feature Requests
Topic: Exclude from "recent media" list
Replies: 9
Views: 1209

Re: Exclude from "recent media" list

> Unfortunately the filter cannot help [....] File location (base directory) is the best way to ignore "bad" content

put your videos in a folder named "pron" or whatever, and set your filter to "pron"
by chubinou
13 Oct 2022 09:39
Forum: VLC media player for Windows Troubleshooting
Topic: Problems With Network Stream Windows 11
Replies: 6
Views: 737

Re: Problems With Network Stream Windows 11

you should give us more information
To help you, we need messages, to completely understand what your problems is.
To fix this, please be sure before you start the playback to:
  1. Open: Tools -> Messages.
  2. Set Verbosity to 2
  3. Start playback to reproduce your issue
  4. Save text in a file or copy into clipboard
  5. Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)
Also don't forget to name your Operating System and provide the VLC media player version.
by chubinou
12 Oct 2022 16:00
Forum: VLC media player Feature Requests
Topic: Exclude from "recent media" list
Replies: 9
Views: 1209

Re: Exclude from "recent media" list

you can already do set a filter for items that will be stored in the recent section, you can set it in tools > preferences > "show settings: all" > interface > main interface > qt and set the field "List of words separated by |". this should work for folder as well If I remember ...
by chubinou
10 Oct 2022 10:18
Forum: VLC media player for Windows Troubleshooting
Topic: VLC works locally on PC with RTSP but fails on remote
Replies: 3
Views: 185

Re: VLC works locally on PC with RTSP but fails on remote

on which port are you streaming? is it publicly exposed on you network? this rather looks like a server/network issue to me
by chubinou
07 Oct 2022 09:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Ubuntu: issues installing VLC from source code
Replies: 11
Views: 971

Re: Ubuntu: issues installing VLC from source code

> Thank you! How do I fix that though?

it's explained in the stack overflow link I put in my first post

https://stackoverflow.com/questions/474 ... -libraries

check you /etc/ld.so.conf, run ldconfig
by chubinou
04 Oct 2022 15:22
Forum: VLC media player Feature Requests
Topic: Playlist background
Replies: 2
Views: 283

Re: Playlist background

Windows no longer provide settings to change the legacy system color palette.
by chubinou
03 Oct 2022 11:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Ubuntu: issues installing VLC from source code
Replies: 11
Views: 971

Re: Ubuntu: issues installing VLC from source code

maybe you have an issue with your ldconfig, see

https://stackoverflow.com/questions/474 ... -libraries

you can also try to run something like

Code: Select all

strace -e openat vlc
to see which library are used when opening your VLC installation
by chubinou
29 Sep 2022 10:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Media Player for SLE15SP4 ?
Replies: 4
Views: 577

Re: VLC Media Player for SLE15SP4 ?

I'm not familiar with suse, but isn't VLC already provided directly by your distribution?

https://scc.suse.com/packages/22457113

Go to advanced search