Search found 8 matches

Go to advanced search

by User101
24 Oct 2018 12:30
Forum: Development around libVLC
Topic: Lifetime of libvlc_new args
Replies: 4
Views: 937

Re: Lifetime of libvlc_new args

Thanks for the answer. Yeah, in retrospect it makes sense that this is a full copy of argv.. Edit: I've tried it and it also doesn't crash, did some verification with valgrind. About get_track & set I'll have to see. My understanding was that you can't do this until media has started when it's a...
by User101
23 Oct 2018 16:08
Forum: Development around libVLC
Topic: Lifetime of libvlc_new args
Replies: 4
Views: 937

Re: Lifetime of libvlc_new args

(Also I'm welcoming hints for how to disable video playback programmatically, instead of arguments.)
by User101
23 Oct 2018 16:07
Forum: Development around libVLC
Topic: Lifetime of libvlc_new args
Replies: 4
Views: 937

Lifetime of libvlc_new args

Hello, I'm currently implementing the argument option for libvlc_new in rust. Because of rust internal Strings to c_string conversion I have to ask: does the argument have to be alive longer than the call of libvlc_new ? Example in pseudo code var a = ["--no-video"]; var instance = libvlc_...
by User101
01 Sep 2016 20:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Pixelated videos for some files
Replies: 5
Views: 3317

Re: Pixelated videos for some files

Ok, so what is remaining are the following console log messages, spamming everything:
Image
by User101
01 Sep 2016 18:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Pixelated videos for some files
Replies: 5
Views: 3317

Re: Pixelated videos for some files

Ok, so after I chose as Hardware-Decoder the "VA-API over DRM-Decoder" or the X11 (having less performance) option everything's working fine and the XServer doesn't crash any more on some videos. (Endless hangup with a reaction every 10 secs) This makes even more sense, as the pixelation's...
by User101
22 Aug 2016 18:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Pixelated videos for some files
Replies: 5
Views: 3317

Re: Pixelated videos for some files

VLC 2.2.2 is no longer supported. As stated above I've tried it with 2.2.5, following your statement on bug reports for older versions, and the same happens. In any case, this is more likely a bug in your libavcodec version or your display drivers. Try disabling hardware accelerated decoding. I'll ...
by User101
21 Aug 2016 22:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Pixelated videos for some files
Replies: 5
Views: 3317

Re: Pixelated videos for some files

Update: When I use VLC for windows in Wine, the codec information seems to be more complete then in the linux broken version: https://s10.postimg.io/e5t31qs09/video_4.png The "decoded format" wasn't show at all before, the pixel are now +18, in the output of the working VLC in the emulator.
by User101
21 Aug 2016 22:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Pixelated videos for some files
Replies: 5
Views: 3317

Pixelated videos for some files

Hello, I've some problems with VLC 2.2.2-2.2.5 (latest version I could test against): Some files are working fine, mp4-h264 including 1080p@60fps, but some (not all) MKV files aren't doing so. I've pixelations, but not from the start, it's like the "delayed mouse cursor" option in windows....

Go to advanced search