Search found 13 matches

Go to advanced search

by happyboy
01 Mar 2011 19:19
Forum: Development around libVLC
Topic: How to make full screen using libvlc?
Replies: 7
Views: 1757

Re: How to make full screen using libvlc?

LibVLC can go fullscreen on double-click, but only on the condition that you did not embed the video in your own canvas.
Is it mean that I cannot go fullscreen on double-clikc in my our developed player?
by happyboy
28 Feb 2011 17:13
Forum: Development around libVLC
Topic: How to make full screen using libvlc?
Replies: 7
Views: 1757

Re: How to make full screen using libvlc?

HI, I am developing a player using libvlc. May I ask what function can I use to full screen with double click the player window using libvlc? Thanks This has been discussed a lot on this forum before. You use your window toolkit to go full-screen, libvlc does not do it for you (any more). Thanks fo...
by happyboy
28 Feb 2011 12:14
Forum: Development around libVLC
Topic: How to make full screen using libvlc?
Replies: 7
Views: 1757

How to make full screen using libvlc?

HI, I am developing a player using libvlc.
May I ask what function can I use to full screen with double click the player window using libvlc?

Thanks
by happyboy
23 Jan 2011 21:20
Forum: VLC stream-output (sout)
Topic: Some question about using RTSP streaming
Replies: 0
Views: 272

Some question about using RTSP streaming

hi all.
I am trying to stream a video using RTSP using VLC.
After that, I tried to connect the server to watch the streaming video in same PC but open another VLC player.
However, there is nothing response.
Can anyone teach me how to stream a RTSP video????
Thanks
by happyboy
20 Jan 2011 18:40
Forum: VLC stream-output (sout)
Topic: Question about streaming using VLC
Replies: 0
Views: 283

Question about streaming using VLC

Hi all
I would like to write a program which can receive a streaming packet from VLC server.
May I ask how can I request that stream from VLC server??

Thanks for any idea
by happyboy
19 Jan 2011 18:17
Forum: Development around libVLC
Topic: Question about the files inside demux and packetizer
Replies: 2
Views: 280

Re: Question about the files inside demux and packetizer

The difference is that they do different things??
Thank you for your reply.
May I ask what kind of different is??
by happyboy
19 Jan 2011 08:26
Forum: Development around libVLC
Topic: Question about the files inside demux and packetizer
Replies: 2
Views: 280

Question about the files inside demux and packetizer

hi all
I discover that the files inside \modules\demux and \modules\packetizer
May I asl what is the different of demux and packetizer?
what is the function of those file?

Thanks
by happyboy
10 Jan 2011 21:59
Forum: Development around libVLC
Topic: Question about packetization in VLC
Replies: 4
Views: 481

Re: Question about packetization in VLC

I am working on a project which stream the video to one P2P system and then stream out to another client PC. Before streaming the video data to the P2P system, I need to packetize the video file to appropriate packet size. May I ask which function I need so that I can packetize the file? I want to k...
by happyboy
10 Jan 2011 15:05
Forum: Development around libVLC
Topic: Question about packetization in VLC
Replies: 4
Views: 481

Re: Question about packetization in VLC

modules/packetizer/*
May I ask what copy.c, dirac.c and flac.c do?
by happyboy
04 Jan 2011 18:47
Forum: Development around libVLC
Topic: Question about packetization in VLC
Replies: 4
Views: 481

Question about packetization in VLC

Hi all, I am analyzing how vlc packetize the file is.
Can anyone tell me which module or function is doing packetizer?

Thanks
by happyboy
31 Dec 2010 18:04
Forum: Development around libVLC
Topic: libvlc in my project
Replies: 3
Views: 689

Re: libvlc in my project

looks like you are missing the plugins folder from vlc Thank you for your reply. You are right. I missed the plugins folder. I tried to complie the code and then ran the .exe. There is nothing happen even nothing created from the .exe file. Can anyone tell me what is the function of the code in thi...
by happyboy
30 Dec 2010 17:36
Forum: Development around libVLC
Topic: libvlc in my project
Replies: 3
Views: 689

libvlc in my project

I am using libvlc in my project. I am following these link to do my project: Link 1: http://wiki.videolan.org/GenerateLibFromDll Link 2: http://wiki.videolan.org/LibVLC_Tutorial After finished Link 2 and clicked the project.exe, I get an error: [00212dd4] main libvlc error: No modules were found, re...
by happyboy
29 Dec 2010 19:24
Forum: Development around libVLC
Topic: libvlc in vc2010 project
Replies: 2
Views: 701

Re: libvlc in vc2010 project

Problem solved. Have to give an argument "--plugin-path=c:\program files (x86)\VIDEOLAN\VLC\plugins" to libvlc_new. I am using windows 7 x64 probably that cause the problem. I have the same problem on this. May I know how did you fix it? what is the meaning of "Have to give an argume...

Go to advanced search