Search found 10 matches

Go to advanced search

by opensoar
25 Aug 2017 16:14
Forum: Development around libVLC
Topic: MP4 stream stops with errors in log
Replies: 3
Views: 409

Re: MP4 stream stops with errors in log

Plays right through in latest desktop VLC on same Win10 box.

Not sure what 3.0 is. New LibVLC Version? I initially upgraded what I was using from 2.2.4 to 2.2.6 in case that helped.

The link I use for grabbing LibVLC versions http://download.videolan.org/pub/videolan/vlc doesn't have a 3.0.
by opensoar
24 Aug 2017 01:00
Forum: Development around libVLC
Topic: MP4 stream stops with errors in log
Replies: 3
Views: 409

MP4 stream stops with errors in log

I am using LibVLC 2.2.6 to play video in my Windows 64bit app. Most work exactly as expected, but for some - E.G. http://ia301515.us.archive.org/1/items/doa_1949/doa_1949_512kb.mp4, the stream stops after a few minutes (different time each run). I turned on debugging and capture the log - the lines ...
by opensoar
03 Feb 2017 01:00
Forum: Development around libVLC
Topic: "core generic error" failures opening media in C++ LibVLC app
Replies: 3
Views: 3297

Re: "core generic error" failures opening media in C++ LibVLC app

my executable loads a dynamic library that is located in the main .app file here: /Contents/Resources/flassm/foo.dylib. Along side foo.dylib in that folder is the plugins and lib folders directly from VLC.app Contents/MacOS folder. I know almost nothing about macOS so I'm struggling to make sense of...
by opensoar
01 Feb 2017 17:31
Forum: Development around libVLC
Topic: "core generic error" failures opening media in C++ LibVLC app
Replies: 3
Views: 3297

Re: "core generic error" failures opening media in C++ LibVLC app

The log output suggests it's finding and loading (I think from memory) 324 plugins so it's partially finding them at least.

My guess is that's it's something to do with @loader_path but copying folder to where I think it's looking for them doesn't help either.

I'll keep digging.
by opensoar
30 Jan 2017 22:20
Forum: Development around libVLC
Topic: "core generic error" failures opening media in C++ LibVLC app
Replies: 3
Views: 3297

"core generic error" failures opening media in C++ LibVLC app

Have some code to playback media into a memory buffer and works as expected on Windows. Trying to port to OSX and the same code is not working. Output looks like this: [00007fde98c15cd8] core generic error: option vmem-chroma does not exist [00007fde98c15cd8] core generic error: option vmem-width do...
by opensoar
06 May 2016 17:37
Forum: Development around libVLC
Topic: Sizing a playback buffer to that of a video
Replies: 7
Views: 904

Re: Sizing a playback buffer to that of a video

Yes of course. My post wasn't one of those "hey guys - i need to make app that decodes video - please help. LOL. thanks". I followed the instructions on your saite for an example that uses SDL, ported it to my Windows code base and got it working. After some experimentation, I discovered t...
by opensoar
06 May 2016 13:37
Forum: Development around libVLC
Topic: Sizing a playback buffer to that of a video
Replies: 7
Views: 904

Re: Sizing a playback buffer to that of a video

Really? That's the best you can come up with.

Super helpful. Thank you.
by opensoar
06 May 2016 06:21
Forum: Development around libVLC
Topic: Sizing a playback buffer to that of a video
Replies: 7
Views: 904

Re: Sizing a playback buffer to that of a video

As a long time VLC developer, I imagine you know exactly how to do this. Care to elaborate or point me at some code?
by opensoar
04 May 2016 18:34
Forum: Development around libVLC
Topic: Sizing a playback buffer to that of a video
Replies: 7
Views: 904

Re: Sizing a playback buffer to that of a video

Isn't that more of a resource for looking up functions etc. vs a description of how one is supposed to structure an application?

Can you point me at some sample code?
by opensoar
04 May 2016 00:54
Forum: Development around libVLC
Topic: Sizing a playback buffer to that of a video
Replies: 7
Views: 904

Sizing a playback buffer to that of a video

First time user of LibVLC. I have working code that opens a video file from a URL and renders it into a 256 x 256 buffer via an OpenGL texture. unsigned int texture_width = 256; unsigned int texture height = 256; unsigned int texture_depth = 4; libvlc_video_set_callbacks(media_player, lock, unlock, ...

Go to advanced search