Search found 71 matches

Go to advanced search

by mangup
14 Aug 2019 16:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC crashes immediately
Replies: 5
Views: 2477

Re: VLC crashes immediately

open core file in gdb
by mangup
14 Aug 2019 16:15
Forum: VLC for Android and Chrome OS
Topic: Subtitles
Replies: 2
Views: 500

Re: Subtitles

how it relates to 4.0 - the issue is present or absent ?
by mangup
04 Aug 2019 15:17
Forum: Development around libVLC
Topic: Error build msys64+mingw64
Replies: 1
Views: 1281

Re: Error build msys64+mingw64

The maintainers recommend docker-method: https://forum.videolan.org/viewtopic.php?f=14&t=146175&p=490185#p479606
by mangup
01 Aug 2019 19:28
Forum: VLC media player for macOS Troubleshooting
Topic: failed to build vlc-3.0
Replies: 1
Views: 579

failed to build vlc-3.0

CC video_filter/deinterlace/libdeinterlace_plugin_la-algo_ivtc.lo CC video_filter/libpostproc_plugin_la-postproc.lo CXX video_filter/blend.lo OBJC video_output/macosx.lo OBJC video_output/caopengllayer.lo CC video_output/opengl/libcaopengllayer_plugin_la-vout_helper.lo CC video_output/opengl/libcao...
by mangup
17 Jul 2019 20:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: open file by file descriptor
Replies: 10
Views: 892

Re: open file by file descriptor

Now I've fixed fd. it is 33 :) But still faild to load data from open file via fd - no module is selected inside vlc_stream_FilterNew() function during "priv->module = module_need(s, "stream_filter", psz_stream_filter, true);" call. #0 0x00007ffff708503b in vlc_stream_FilterNew (...
by mangup
16 Jul 2019 16:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: open file by file descriptor
Replies: 10
Views: 892

Re: open file by file descriptor

Sorry, I did not catch your idea.
I can create file, write data, close it and pass file path to input_SlaveSourceAdd(..., "file:///path", ...) and it works.
But: open file, write data, get fd and call input_SlaveSourceAdd(..., "fd:///<fd-string>", ...) does not work.
by mangup
16 Jul 2019 11:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: open file by file descriptor
Replies: 10
Views: 892

Re: open file by file descriptor

[00007f61193227e8] main generic debug: no access modules matched
[000055e2e5388270] main input warning: failed to add fd://4134900864 as slave
[000055e2e5388270] main input debug: failed input_SlaveSourceAdd
by mangup
16 Jul 2019 11:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: open file by file descriptor
Replies: 10
Views: 892

Re: open file by file descriptor

open file, write data, get fd and put it to input_SlaveSourceAdd() instead of file path
by mangup
15 Jul 2019 17:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: New VLC to start into a dedicated configuration
Replies: 2
Views: 288

Re: New VLC to start into a dedicated configuration

Does some set of vlc cmd line variables fit your needs? Then you can write start script.
by mangup
12 Jul 2019 02:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: open file by file descriptor
Replies: 10
Views: 892

open file by file descriptor

I discovered that it is implemented, but does not work for me.
How to do it properly?
by mangup
05 Jul 2019 13:51
Forum: Development around libVLC
Topic: How to load subt file from memory byte array ?
Replies: 2
Views: 569

Re: How to load subt file from memory byte array ?

vlc.
But now I do not see any examples of imem usage inside vlc itself.
by mangup
05 Jul 2019 12:47
Forum: Development around libVLC
Topic: VLCKit not playing local files.
Replies: 9
Views: 1430

Re: VLCKit not playing local files.

yep, latest origin/master version does not play mkv.
But ubuntu system 3.0.4 play well.
by mangup
05 Jul 2019 12:32
Forum: Development around libVLC
Topic: How to load subt file from memory byte array ?
Replies: 2
Views: 569

How to load subt file from memory byte array ?

Hi,

Where: src/input/input.c Control() function.
What: I want to load subtitles file which is already present in RAM as byte array.

How can i do that? (without creating tmp file on disk)
by mangup
04 Jul 2019 13:52
Forum: Development around libVLC
Topic: VLCKit not playing local files.
Replies: 9
Views: 1430

Re: VLCKit not playing local files.

try another sample mkv file. (with simple name )
by mangup
26 Jun 2019 12:33
Forum: VLC media player for macOS Troubleshooting
Topic: crash on start
Replies: 1
Views: 352

Re: crash on start

But this commit works well:

commit e4dfdb0ff4ab94afbf54bbbb39c5f64d3c2d61d9 (HEAD)
Author: Felix Paul Kühne <felix@feepk.net>
Date: Tue Apr 9 22:50:32 2019 +0200

macosx/main menu: reimplement program selection
by mangup
25 Jun 2019 18:39
Forum: VLC media player for macOS Troubleshooting
Topic: crash on start
Replies: 1
Views: 352

crash on start

I've compiled VLC player under macOS, but it crashes on start: {{{ ./vlc -v VLC media player 4.0.0-dev Otto Chriek (revision 8fd345c011) [00007fbbd6501be0] main libvlc warning: cannot read /Users/arusanov/GITREPOS/vlc/build/modules/plugins/plugins.dat: No such file or directory [00007fbbd6501be0] ma...
by mangup
24 Jun 2019 18:06
Forum: Development around libVLC
Topic: VLCKit not playing local files.
Replies: 9
Views: 1430

Re: VLCKit not playing local files.

It mean - no one from vlc/modules/access folder.
by mangup
24 Jun 2019 17:36
Forum: VLC media player for macOS Troubleshooting
Topic: check xcode developer tools package absence
Replies: 1
Views: 223

check xcode developer tools package absence

How to understand phrase " At least Xcode 9.3 from developer.apple.com/xcode. (Note: Installing the developer tools package is not needed, and building with that package is not supported) " from macOSCompile manual? - Xcode is installed. How to check is "developer tools package" ...
by mangup
24 Jun 2019 15:15
Forum: Development around libVLC
Topic: Win issue with C++
Replies: 7
Views: 1191

Re: Win issue with C++

It means compiling sources on OS AAA to make executable binaries for OS BBB - "building methods" from your link. which one did you use?
However, unexpectedly, the maintainers recommend docker-method: https://forum.videolan.org/viewtopic.php?f=14&t=146175&p=490185#p479606
by mangup
21 Jun 2019 21:35
Forum: VLC media player for macOS Troubleshooting
Topic: compilation error: bison: invalid option -- W
Replies: 1
Views: 818

compilation error: bison: invalid option -- W

I've tried to make build under Mac by manual https://wiki.videolan.org/OSXCompile/ But I've got next error. Please help. $ make -j4 /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in compat /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am make[3]: Nothi...
by mangup
21 Jun 2019 12:40
Forum: Development around libVLC
Topic: Win issue with C++
Replies: 7
Views: 1191

Re: Win issue with C++

I use hyper-v with Ubuntu 18.4.1lts x64 to compilation the lib, with configure --diable-qt for win32. It is basically the same as the official document description As I understood, you have windows host, hyper-v VM and ubuntu guest os. and vlc configured with --diable-qt optoin. But how exactly do ...
by mangup
20 Jun 2019 12:56
Forum: Development around libVLC
Topic: Win issue with C++
Replies: 7
Views: 1191

Re: Win issue with C++

how did you make cross-compilation?
by mangup
19 Jun 2019 14:53
Forum: Development around libVLC
Topic: load subtitles file without dialog opening
Replies: 4
Views: 435

Re: load subtitles file without dialog opening

during playing with input slave system I've found:
1. a segfault in webvtt: https://trac.videolan.org/vlc/ticket/22448
2. [input-slave] failed to identify SAMI subtitles: https://trac.videolan.org/vlc/ticket/22451
by mangup
18 Jun 2019 21:18
Forum: Development around libVLC
Topic: export refused subtitle track to disk
Replies: 2
Views: 360

Re: export refused subtitle track to disk

they are refused, because they are nonfragmented subtitles in fragmented mp4 file (https://forum.videolan.org/viewtopic.php?f=32&t=149836#p492673)

Go to advanced search