Search found 14 matches

Go to advanced search

by leicestershire2000
05 May 2005 23:44
Forum: VLC stream-output (sout)
Topic: Function / C file sequence when VLC is doing streaming
Replies: 1
Views: 682

Re: Function / C file sequence when VLC is doing streaming

Hi ... I really need the help from someone who can tell me about this. Is there anyone familiar with VLC streaming development here ? Thanks, =-- Eric --> Hi ... I don't understand how VLC perform the video streaming job. Can anyone please tell me the sequence of C files or functions that are going ...
by leicestershire2000
05 May 2005 00:30
Forum: VLC stream-output (sout)
Topic: Function / C file sequence when VLC is doing streaming
Replies: 1
Views: 682

Function / C file sequence when VLC is doing streaming

Hi ...

I don't understand how VLC perform the video streaming job. Can anyone
please tell me the sequence of C files or functions that are going to be
called by VLC interface to perform its video streaming job.

Regards,

=-- Eric -->
by leicestershire2000
14 Apr 2005 06:52
Forum: General VLC media player Troubleshooting
Topic: VLC 0.8.2-svn cannot open encoder h264
Replies: 5
Views: 1305

Hmm ... In this case, can anyone give me a file that can be encoded with x264 ? I tried different kind of files but no one can be encoded using VLC 264 video codec option. Thanks, Eric Basically, videos encoded with x264 need to have widths and heights that are multiples of 16 (sometimes 8 works ......
by leicestershire2000
11 Apr 2005 13:38
Forum: General VLC media player Troubleshooting
Topic: VLC 0.8.2-svn cannot open encoder h264
Replies: 5
Views: 1305

Hi Dionoea, Yeah, I built my x264 module, and I just noticed this issue on ffmpeg, so I rebuilt my ffmpeg with x264 enabled, then rebuilt my vlc using above option. I get another error messages though, like below: VLC media player 0.8.2-svn Janus [00000447] main playlist: adding playlist item `Video...
by leicestershire2000
11 Apr 2005 11:13
Forum: General VLC media player Troubleshooting
Topic: vlc causes pc to reboot
Replies: 3
Views: 924

Re: Nope. that's not it.

Just an idea, you can try to check out the CPU usage of your computer, if the VLC consumes too much resource, probably that is the reason. Eric I have the lastest video drivers for my ATI 9600 Pro. I have the lastest Dx9. (I am a gamer. I just refuse to allow IE or and microslop media players on my ...
by leicestershire2000
11 Apr 2005 06:18
Forum: General VLC media player Troubleshooting
Topic: VLC 0.8.2-svn cannot open encoder h264
Replies: 5
Views: 1305

VLC 0.8.2-svn cannot open encoder h264

Hi all, I am using VLC media player 0.8.2-svn from subversion and built em on my Linux redhat 9 machine. I get some errors below, when I try to transcode a mpeg file using h264 video codec. VLC media player 0.8.2-svn Janus [00000447] main playlist: adding playlist item `VideoSample.mpeg' (VideoSampl...
by leicestershire2000
11 Apr 2005 02:07
Forum: VLC stream-output (sout)
Topic: h264 streaming help
Replies: 4
Views: 1094

Re: About stream h.264

Correct me if I am wrong, vlc can NOT decode the h.264 video stream. You can only encode it. Btw, if I have .avi file, what is the command to do h.264 video streaming using vlc ? Thanks I can send h.264 video to a client, but when I can not receive anything at the client when I use: vlc rtp://: Plea...
by leicestershire2000
11 Apr 2005 01:53
Forum: General VLC media player Troubleshooting
Topic: AVC/h.264
Replies: 10
Views: 1644

Re: Error while compiling vlc-snapshot-20050329

Thanks Fkuehne, I change to vlc-trunk, and there is no problem. Eric I use ./configure --disable-smb and it skips the libaccess-smb-plugins error. However, now I am getting stuck wxwindow errors when I am using : --enable-wxwindow. Could you be a bit precise which errors you get? Additionally, make ...
by leicestershire2000
04 Apr 2005 07:15
Forum: General VLC media player Troubleshooting
Topic: AVC/h.264
Replies: 10
Views: 1644

Re: Error while compiling vlc-snapshot-20050329

I use ./configure --disable-smb and it skips the libaccess-smb-plugins error. However, now I am getting stuck wxwindow errors when I am using : --enable-wxwindow. Can anyone tell me what is the recommended option I have to enable if I want to try h.264 streaming using vlc ? Thanks again, Eric Forgot...
by leicestershire2000
04 Apr 2005 06:55
Forum: General VLC media player Troubleshooting
Topic: AVC/h.264
Replies: 10
Views: 1644

Re: Error while compiling vlc-snapshot-20050329

Forgot to note: I downloaded the sourcecode from http://download.videolan.org/pub/vlc/snapshots/ and I am using Linux 9. I built VLC release 0.8.1 without any errors, but when I try to build VLC snapshot I got those errors. Can someone help me please ? Eric Hi all, I was downloading vlc-snapshot-200...
by leicestershire2000
04 Apr 2005 06:32
Forum: General VLC media player Troubleshooting
Topic: AVC/h.264
Replies: 10
Views: 1644

Error while compiling vlc-snapshot-20050329

Hi all, I was downloading vlc-snapshot-20050329 to test the h.264 in vlc. After doing ./congifure, I run make, but I find these errors below: smb.c:101: parse error before "SMBCCTX" smb.c:101: warning: no semicolon at end of struct or union smb.c:102: warning: type defaults to `int' in dec...
by leicestershire2000
02 Apr 2005 22:31
Forum: General VLC media player Troubleshooting
Topic: AVC/h.264
Replies: 10
Views: 1644

Hi Felix,
Wow ! I don't know that 8.1 release has h.264 module.
Can you tell me how to use the h.264 on 8.1 release ?
Thanks,

Eric
...it should be usable in the stable 0.8.1 release as well
by leicestershire2000
15 Mar 2005 20:37
Forum: General VLC media player Troubleshooting
Topic: undefined reference to `avpicture_free'
Replies: 3
Views: 806

Hi, Yeah, I have installed ffmpeg from http://ffmpeg.sourceforge.net/index.php, using ./configure --enable-shared --enable-pp , and got those errors. Any further suggestion ? Thanks, Hey, You need to install ffmpeg or to disable it. Have you read the INSTALL in the source and http://developers.video...
by leicestershire2000
15 Mar 2005 06:10
Forum: General VLC media player Troubleshooting
Topic: Building 0.8.1 on Mandrake 10.1
Replies: 10
Views: 1539

Re: Building 0.8.1 on Mandrake 10.1

Hi, I have installed ffmpeg-0.4.8 on my linux redhat machine. I try to compile the VLC source code using: 1. ./configure --prefix=/usr --enable-wxwindows (looks good) 2. make --->I got some errors : : undefined reference to `avpicture_alloc' ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video_filte...

Go to advanced search