Search found 521 matches

Go to advanced search

by chubinou
27 Aug 2020 09:43
Forum: VLC media player for Windows Troubleshooting
Topic: Batch File or Powershell
Replies: 1
Views: 292

Re: Batch File or Powershell

on linux I would do it with xclip. so I guess you can achieve the same goal on windows using something like this https://gist.github.com/Rapptz/9664773178da1bc397cf Or directly access the clipboard from powershell https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get...
by chubinou
19 Aug 2020 09:43
Forum: VLC stream-output (sout)
Topic: Receiving a live stream into VLC
Replies: 2
Views: 725

Re: Receiving a live stream into VLC

Hi, there are example about using the stream output. https://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples/ and examples about using rtmp output here: https://stackoverflow.com/questions/40428837/broadcasting-to-youtube-live-via-rtmp-using-vlc-from-terminal VLC doesn't provid...
by chubinou
30 Jul 2020 13:59
Forum: VLC media player Feature Requests
Topic: VLC 4 new interface
Replies: 14
Views: 5890

Re: VLC 4 new interface

Hi,

the controls vanishes after 1 seconds which was the same value for the fullscreen controller to vanish in 3.0.
by chubinou
23 Jul 2020 10:21
Forum: General VLC media player Troubleshooting
Topic: Thicker subtitles
Replies: 1
Views: 408

Re: Thicker subtitles

you can change the font properties in tools > preferences > show settings all > video > subtitltes > text renderer
by chubinou
03 Jul 2020 15:49
Forum: Web and scripting
Topic: Play VLC livestream in webbrowsers ?
Replies: 2
Views: 7410

Re: Play VLC livestream in webbrowsers ?

Hi,

You may want to setup an icecast server to act as a middleman between vlc and your clients browser

for instance you can use this tutorial:

https://medium.com/@coffmans/simple-med ... e4016f4813
by chubinou
02 Jul 2020 09:25
Forum: General VLC media player Troubleshooting
Topic: What does Dropped (discontinued) mean?
Replies: 2
Views: 1541

Re: What does Dropped (discontinued) mean?

Hi, Media streams are usually organized in timestamped packets telling when to decode or display the pictures, the time of theses packets usually increase with a regular increment. if you encounter a hole between packets or packets that goes back in time you'll have a discontinuity. This can be due ...
by chubinou
01 Jul 2020 09:18
Forum: General VLC media player Troubleshooting
Topic: Problem with cover art
Replies: 2
Views: 341

Re: Problem with cover art

Hi,

artworks are cached in "%appdata%\vlc\art" (typically C:\Users\XXX\AppData\Roaming\art)
by chubinou
01 Jul 2020 09:00
Forum: Development around libVLC
Topic: SetVideoCallbacks
Replies: 8
Views: 1860

Re: SetVideoCallbacks

I have an old sample showing the use of libvlc_video_set_callbacks

https://code.videolan.org/chub/vlc-demo ... stream.cpp

PreviewThumbnailExtractor, is not the right tool to get video frame by frames
by chubinou
01 Jul 2020 08:41
Forum: VLC media player for Windows Troubleshooting
Topic: Twitch recordings randomly stop with no indication and no cause.
Replies: 3
Views: 284

Re: Twitch recordings randomly stop with no indication and no cause.

Hi,

can you provide some logs?
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
01 Jul 2020 08:40
Forum: VLC media player for Windows Troubleshooting
Topic: Strange srt bug
Replies: 2
Views: 263

Re: Strange srt bug

Hi, This does looks like a bug. What version of VLC do you use. can you try to update to the latest and check whether it still occurs?

If this is the case, can you fill up a bug report

https://wiki.videolan.org/Report_bugs/

be sure to attach the corresponding logs:
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
29 Jun 2020 11:51
Forum: Coffee Corner
Topic: Controlling VLC from a web browser?
Replies: 5
Views: 1398

Re: Controlling VLC from a web browser?

to embed VLC within a web app you need to use a browser plugin (VLC PPAPI/NPAPI/ActiveX)

see: https://wiki.videolan.org/Documentation:WebPlugin/
by chubinou
29 Jun 2020 11:43
Forum: VLC media player Feature Requests
Topic: VLC 4 new interface
Replies: 14
Views: 5890

Re: VLC 4 new interface

Hi, It looks like medialibrary is forced within the vlc binary [1], so the value from the configuration is ignored (I don't know what was the use of the medialibrary back then) for the time being, this remains accessible by launching vlc with "--no-media-library". (beware the medialib-less...
by chubinou
26 Jun 2020 10:25
Forum: Coffee Corner
Topic: Controlling VLC from a web browser?
Replies: 5
Views: 1398

Re: Controlling VLC from a web browser?

you can control VLC using the HTTP interface

see: https://wiki.videolan.org/Documentation ... http_intf/

to embed VLC within a web app you need to use a browser plugin (VLC PPAPI/NPAPI/ActiveX)

see: https://wiki.videolan.org/Documentation:WebPlugin/
by chubinou
26 Jun 2020 10:19
Forum: Development around libVLC
Topic: libVLC on Ubuntu - No package 'libavcodec' found
Replies: 3
Views: 1836

Re: libVLC on Ubuntu - No package 'libavcodec' found

> sudo apt-get install libavcodec-dev

you installed avcodec for your host system. what is missing is avcodec for android. It's supposed to be compiled during the build (within vlc "contribs")
by chubinou
26 Jun 2020 10:16
Forum: General VLC media player Troubleshooting
Topic: VLC player + Logitech circle 2 (RTSP)?
Replies: 4
Views: 1540

Re: VLC player + Logitech circle 2 (RTSP)?

443 is usually for secure (SSL) communications. I'm not sure we support RTSP over SSL.
by chubinou
26 Jun 2020 09:52
Forum: VLC media player for Windows Troubleshooting
Topic: .avi files play upside down
Replies: 1
Views: 143

Re: .avi files play upside down

Can you check whether you have a mirror effect activated?

tool > effects > video effects > transform
by chubinou
24 Jun 2020 09:49
Forum: VLC media player for Windows Troubleshooting
Topic: vlcplugin2 background changed from black to white
Replies: 2
Views: 325

Re: vlcplugin2 background changed from black to white

there is not much information here.

have you updated your vlc version ?
if so between what version?

If I understand correctly, the background can be set using backcolor and bgcolor properties. the cone should be only visible in design mode (DISPID_AMBIENT_USERMODE)
by chubinou
24 Jun 2020 09:22
Forum: VLC media player for Windows Troubleshooting
Topic: Difficulty running a set of videos together in sequence
Replies: 2
Views: 189

Re: Difficulty running a set of videos together in sequence

the rotate effect will apply to all video as it doesn't modify the original video (it's a filter). If you want to make it permanent, you need to convert the video. If you want to do it with vlc you can follow this tutorial https://www.wintips.org/how-to-rotate-and-save-a-video-using-vlc-media-player/
by chubinou
22 Jun 2020 10:16
Forum: VLC media player for Windows Troubleshooting
Topic: automatically start VLC.exe on http POST
Replies: 1
Views: 139

Re: automatically start VLC.exe on http POST

with a web server. the how depends of the web server and language you use.

for instance with python flask

Code: Select all

from flask import Flask import subprocess app = Flask(__name__) @app.route('/', methods = ['POST']) def run_vlc_on_post(): subprocess.Popen(['vlc']) return 'vlc started!'
by chubinou
22 Jun 2020 10:01
Forum: Development around libVLC
Topic: [VLC 3.0.x] QT gui customization
Replies: 1
Views: 8646

Re: [VLC 3.0.x] QT gui customization

Hi, you have PlaylistWidgetMod inheriting PlaylistWidget class PlaylistWidgetMod : public PlaylistWidget So in your PlaylistWidgetMod constructor you should call the PlaylistWidget constructor PlaylistWidgetMod::PlaylistWidgetMod( intf_thread_t *_p_i, QWidget *_par ) : PlaylistWidget( _par ), p_intf...
by chubinou
22 Jun 2020 09:56
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 4.0.0 dev issues
Replies: 20
Views: 2230

Re: VLC 4.0.0 dev issues

Hi, Regarding the win8 issue, I've have some locals fixes regarding this, but I'm not sure whether it actually fixes the issue in your case. It's a bit hard to access Win8 hardware right now. Regarding the menu, this is a known issue. There is some ongoing work on the menus (we'll probably switch ba...

Go to advanced search