Search found 17 matches

Go to advanced search

by roxx
15 Mar 2019 03:04
Forum: Development around libVLC
Topic: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04
Replies: 8
Views: 778

Re: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04

I still see the issue with VLC 3.0.6 from http://ubuntuhandbook.org/index.php/201 ... 16-04-ppa/. The only solution is to remove libxdg_screensaver_plugin.so.
by roxx
15 Mar 2019 02:27
Forum: Development around libVLC
Topic: libvlc 3.0.6: --freetype-font is not supprted anymore?
Replies: 2
Views: 461

libvlc 3.0.6: --freetype-font is not supprted anymore?

Hi! With libvlc 2.2.4 it was possible to pass a --freetype-font and --freetype-fontsize options to libvlc_new() to set a font family/size for subtitles. However in libvlc 3.0.6 it complains --freetype-font is an invalid option or missing parameter. Could you please advice how to set a font family/si...
by roxx
30 Jan 2019 13:36
Forum: Development around libVLC
Topic: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04
Replies: 8
Views: 778

Re: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04

The trace only shows one thread, not enough to find where the problem is.
Meanwhile, here is the full stacktrace grabbed with "thread apply all bt": https://pastebin.com/yEJ1Mrxe
by roxx
30 Jan 2019 12:38
Forum: Development around libVLC
Topic: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04
Replies: 8
Views: 778

Re: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04

algrev Since you mentioned VLC 3.x, here is a possible way to install it: 1. Using VLC 3 under Ubuntu 16 or lower To do this, make use of PPA. Thanks for the recommendation. I installed VLC 3.x from the PPA. Unfortunately looks like it's not able to use HW acceleration for some reason. The error is...
by roxx
30 Jan 2019 11:52
Forum: Development around libVLC
Topic: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04
Replies: 8
Views: 778

Re: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04

The trace only shows one thread, not enough to find where the problem is.
What can I provide to better understand the issue? I'll do my best to grab the required information per your recommendations.
by roxx
29 Jan 2019 19:50
Forum: Development around libVLC
Topic: Deadlock in libvlc_media_player_stop() | Ubuntu 16.04
Replies: 8
Views: 778

Deadlock in libvlc_media_player_stop() | Ubuntu 16.04

Hi, VLC developers! My system is: Ubuntu 16.04 32-bit with the standard Ubuntu repos, no third-party software installed VLC 2.2.4 Video source to play: a local mp4/h264 file How to reproduce the hang: 1. Open a local mp4/h264 file 2. Hit "Play" if it doesn't play automatically 3. Hit "...
by roxx
27 Jul 2016 21:02
Forum: Development around libVLC
Topic: Accepting invalid SSL certificate
Replies: 5
Views: 5284

Re: Accepting invalid SSL certificate

Thanks. I've installed a new root CA of Hydrant, see https://hydrantid.com/support/repository/, but it still doesn't work with Hydrant certificates (libVLC 2.2.2). It says "Signer not found" in a shell output. If I add a root CA into the system db (/usr/local/share/ca-certificates) and run...
by roxx
26 Jul 2016 20:55
Forum: Development around libVLC
Topic: Accepting invalid SSL certificate
Replies: 5
Views: 5284

Re: Accepting invalid SSL certificate

How can I achieve that with 3.0? Can you post a link to documentation with a new API allowing to do that? Thanks.
by roxx
26 Jul 2016 19:21
Forum: Development around libVLC
Topic: Accepting invalid SSL certificate
Replies: 5
Views: 5284

Accepting invalid SSL certificate

Hi everybody. I am able to play a video over HTTP using libVLC. However libvlc refuses to play a HTTPS video when the server's SSL certificate is self-signed and/or has an unknown issuer (common case for local web servers using self-signed certificates). Am I able to accept such a certificate with l...
by roxx
06 Jun 2016 20:59
Forum: Development around libVLC
Topic: avcodec-hw=vaapi doesn't work in libvlc 2.2.2
Replies: 4
Views: 1048

avcodec-hw=vaapi doesn't work in libvlc 2.2.2

Hi everybody. With libvlc 2.1.6 (Ubuntu 14.04) I was able to use an Intel hardware acceleration with --avcodec-hw=any. It used VAAPI and everything worked fine. With libvlc 2.2.2 (Ubuntu 16.04) --avcodec-hw=any doesn't work and --avcodec-hw=vaapi doesn't work too. However, --avcodec-hw=vaapi works f...
by roxx
20 Feb 2015 13:11
Forum: Development around libVLC
Topic: Diagonal green line while playing RTMP with libvlc from GIT
Replies: 2
Views: 504

Re: Diagonal green line while playing RTMP with libvlc from GIT

I removed --no-xlib and it didn't help. I can provide any information you need, apply patches or run diagnostic tools. How can I help you with debugging this?
by roxx
20 Feb 2015 11:44
Forum: Development around libVLC
Topic: Diagonal green line while playing RTMP with libvlc from GIT
Replies: 2
Views: 504

Diagonal green line while playing RTMP with libvlc from GIT

Hi. I use the latest 2.2.0 version compiled from GIT under Ubuntu 14.04. I open the following URL in VLC: rtmp://flash.oit.duke.edu/vod/_definst_/test/Wildlife2.flv . Desktop VLC displays this URL correctly. But my own player based on libvlc shows a diagonal green line, see http://i64.fastpic.ru/big...
by roxx
18 Feb 2015 19:30
Forum: General VLC media player Troubleshooting
Topic: Fast forward of 'RTSP ondemand' stream is not working
Replies: 3
Views: 569

Re: Fast forward of 'RTSP ondemand' stream is not working

How to achieve that with VLC as a streaming server? I try the following as it written here https://wiki.videolan.org/Documentation:Streaming_HowTo/VLM/ : vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0 --rtsp-port 5000 telnet localhost 4212 new Test vod enabled set...
by roxx
18 Feb 2015 17:15
Forum: General VLC media player Troubleshooting
Topic: Fast forward of 'RTSP ondemand' stream is not working
Replies: 3
Views: 569

Fast forward of 'RTSP ondemand' stream is not working

Hi. I use a Wowza demo VOD (video on demand) application to stream sample.mp4 (from Wowza distribution) on Windows and Ubuntu 14.04. VLC is able to play the stream, but speed control doesn't work. On Windows I use VLC 2.1.3, on Linux I use 2.2.0-rc2 from Ubuntu 14.10 (compiled for 14.04) and 2.2.0 f...
by roxx
09 Feb 2015 13:37
Forum: Development around libVLC
Topic: Patch to fix green lines in 2.2.0-rc2
Replies: 2
Views: 421

Re: Patch to fix green lines in 2.2.0-rc2

Thanks for the link
by roxx
09 Feb 2015 09:54
Forum: Development around libVLC
Topic: Patch to fix green lines in 2.2.0-rc2
Replies: 2
Views: 421

Patch to fix green lines in 2.2.0-rc2

Hi. There was a bug described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765969 . In brief: There were green lines around the video picture in 2.2.0-rc2. It is closed with the following reason: "fixed-upstream, VLC 2.2.0-rc2-89-gfebaed2 works around this bug. ". But I didn't f...
by roxx
26 Aug 2014 17:41
Forum: Development around libVLC
Topic: libvlc_set_fullscreen() works only when the video is stopped
Replies: 1
Views: 609

libvlc_set_fullscreen() works only when the video is stopped

Hi. I'd like to make the video window fullscreen in runtime. The VLC window is embedded into Qt widget (KUbuntu 13.04 and Qt 4.8.5) with libvlc_media_player_set_xwindow(<Qt widget's native id>). Everything works fine except switching to the fullscreen mode in runtime. I use libvlc_set_fullscreen(). ...

Go to advanced search