Search found 7 matches

Go to advanced search

by mohru_mo
11 Jan 2021 10:14
Forum: Development around libVLC
Topic: Using specific network with libVLC on Android
Replies: 1
Views: 496

Re: Using specific network with libVLC on Android

Not even hint on that? It would be really helpful to know if libVLC is able to pick the network to use (or somehow enforce it) or is it handled only by the system. I'm not a low-level programmer, and I'd prefer to avoid digging in your C++ code (and probably just find nothing). In current situation,...
by mohru_mo
21 Dec 2020 20:08
Forum: Development around libVLC
Topic: Using specific network with libVLC on Android
Replies: 1
Views: 496

Using specific network with libVLC on Android

I'm using libVLC in my Android app to stream video over rtsp from the camera that I'm connected to over WiFi. In general, streaming works fine, but there seems to be streaming problem if I'm connected do the camera by WiFi (that provides no internet) and also have got mobile data turned on. I use bi...
by mohru_mo
03 Jul 2020 09:49
Forum: Development around libVLC
Topic: libVLC on Ubuntu - No package 'libavcodec' found
Replies: 3
Views: 1864

Re: libVLC on Ubuntu - No package 'libavcodec' found

Most probably I've foud a solution to my problem (not sure if this is sufficient as I'm still having some other issues). It turns out that for some reason the cmake hasn't recognized my system as unix (it's Ubuntu on live USB) and in the cmake config file the flag UNIX was not set which caused that ...
by mohru_mo
02 Jul 2020 15:25
Forum: Development around libVLC
Topic: libVLC for Android, Sample app fails using textureView instead of surfaceView
Replies: 2
Views: 1079

Re: libVLC for Android, Sample app fails using textureView instead of surfaceView

I found a bug reported on VLC-android issue-tracker https://code.videolan.org/videolan/vlc-android/-/issues/1359 , and now I'm pretty sure that the bug is that big. I managed to overcome it by implementing the changes done in old commit from libvlc-android-samples repository and creating in VideoHel...
by mohru_mo
30 Jun 2020 12:34
Forum: Development around libVLC
Topic: libVLC for Android, Sample app fails using textureView instead of surfaceView
Replies: 2
Views: 1079

Re: libVLC for Android, Sample app fails using textureView instead of surfaceView

I have exactly the same exception when running the libvlc-android-samples with gradle dependency implementation 'org.videolan.android:libvlc-all:3.2.5' (the lates available), so I would say that this bug still ocurrs. I'm not able to build libVLC sources myself, so I cannot tell if this issue was so...
by mohru_mo
26 Jun 2020 10:54
Forum: Development around libVLC
Topic: libVLC on Ubuntu - No package 'libavcodec' found
Replies: 3
Views: 1864

Re: libVLC on Ubuntu - No package 'libavcodec' found

I understand. So for some reason it's not being compiled during the build. There is no libavcodec pkgconfig folder in the vlc/contrib folder. Or maybe the real problem is not with libavcodec, but with Could NOT find SIMD64 (missing: SIMD64_C_FLAGS SIMD64_C_FLAGS) ? (I've got no idea what it means) I...
by mohru_mo
26 Jun 2020 08:47
Forum: Development around libVLC
Topic: libVLC on Ubuntu - No package 'libavcodec' found
Replies: 3
Views: 1864

libVLC on Ubuntu - No package 'libavcodec' found

Hi! For a few days I've been trying to build libVLC for Android, unfortunately without any success. I'm using an Ubuntu 20.04 live usb, and have been following instructions from https://wiki.videolan.org/AndroidCompile/ After solving many other issues, now I'm stuck at missing libavcodec problem. Th...

Go to advanced search