Search found 20 matches

Go to advanced search

by sanmool
17 Dec 2023 16:05
Forum: Development around libVLC
Topic: Failed to record voice using 3rd party lib in iOS.
Replies: 0
Views: 1258

Failed to record voice using 3rd party lib in iOS.

Hi, I made an iOS app using 3rd-party library to record my voice and libvlc to play video. The app could record my voice and play a video well separately. But after pausing a video, when I tried record my voice the app freezes. libvlc seems conflicts with 3rd-party library as you can see the followi...
by sanmool
29 Nov 2023 13:14
Forum: Development around libVLC
Topic: lua file location information on source code.
Replies: 3
Views: 1543

Re: lua file location information on source code.

Thank you for your reply.
May I ask you which directory I have to put youtube.lua in iphone?
by sanmool
26 Nov 2023 17:30
Forum: Development around libVLC
Topic: lua file location information on source code.
Replies: 3
Views: 1543

lua file location information on source code.

Hi I am working on a youtube video player for mobile devices. libvlc looks good fit. According to https://wiki.videolan.org/Documentation:Building_Lua_Playlist_Scripts/ I can put my own lua file on VLC's preferences folder "lua/playlist" subdirectory on Windows or Mac OS X and in your loca...
by sanmool
08 Aug 2023 22:24
Forum: Development around libVLC
Topic: C-code based libvlc for IOS
Replies: 2
Views: 768

Re: C-code based libvlc for IOS

Thanks for reply.
Do you mean, after linking to MobileVLCKit, I can call libvlc C-based function directly?
like
libvlc_media_player_play( p_mi )
?
by sanmool
08 Aug 2023 12:21
Forum: Development around libVLC
Topic: C-code based libvlc for IOS
Replies: 2
Views: 768

C-code based libvlc for IOS

Hi, Is there any C-code based libvlc binary targeting iphone(IOS)? To target Android device, I downloaded VLC-Android-3.2.1-armeabi-v7a.apk and linked to libvlc.so file extracted from that apk. Then I could use C-code to call the method of libvlc like libvlc_media_player_play( p_mi ) -- A1 MobileVLC...
by sanmool
17 Jun 2023 08:19
Forum: Development around libVLC
Topic: increase brightness gets blurry
Replies: 2
Views: 439

Re: increase brightness gets blurry

It turns out that that's not about the brightness of video player, it was the brightness of android device. So we could do it using the function void changeBrightness(float delta) { // Estimate and adjust Brightness final WindowManager.LayoutParams lp = getWindow().getAttributes(); float brightness ...
by sanmool
16 Jun 2023 07:53
Forum: Development around libVLC
Topic: increase brightness gets blurry
Replies: 2
Views: 439

increase brightness gets blurry

Hi After installing VLC-Android from google play, I could increase the brightness. It increases the brightness and color gets clearer as I increase the brightness, it improves picture quality. However, When I use the code libvlc_video_set_adjust_int(vlcPlayer, libvlc_adjust_Enable,1); libvlc_video_s...
by sanmool
15 Jun 2023 20:55
Forum: Development around libVLC
Topic: libvlc_audio_set_delay does not work well with libvlc_media_player_set_time
Replies: 0
Views: 253

libvlc_audio_set_delay does not work well with libvlc_media_player_set_time

The steps to reproduce is the following, 1. Play video 2. Set audio delay +2 seconds libvlc_audio_set_delay(media_player_pointer, 2000) 3. Set time to another position libvlc_media_player_set_time(...) Then the audio does not play immediately. I could not hear the audio for the first few seconds. Af...
by sanmool
30 May 2023 20:00
Forum: Development around libVLC
Topic: Repeated replay with set rate half speed
Replies: 0
Views: 675

Repeated replay with set rate half speed

Hi, After setting libvlc_media_player_set_rate(0.5), I repeated playing a region of 3 seconds in my video(for example between 00:02:00 and 00:02:03). For avi file it works smoothly well, but for mp4 file, many times, it plays only last 1 second or less with some hiccups. I don't know if it is a bug ...
by sanmool
30 May 2023 19:39
Forum: VLC for Android and Chrome OS
Topic: How to hide top-bar on Android
Replies: 2
Views: 720

Re: How to hide top-bar on Android

Thank you for the link.
by sanmool
17 May 2023 13:11
Forum: VLC for Android and Chrome OS
Topic: How to hide top-bar on Android
Replies: 2
Views: 720

How to hide top-bar on Android

Hi, https://yourimageshare.com/ib/VXJhYSJxEg https://yourimageshare.com/ib/VXJhYSJxEg I played a video on Android device. but I could not hide the top-bar(yellow-boxed area on attached image) where the device shows date, vibrate, wifi, battery of Android device. I did the followings m_mp = libvlc_me...
by sanmool
08 May 2023 23:45
Forum: Development around libVLC
Topic: Option --gain=6.0 distorted the sound
Replies: 1
Views: 722

Option --gain=6.0 distorted the sound

In older version, setting --gain=6.0 boosted the volume to 600% without distortion.
In recent version of libvlc, --gain=6.0 distorted the sound while --gain<1.0 is OK.
by sanmool
08 May 2023 10:57
Forum: VLC media player for Windows Troubleshooting
Topic: Trouble playing SOME Youtube Videos
Replies: 16
Views: 27939

Re: Trouble playing SOME Youtube Videos

youtube.lua redirect https://www.youtube.com/watch?v=-AvjkQtP_U8 to https://rr1---sn-a5msenll.googlevideo.com/videoplayback?expire=1683556432&ei=8LNYZNCRJISQkgbW8KSYDA&ip=172.89.154.184&id=o-AKycJzwS1UAunUmNNWTtp5YOJBZKHqrg2xmcsiZV9EcW&itag=18&source=youtube&requiressl=yes&am...
by sanmool
06 May 2023 20:49
Forum: Development around libVLC
Topic: Could not play youtube video smoothly.
Replies: 4
Views: 1170

Re: Could not play youtube video smoothly.

When I parsed "https://www.youtube.com/watch?v=FAwbm3f00m4" using libvlc and youtube.lua, I got https://rr2---sn-a5meknde.googlevideo.com/videoplayback?expire=1683418268&ei=PJhWZLrENLGDsfIPmMCViA8&ip=172.89.154.184&id=o-AN0lkgVkB70M2JALZJS3CW6JwiuKX2J80PU5yiHGJ0jt&itag=22&a...
by sanmool
04 May 2023 00:48
Forum: Development around libVLC
Topic: Could not play youtube video smoothly.
Replies: 4
Views: 1170

Re: Could not play youtube video smoothly.

In order to see whether we have to make some change on libvlc or youtube.lua, I did the following things. When I pasted https://www.youtube.com/watch?v=pIgZ7gMze7A to KMplayer, it plays smoothly. I extracted address https://rr2---sn-a5msenl7.googlevideo.com/videoplayback?... using youtube.lua of lib...
by sanmool
23 Apr 2023 22:03
Forum: Development around libVLC
Topic: Could not play youtube video smoothly.
Replies: 4
Views: 1170

Re: Could not play youtube video smoothly.

I have tested those youtube link using some Android apps( VLC for Android, KMPlayer, XPlayer). Only VLC for Android shows choppy play on https://www.youtube.com/watch?v=pIgZ7gMze7A. So I guess it could be improved by adding some options or fixing bugs. I am curious why https://www.youtube.com/watch?...
by sanmool
22 Apr 2023 21:15
Forum: Development around libVLC
Topic: Could not play youtube video smoothly.
Replies: 4
Views: 1170

Could not play youtube video smoothly.

Hi, I have used libvlc to make youtube playing app on Linux. Some youtube videos(For example https://www.youtube.com/watch?v=El1kgCqD7Xk) play smoothly. But some of youtube videos(for example, https://www.youtube.com/watch?v=pIgZ7gMze7A) freeze intermittently(stops and play stops and play...). I don...
by sanmool
11 Apr 2023 23:57
Forum: VLC for Android and Chrome OS
Topic: Could not play youtube video
Replies: 4
Views: 845

Re: Could not play youtube video

Thank you Lotesdelere for your reply, I made it work by adding code sleeping for 5 seconds. //libvlc_media_parse(p_md); libvlc_media_parse_with_options(p_md, libvlc_media_parse_network, -1); sleefor(5); //sleep for 5 seconds. Now I can play youtube on linux machine. But I still could not play on And...
by sanmool
06 Apr 2023 21:51
Forum: VLC for Android and Chrome OS
Topic: Could not play youtube video
Replies: 4
Views: 845

Re: Could not play youtube video

I replaced libvlc_media_parse(p_md); by libvlc_media_parse_with_options(p_md, libvlc_media_parse_network, -1); and it produced the following result. [00007feed4000c20] main input debug: Creating an input for preparsing 'watch?v=rQOshUfYe6c' [00007feecc000cb0] main meta fetcher debug: looking for met...
by sanmool
02 Apr 2023 12:22
Forum: VLC for Android and Chrome OS
Topic: Could not play youtube video
Replies: 4
Views: 845

Could not play youtube video

Hello, Currently, I am developing video player for android using Qt. I could play a media over internet server(https://OOO.avi) with no problem. However I could not play youtube video. VLC for Android version 3.5.4(2023-02-20) could play youtube.(The version 3.5.3 could not). So I used the libvlc ex...

Go to advanced search