Search found 39 matches

Go to advanced search

by dfdf
18 Jan 2015 19:50
Forum: VLC for Android and Chrome OS
Topic: setAout(LibVLC.AOUT_AUDIOTRACK) block some phones
Replies: 4
Views: 403

Re: setAout(LibVLC.AOUT_AUDIOTRACK) block some phones

Sorry Sirs,but I still wait the reply,it's important to me,thank you very much!
by dfdf
01 Jan 2015 09:01
Forum: VLC for Android and Chrome OS
Topic: setAout(LibVLC.AOUT_AUDIOTRACK) block some phones
Replies: 4
Views: 403

Re: setAout(LibVLC.AOUT_AUDIOTRACK) block some phones

What do you mean by "blocked"?
VLC may freeze on some devices when setAout(LibVLC.AOUT_AUDIOTRACK).
by dfdf
16 Dec 2014 04:54
Forum: VLC for Android and Chrome OS
Topic: HW_ACCELERATION_AUTOMATIC always HW_ACCELERATION_DISABLED?
Replies: 1
Views: 330

HW_ACCELERATION_AUTOMATIC always HW_ACCELERATION_DISABLED?

I found if libVLC is set to HW_ACCELERATION_AUTOMATIC,it always run under HW_ACCELERATION_DISABLED mode,even if some of the phones have ability to run under HW_ACCELERATION_DECODING mode.Is this over conservative?
by dfdf
15 Dec 2014 10:49
Forum: VLC for Android and Chrome OS
Topic: setAout(LibVLC.AOUT_AUDIOTRACK) block some phones
Replies: 4
Views: 403

setAout(LibVLC.AOUT_AUDIOTRACK) block some phones

I have tried 3 phones, 2 are blocked,I'm using VLC 1.0,but the offical release version works ok.
Why I need it? I found only such can make volume boosting feature works,but old version has no such problem.
by dfdf
14 Dec 2014 19:40
Forum: VLC for Android and Chrome OS
Topic: using vlc android with playlists
Replies: 7
Views: 772

Re: using vlc android with playlists

I have tried vlc.playMRL but not work,neither local .m3u file or http link,such as: http://58.59.11.67:8001/v/dld/tst.m3u or: #EXTM3U http://vod.cntv.lxdns.com/flash/mp4video37/TMS/jetsen/2014/12/14/33934612510848fa8198d7500ef2ba8c_h264418000nero_aac32-1.mp4 http://vod.cntv.lxdns.com/flash/mp4video3...
by dfdf
16 Jun 2014 19:02
Forum: VLC for Android and Chrome OS
Topic: My simple test exampe app can not show video
Replies: 3
Views: 460

Re: My simple test exampe app can not show video

I have already used surfaceChanged(),in my surfaceChanged(),I run mSurfaceHolder.addCallback(mSurfaceCallback),the callback like this: private final Callback mSurfaceCallback = new Callback() { @Override public void surfaceChanged(SurfaceHolder holder, int format, int width,int height) { String chro...
by dfdf
14 Jun 2014 04:24
Forum: VLC for Android and Chrome OS
Topic: mu3 playlist handling
Replies: 15
Views: 2396

Re: mu3 playlist handling

ask the same.
by dfdf
12 Jun 2014 20:25
Forum: VLC for Android and Chrome OS
Topic: My simple test exampe app can not show video
Replies: 3
Views: 460

My simple test exampe app can not show video

Hi Ed, I write a simple exampe app for testing vlc,but can only hear the sound,my code looks like this: public class MainActivity extends ActionBarActivity implements IVideoPlayer{ @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.lay...
by dfdf
06 Jun 2014 05:26
Forum: VLC for Android and Chrome OS
Topic: Bug report:libVLC.getVolume() always return 0
Replies: 6
Views: 561

Re: Bug report:libVLC.getVolume() always return 0

Alright. I will look into this.
Thank you,dear Edwardw,and remember the volume boosting problem.Some of my videos have low volume,I have to boost them to 200,vlc 0.2 works fine,but the newest 0.93 as if doesn't support this feature,it can only be set to 100 as a max volume.
by dfdf
03 Jun 2014 18:51
Forum: VLC for Android and Chrome OS
Topic: Bug report:libVLC.getVolume() always return 0
Replies: 6
Views: 561

Re: Bug report:libVLC.getVolume() always return 0

I don't understand your meaning exactly,sorry.
I loaded media(it will start playing automatically),I do .setVolume(100)(by press a button I added),the volume increases,then I .getVolume() by press another button I added,show the value,it's always 0.
by dfdf
03 Jun 2014 09:50
Forum: VLC for Android and Chrome OS
Topic: Bug report:libVLC.getVolume() always return 0
Replies: 6
Views: 561

Re: Bug report:libVLC.getVolume() always return 0

Yes,it takes effect when I set volume on fly,but always still get 0.
btw: as if the max actually volume now is only 100,more value can not increase the real volume,not as in version 0.20,we can boost the volume very loud by .setVolume(200).
by dfdf
27 May 2014 07:06
Forum: VLC for Android and Chrome OS
Topic: Where is libVLC.readMedia()?
Replies: 6
Views: 606

Re: Where is libVLC.readMedia()?

Resume paused media or etc.
Understand,thx!
by dfdf
27 May 2014 05:59
Forum: VLC for Android and Chrome OS
Topic: Where is libVLC.readMedia()?
Replies: 6
Views: 606

Re: Where is libVLC.readMedia()?

Wait for the loaded event and set the position.
Ok.

One more question:what's the usage of libVLC.play()?

Thanks for your patient!
by dfdf
27 May 2014 04:47
Forum: VLC for Android and Chrome OS
Topic: Where is libVLC.readMedia()?
Replies: 6
Views: 606

Re: Where is libVLC.readMedia()?

Code: Select all

MediaList ml = LibVLC.getMediaList(); ml.add("http://example.com/stream", disableVideo); libVLC.playIndex(0);
Got it,it's very great to see you again,Edwardw.

Well,if I need to play it start from a certain position,how to do?
by dfdf
18 May 2014 17:59
Forum: VLC for Android and Chrome OS
Topic: Bug report:libVLC.getVolume() always return 0
Replies: 6
Views: 561

Bug report:libVLC.getVolume() always return 0

Even after I set volume use libVLC.setVolume(200) and took effect,but still get 0 by libVLC.getVolume().
by dfdf
18 May 2014 12:43
Forum: VLC for Android and Chrome OS
Topic: Where is libVLC.readMedia()?
Replies: 6
Views: 606

Where is libVLC.readMedia()?

Hi Sir!
I have downloaded vlc 0.9 from:
http://www.videolan.org/vlc/download-android.html

I can't find libVLC.readMedia() now,if I want to open a single media,what's the elegant way?

Moreover,how can I do readMedia(loc,DisableVideo)?

Thank you very much!
by dfdf
31 Jan 2014 13:20
Forum: VLC for Android and Chrome OS
Topic: Question about setRequestedOrientation
Replies: 1
Views: 364

Question about setRequestedOrientation

At the end of onCreate(),I have found this:

// 100 is the value for screen_orientation_start_lock
setRequestedOrientation(mScreenOrientation != 100 ? mScreenOrientation:getScreenOrientation());

I want to learn what does it mean,thank you!
by dfdf
19 Jan 2014 14:23
Forum: VLC for Android and Chrome OS
Topic: Fatal signal 11
Replies: 1
Views: 297

Fatal signal 11

I often meet this error and VideoActivity will close directly,but I have know no idea what's happening:

01-19 21:18:40.263: A/libc(5320): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 25404 (Thread-633972)

How I can find where is the error code line?
by dfdf
19 Jan 2014 02:32
Forum: VLC for Android and Chrome OS
Topic: ANR often occurs after a little bit of customizing
Replies: 1
Views: 292

ANR often occurs after a little bit of customizing

Dear Sirs,I need your help. I'm customizing VLC a little bit to play video according to the subtitle,it reads all time periods from the corresponding subtitle file,pause for a little while after playing the clip of every time period of these subtitle sentences,maybe repeat play these clips 1-3 times...
by dfdf
09 Jan 2014 16:23
Forum: VLC for Android and Chrome OS
Topic: Why use a individual ArrayList<Media> mItemList?
Replies: 5
Views: 665

Re: Why use a individual ArrayList<Media> mItemList?

At startup, vlc browse folders recursively to find new files to add to the database, or remove deleted ones. This scan can take some times depending on how many folders/files you have on the device. One way to speed this up, is to go in preferences, and only select music & video folders, to avo...
by dfdf
04 Jan 2014 03:32
Forum: VLC for Android and Chrome OS
Topic: import the project into Android Studio?
Replies: 1
Views: 320

import the project into Android Studio?

Hi All!
Any one try to import the project into Android Studio?I got many error,meanwhile Eclipse works like a charming,but I don't like Eclipse too much in some other aspects,so I want to migrate to Android Studio,any help will be appreciate!
by dfdf
04 Jan 2014 02:34
Forum: VLC for Android and Chrome OS
Topic: Can I change thd package name of VLC?
Replies: 2
Views: 349

Re: Can I change thd package name of VLC?

Thank you again,Dear Edwardw!
by dfdf
03 Jan 2014 04:26
Forum: VLC for Android and Chrome OS
Topic: Can I change thd package name of VLC?
Replies: 2
Views: 349

Can I change thd package name of VLC?

I need modify two version of VLC and test them on the same device,but they are in the same package name.I get the source from:git://git.videolan.org/vlc-ports/android.git

Thanks!
by dfdf
03 Jan 2014 03:23
Forum: VLC for Android and Chrome OS
Topic: enabled the sout module
Replies: 6
Views: 657

Re: enabled the sout module

I've checked the file, and I didn't find the relative module in the blacklist
I want to ask the same question,thanks for any reply.
by dfdf
29 Dec 2013 05:44
Forum: VLC for Android and Chrome OS
Topic: Weakly ask:How to change the control pannel disappear delay?
Replies: 2
Views: 341

Re: Weakly ask:How to change the control pannel disappear de

Got it,thank you so much,Dear Ed,sorry for this stupid question.

Go to advanced search