Help us test VLC for Android and report bugs

VLC for Android and Chrome OS specific usage questions
cbaines
New Cone
New Cone
Posts: 5
Joined: 06 Apr 2015 00:20

Re: Help us test VLC for Android and report bugs

Postby cbaines » 06 Apr 2015 09:24

So ls did not like -h for some reason. ls showed the files, but adding -l meant nothing showed up. cat did not seem to want to read the files (similar error "Function not implemented" to VLC).

Code: Select all

u0_a57@jfltexx:/storage/sdcard1/Music/Clean Bandit/New Eyes (Deluxe Version) $ ls 01 - Mozart's House (feat. Love Ssega).ogg 02 - Extraordinary (feat. Sharna Bass).ogg 03 - Dust Clears (feat. Noonie Bao).ogg 04 - Rather Be (feat. Jess Glynne).ogg 05 - A+E (feat. Kandaka Moore & Nikki Cislyn).ogg 06 - Come Over (feat. Stylo G).ogg 07 - Cologne (feat. Nikki Cislyn & Javeon).ogg 08 - Telephone Banking (feat. Love Ssega).ogg 09 - Up Again (feat. Rae Morris).ogg 10 - Heart On Fire (feat. Elisabeth Troy).ogg 11 - New Eyes (feat. Lizzo).ogg 12 - Birch (feat. Eliza Shaddad).ogg 13 - Outro Movement III.ogg 14 - Rihanna (feat. Noonie Bao).ogg 15 - UK Shanty (feat. Eliza Shaddad).ogg 16 - Nightingale (feat. Nikki Cislyn).ogg 17 - Nightingale (Gorgon City Remix).ogg 18 - Rather Be (feat. Jess Glynne) [The Magician Remix].ogg u0_a57@jfltexx:/storage/sdcard1/Music/Clean Bandit/New Eyes (Deluxe Version) $ ls -l u0_a57@jfltexx:/storage/sdcard1/Music/Clean Bandit/New Eyes (Deluxe Version) $ cat 04\ -\ Rather\ Be\ \(feat.\ Jess\ Glynne\).ogg /system/bin/sh: cat: 04 - Rather Be (feat. Jess Glynne).ogg: Function not implemented

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: Help us test VLC for Android and report bugs

Postby edwardw » 06 Apr 2015 09:26

It's interesting that cat cannot read the files either. This suggests that perhaps the system libc doesn't like whatever structure (presumably a symlink) 04\ -\ Rather\ Be\ \(feat.\ Jess\ Glynne\).ogg actually is?

cbaines
New Cone
New Cone
Posts: 5
Joined: 06 Apr 2015 00:20

Re: Help us test VLC for Android and report bugs

Postby cbaines » 06 Apr 2015 09:32

Ah, so looking at mount is revealing:

Code: Select all

/dev/block/vold/179:33 /mnt/media_rw/sdcard1 ext4 rw,dirsync,context=u:object_r:sdcard_external:s0,nosuid,nodev,noexec,noatime,data=ordered 0 0 /dev/fuse /storage/sdcard1 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
So its not actually a ext4 filesystem that VLC, or anything is interacting with, its fuse wrapping ext4.

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: Help us test VLC for Android and report bugs

Postby edwardw » 06 Apr 2015 09:35

You can try adding /mnt/media_rw/sdcard1/ as a custom path in preferences and access it via directory view, but I don't know if it will work for sure.

cbaines
New Cone
New Cone
Posts: 5
Joined: 06 Apr 2015 00:20

Re: Help us test VLC for Android and report bugs

Postby cbaines » 06 Apr 2015 09:52

Seems like there is some pretty weird permissions stuff going on with /mnt/media_rw. The file browser and terminal can go there, but only when running as root. I have tried symlinking to a directory on the sdcard, but that didn't seem to work.

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: Help us test VLC for Android and report bugs

Postby edwardw » 06 Apr 2015 10:03

OK. I guess /mnt/media_rw/sdcard1/ is protected.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Help us test VLC for Android and report bugs

Postby Jean-Baptiste Kempf » 14 Apr 2015 23:17

We have a fix for the LG G3.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: Help us test VLC for Android and report bugs

Postby edwardw » 15 Apr 2015 23:49

Not sure if it's the right fix. It seems like the C library doesn't like symlinks even when accessed through the userland mountpoint.

nium
New Cone
New Cone
Posts: 4
Joined: 17 Apr 2015 11:13

Re: Help us test VLC for Android and report bugs

Postby nium » 17 Apr 2015 11:31

Hello,
I have huge problems with VLC on Motorola Moto G 4G/LTE with Android 4.4.2. I'm using VLC mainly as audio player but I can't play audio files without crackling or heavy distortions. I've tried every version since 1.2.0, both output methods (native track output and OpenGL ES) and I'm not using any dsp effects. The audio is coded with AAC (44.1 kHz,192-256kBit) and there is crackling and with Opus codec (48kHz,192-256kBit) and there are heavy distortions (all output methods). Other audio player apps working right but I would be very glad if I could use VLC.

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: Help us test VLC for Android and report bugs

Postby edwardw » 17 Apr 2015 16:16

Have you tried another audio output in preferences?

nium
New Cone
New Cone
Posts: 4
Joined: 17 Apr 2015 11:13

Re: Help us test VLC for Android and report bugs

Postby nium » 17 Apr 2015 19:07

Yes, I've tried native track output and OpenGL ES, I think in case of opus playback, audio is resampled (ugly) for both output methods, and from the listening experience I would say for opus that crackling is no problem. I had installed the nightly build of VLC 1.3.0 but nothing changed.

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: Help us test VLC for Android and report bugs

Postby edwardw » 18 Apr 2015 02:24


nium
New Cone
New Cone
Posts: 4
Joined: 17 Apr 2015 11:13

Re: Help us test VLC for Android and report bugs

Postby nium » 18 Apr 2015 10:59

Ok, I prepared a little test. output method as set in preferences was native track

https://dl.dropboxusercontent.com/u/115 ... 18_m4a.log
https://dl.dropboxusercontent.com/u/115 ... 8_opus.log


and sorry, the android version is 4.4.4

evox
New Cone
New Cone
Posts: 2
Joined: 19 Apr 2015 17:15

Re: Help us test VLC for Android and report bugs

Postby evox » 19 Apr 2015 17:22

Hey guys ive been using vlc for a while now and love the program. I just bought my first Android device and need to be able to rotate my image 180° . I know in windows i can use the transform option the click what degree i want to rotate but for andriod i haven't fou d that option. Could there be an easy fix for this or and update soon that can include that option. Thanks again for a great product.

shmshd12
New Cone
New Cone
Posts: 6
Joined: 20 Apr 2015 09:32

Re: Help us test VLC for Android and report bugs

Postby shmshd12 » 20 Apr 2015 09:48

tabs in music section is not centered!! should imporve material UI

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Help us test VLC for Android and report bugs

Postby Jean-Baptiste Kempf » 20 Apr 2015 21:44

tabs in music section is not centered!! should imporve material UI
This is normal. Look at Android Play Store.

Or this:
https://material-design.storage.googlea ... specs5.png
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

shmshd12
New Cone
New Cone
Posts: 6
Joined: 20 Apr 2015 09:32

Re: Help us test VLC for Android and report bugs

Postby shmshd12 » 21 Apr 2015 09:58

tabs in music section is not centered!! should imporve material UI
This is normal. Look at Android Play Store.

Or this:
https://material-design.storage.googlea ... specs5.png
sorry. playstore tabs are centered! check out the below link for the image!
http://i.imgur.com/bfeY1GR.png
I guess that doesn’t look good for a music player! Check out Google Play Music for ref :)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Help us test VLC for Android and report bugs

Postby Jean-Baptiste Kempf » 21 Apr 2015 18:06

Of course it's not centered on Google Play Store:
http://i1-news.softpedia-static.com/ima ... 1649-4.jpg
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

shmshd12
New Cone
New Cone
Posts: 6
Joined: 20 Apr 2015 09:32

Re: Help us test VLC for Android and report bugs

Postby shmshd12 » 21 Apr 2015 20:27

Of course it's not centered on Google Play Store:
http://i1-news.softpedia-static.com/ima ... 1649-4.jpg
actually 2 or 3 tabs looks okay with that kind of tabs but tabs more than 3 or 4 doesn't look good in that way!! it looks like all the tabs are gathered!!
anyway i will change it :D
http://i.imgur.com/zn2sS8w.png

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Help us test VLC for Android and report bugs

Postby Jean-Baptiste Kempf » 27 Apr 2015 22:13

Sorry, we respect the guidelines.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

r12348v
New Cone
New Cone
Posts: 6
Joined: 01 May 2015 08:31

Re: Help us test VLC for Android and report bugs

Postby r12348v » 01 May 2015 09:00

VLC version 1.3.2

Platform : Android lollipop

Problem : VLC player app freezes/hangs when i open audio tab. It was working just fine before update but now it freezes for about 4 mins whenever audio tab is clicked

r12348v
New Cone
New Cone
Posts: 6
Joined: 01 May 2015 08:31

Re: Help us test VLC for Android and report bugs

Postby r12348v » 01 May 2015 09:00

Attaching an audio file in whatssapp chat is not possible through vlc player.

To choose an audio track stored on local storage only google play music is available

Please help

nium
New Cone
New Cone
Posts: 4
Joined: 17 Apr 2015 11:13

Re: Help us test VLC for Android and report bugs

Postby nium » 02 May 2015 10:38

Hello,
I've updated VLC to 1.3.2 but crackling sound remains on Motorola Moto G 4G/LTE (Android 4.4.4)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Help us test VLC for Android and report bugs

Postby Jean-Baptiste Kempf » 02 May 2015 20:32

VLC version 1.3.2

Platform : Android lollipop

Problem : VLC player app freezes/hangs when i open audio tab. It was working just fine before update but now it freezes for about 4 mins whenever audio tab is clicked
Are you sure?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

kridox

Re: Help us test VLC for Android and report bugs

Postby kridox » 07 May 2015 16:14

Hello,

On video, "play as a sound" doesn't work.

VLC 1.3.2 revision 8ebcc4b
Processor Snapdragon 800 (MSM8974AA v2)
Android 4.2.2
Sharp SMB303SH


Return to “VLC for Android and Chrome OS”

Who is online

Users browsing this forum: No registered users and 5 guests