Search found 7 matches

Go to advanced search

by svenhenrik
15 Mar 2019 10:03
Forum: VLC for Android and Chrome OS
Topic: Android Q scoped storage
Replies: 2
Views: 205

Android Q scoped storage

The Android Q preview released on March 14th 2019 comes with changes to storage access, requiring that any access to storage is done through the Storage Access Framework. From what I've gathered so far, file descriptors and fdopen still work in native code, but I have not seen any official word on w...
by svenhenrik
25 Feb 2019 10:14
Forum: Development around libVLC
Topic: Recommendations needed for vout selection
Replies: 3
Views: 357

Re: Recommendations needed for vout selection

It's possible to provide a separate surface to libVLC for subpicture rendering, but the opengl vout does not render to the second surface. Subpictures are rendered in one pass after the video. The android_display vout renders subpictures to the second surface though. I've experimented with modifying...
by svenhenrik
23 Feb 2019 12:56
Forum: Development around libVLC
Topic: Recommendations needed for vout selection
Replies: 3
Views: 357

Recommendations needed for vout selection

I'm making a VR video player for Android based on libvlc. In the beginning I was using the android_display vout, but somewhere around 1.7.x (not sure exactly when) VLC focus changed to use the opengl vout, and arount the same time there was a notable performance degradation in the android_display vo...
by svenhenrik
26 Jul 2017 17:05
Forum: Development around libVLC
Topic: Disabling spherical view
Replies: 4
Views: 1160

Re: Disabling spherical view

Tested and working now. Turned out I also had to make sure that BuildRectangle was called for all projection modes in SetupCoords.
by svenhenrik
26 Jul 2017 05:02
Forum: Development around libVLC
Topic: Disabling spherical view
Replies: 4
Views: 1160

Re: Disabling spherical view

Nevermind, I think I found the right thread to pull. I also realized I might want to keep the viewpoint support for spatial audio, just convince libVLC not to apply it to the video output. It looks like modifying getViewpointMatrixes in modules/video_output/opengl/vout_helper.c to always return iden...
by svenhenrik
26 Jul 2017 03:48
Forum: Development around libVLC
Topic: Disabling spherical view
Replies: 4
Views: 1160

Re: Disabling spherical view

Ok, that's unfortunate, thanks for letting me know. I will try to find out where to disable it in the code. Any hints to roughly where in the code base the transformation is applied? I'm still not very familiar with the inner workings of libVLC. I found something in ffmpeg regarding reading the meta...
by svenhenrik
25 Jul 2017 05:00
Forum: Development around libVLC
Topic: Disabling spherical view
Replies: 4
Views: 1160

Disabling spherical view

Hello! I'm trying to use libVLC on Android to play video in VR. I render the video to a texture, and provide my own geometry. Ironically enough videos that contain Spatial Media Metadata don't work. LibVLC does its own spherical rendering and only gives me cropped output. I'm looking for a way to in...

Go to advanced search