Search found 9 matches

Go to advanced search

by ronins
19 Nov 2010 23:03
Forum: Development around libVLC
Topic: Changing canvas while Playing video
Replies: 14
Views: 1275

Re: Changing canvas while Playing video

Yeap it's working
I forgot the play() command.
It does all the working as it "registers" the new video surface ..
(videoSurface alone doesn't do anything).
Thks in advance..
by ronins
19 Nov 2010 20:42
Forum: Development around libVLC
Topic: Changing canvas while Playing video
Replies: 14
Views: 1275

Re: Changing canvas while Playing video

Not working mediaPlayer.setVideoSurface(canvas1) if i disable the video track i hear only sound,the video stop working If i enable it after 2 secs it dispalys the video in the canvas 1 (nice) So if i disable it and set the video surface to canvas 2 and enable the track again canvas1 & canvas 2 s...
by ronins
19 Nov 2010 20:16
Forum: Development around libVLC
Topic: Changing canvas while Playing video
Replies: 14
Views: 1275

Re: Changing canvas while Playing video

Well i am making a java application for my university. It's a Server-Client application for streaming audio-video. I use vlcj and libvlc both to windows and linux I want to make a stream application based on tcp but us i see vlcj support http,rtp.,rtcp I don't want to use the mrl wrapper from vlc fo...
by ronins
19 Nov 2010 14:50
Forum: Development around libVLC
Topic: Changing canvas while Playing video
Replies: 14
Views: 1275

Re: Changing canvas while Playing video

If I do int it=mediaPlayer.getVideoTrack(); mediaPlayer.setVideoTrack(-1); Thread.sleep(2000); mediaPlayer.setVideoTrack(it); the result is playing video & audio when the video_track is -1 playing audio - Black image in canvas after 2 secs palying audio - still black image in canvas All that wit...
by ronins
19 Nov 2010 12:13
Forum: Development around libVLC
Topic: Changing canvas while Playing video
Replies: 14
Views: 1275

Re: Changing canvas while Playing video

That i try to do.
mediaPlayer.Stop() disables everything
How i disable only the video track??
by ronins
18 Nov 2010 17:14
Forum: Development around libVLC
Topic: Changing canvas while Playing video
Replies: 14
Views: 1275

Changing canvas while Playing video

Well is there any way to change canvas while playing a video file? i have panel1 with canvas1 and panel 2 with canvas2 When the video starts the videosurface points to canvas1. Is there any way after a click in a button to point the output of the video in canvas 2? One solution i found is when i wan...
by ronins
18 Nov 2010 11:33
Forum: Development around libVLC
Topic: Get Duration of media
Replies: 1
Views: 2719

Get Duration of media

Hello again,us I see the mediaPlayer.getlength() has some problems. If the file that i have choose isn't playing the getlength() gives me 0 length.When the file that i have choose starts playing the length of file is correct. Any way to take the duration of the media file that i have choose before p...
by ronins
17 Nov 2010 22:06
Forum: Development around libVLC
Topic: VlcJ Check Video-Audio
Replies: 3
Views: 588

Re: VlcJ Check Video-Audio

thks
by ronins
17 Nov 2010 12:49
Forum: Development around libVLC
Topic: VlcJ Check Video-Audio
Replies: 3
Views: 588

VlcJ Check Video-Audio

Hello there,I want to ask something about vlcj.
Is there any way to check if the file that it's playing has something to display in video surface?

Go to advanced search