Search found 39 matches

Go to advanced search

by dfdf
29 Dec 2013 04:45
Forum: VLC for Android and Chrome OS
Topic: Write media to file?
Replies: 7
Views: 483

Re: Write media to file?

Then, you can look at the find_modules.sh and try to enable it...
Ok,I will try,thank you again,dear Edwardw.
by dfdf
29 Dec 2013 04:40
Forum: VLC for Android and Chrome OS
Topic: Weakly ask:How to change the control pannel disappear delay?
Replies: 2
Views: 345

Weakly ask:How to change the control pannel disappear delay?

I want to change the auto disappear delay time of the control panel,where is it? Thanks very much!
by dfdf
29 Dec 2013 04:33
Forum: VLC for Android and Chrome OS
Topic: Write media to file?
Replies: 7
Views: 483

Re: Write media to file?

You can try with a media option of ":sout=...", but you need to do --enable-sout, and there isn't any guarantee that it will work at all. I'll try this way,thanks for pointing out. But I see you said: Re: enabled the sout module Postby edwardw » Sun Dec 29, 2013 4:27 am The module is prob...
by dfdf
29 Dec 2013 04:25
Forum: VLC for Android and Chrome OS
Topic: Write media to file?
Replies: 7
Views: 483

Re: Write media to file?

You can try with a media option of ":sout=...", but you need to do --enable-sout, and there isn't any guarantee that it will work at all.
I'll try this way,thanks for pointing out.
by dfdf
26 Dec 2013 12:55
Forum: VLC for Android and Chrome OS
Topic: Write media to file?
Replies: 7
Views: 483

Re: Write media to file?

Oh,thank you for telling me this bad news. :(
by dfdf
26 Dec 2013 02:51
Forum: VLC for Android and Chrome OS
Topic: Write media to file?
Replies: 7
Views: 483

Write media to file?

Is there such feature so I can write some periods of a media or the whole media in files?
by dfdf
24 Dec 2013 16:12
Forum: VLC for Android and Chrome OS
Topic: Feature req:.play(starttime,endtime) or .play(dur)
Replies: 7
Views: 611

Re: Feature req:.play(starttime,endtime) or .play(dur)

If such a method were implemented in VLC, it would have the same mechanism as described here.

Look at how position is monitored in the VLC for Android app; we use the same events mechanism. In fact normal desktop libVLC needs you to do the same thing.
OK,I've got your point,thank you again!
by dfdf
24 Dec 2013 14:50
Forum: VLC for Android and Chrome OS
Topic: Feature req:.play(starttime,endtime) or .play(dur)
Replies: 7
Views: 611

Re: Feature req:.play(starttime,endtime) or .play(dur)

By events, for example, such as MediaPlayerPositionChanged... Dear Edwardw,I have tried you suggestion,but not work for me,the code looks like this: case EventHandler.MediaPlayerPositionChanged: if(!c.allowplay()){ try { LibVLC.getInstance().pause(); } catch (LibVlcException e) { } } break; In fact...
by dfdf
24 Dec 2013 05:28
Forum: VLC for Android and Chrome OS
Topic: Feature req:.play(starttime,endtime) or .play(dur)
Replies: 7
Views: 611

Re: Feature req:.play(starttime,endtime) or .play(dur)

By events, for example, such as MediaPlayerPositionChanged... Understand,I will try that way. But we're using LibVLC in a working thread,maybe events mechanism is not necessary,instead,it means a complicated logic and some ugly codes. If there are some synchronous methods,the code maybe rather simp...
by dfdf
24 Dec 2013 03:37
Forum: VLC for Android and Chrome OS
Topic: Why use a individual ArrayList<Media> mItemList?
Replies: 5
Views: 669

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

Not to mention the absurd state of cursors, databases, and crashes related to those...
OK,relax,just out of curiosity.
I'm afraid I can't do any patches,I just feel the media listing Activity is a bit slow. Well,it's not a problem,forget it please.
by dfdf
24 Dec 2013 03:15
Forum: VLC for Android and Chrome OS
Topic: Feature req:.play(starttime,endtime) or .play(dur)
Replies: 7
Views: 611

Re: Feature req:.play(starttime,endtime) or .play(dur)

Subscribe to the events and fire the necessary events. Thanks for your reply,Sir. I don't understand what exactly do you mean when you talk about "events". You are meaning VideoPlayerEventHandler?I study it for a minute but don't understand how to use it for our purpose. particularly,if w...
by dfdf
23 Dec 2013 02:13
Forum: VLC for Android and Chrome OS
Topic: Why use a individual ArrayList<Media> mItemList?
Replies: 5
Views: 669

Why use a individual ArrayList<Media> mItemList?

Why use a individual ArrayList<Media> mItemList(mItemList @ MediaLibrary.java) rather than using Database cursor directly?Listing medias is a long time at startup,maybe fulling this mItemList is the prime criminal? Not need to mention the rather big memory usage. But I guess there must be some stron...
by dfdf
23 Dec 2013 00:35
Forum: Forum, Website and Artwork discussion
Topic: What's the best way to use this forum on mobile phone?
Replies: 2
Views: 1693

What's the best way to use this forum on mobile phone?

Hi,all!

We all know reading/posting here using mobile browser is very tough,so...is there other ways for that?Such as App or mobile version of website?I'm using Android.

Thanks you very much!
by dfdf
23 Dec 2013 00:15
Forum: VLC for Android and Chrome OS
Topic: Feature req:.play(starttime,endtime) or .play(dur)
Replies: 7
Views: 611

Feature req:.play(starttime,endtime) or .play(dur)

Hi Sirs! We need to play some periods of the whole media,this means we need some kind of feature like this: mLibVLC.play(starttime,endtime); or: mLibVLC.play(duration) for play a duration time from current postion then pause.BTW,it will be the best if these can be done in "synchronous" mod...

Go to advanced search