Search found 22 matches

Go to advanced search

by ramprasad85
17 Nov 2008 06:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling VLC using MINGW
Replies: 1
Views: 390

Compiling VLC using MINGW

Hi I am trying to build VLC for windows from Fedora 9. the page at http://wiki.videolan.org/Win32Compile says If you want to save yourself time and energy by using the pre-built versions of these libraries, you may download them from ftp://ftp.videolan.org/pub/vlc/ version /win32/ contrib-yyyymmdd-w...
by ramprasad85
12 Nov 2008 14:54
Forum: General VLC media player Troubleshooting
Topic: VLC 0.9.6 crashes when using H264 codec
Replies: 0
Views: 280

VLC 0.9.6 crashes when using H264 codec

I have downloaded VLC 0.9.6 (For windows)
When i try to stream (or even save to a file) using H.264 codec, vlc crashes.
I think the problem is with x264, when x264 tries to use the MMX/SSE capabilities of the CPU.
is there a solution?
by ramprasad85
06 Nov 2008 10:47
Forum: Web and scripting
Topic: problem with isplaying() for rtp://
Replies: 0
Views: 299

problem with isplaying() for rtp://

hi I have designed a HTML page which uses the VLC plugin <embed type="application/x-vlc-plugin" name="video1" autoplay="no" loop="yes" width="400" height="300" target="rtp://" /> after executing the " document.video1.play() &...
by ramprasad85
30 Oct 2008 17:03
Forum: General VLC media player Troubleshooting
Topic: Streaming using VLC
Replies: 2
Views: 375

Re: Streaming using VLC

I need to know whether VLC uses any 3rd party tool like ffmpeg to stream rtp or has it developed one from scratch
Thank you
by ramprasad85
30 Oct 2008 16:56
Forum: VLC media player for Windows Troubleshooting
Topic: compiling for windows on GNU/Linux (Fedora 9)
Replies: 10
Views: 2917

Re: compiling for windows on GNU/Linux (Fedora 9)

I just retyped --disable-pulse in my config.vlc it worked. i was surprised. then I had to add few a more --disable s. my config-vlc.sh files is like this PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/home/ramprasad/x264_win \ X264_LIBS= \ CXXCPP=i586-mingw32msvc-cpp \ CC="ccache i586-mingw32msvc-gcc" ...
by ramprasad85
29 Oct 2008 10:12
Forum: VLC media player for Windows Troubleshooting
Topic: compiling for windows on GNU/Linux (Fedora 9)
Replies: 10
Views: 2917

Re: compiling for windows on GNU/Linux (Fedora 9)

no i dont have multiple copies of that file. [root@localhost ~]# updatedb [root@localhost ~]# locate ws2tcpip.h /usr/local/mingw/include/ws2tcpip.h [root@localhost ~]# I ran make again, and got the same error Creating library file: .libs/libvlccore.dll.a network/.libs/libvlccore_la-udp.o(.text+0x122...
by ramprasad85
29 Oct 2008 10:09
Forum: VLC media player for Windows Troubleshooting
Topic: compiling for windows on GNU/Linux (Fedora 9)
Replies: 10
Views: 2917

Re: compiling for windows on GNU/Linux (Fedora 9)

no i dont have multiple copies of that file. [root@localhost ~]# updatedb [root@localhost ~]# locate ws2tcpip.h /usr/local/mingw/include/ws2tcpip.h [root@localhost ~]# I ran make again, and got the same error Creating library file: .libs/libvlccore.dll.a network/.libs/libvlccore_la-udp.o(.text+0x122...
by ramprasad85
29 Oct 2008 08:45
Forum: General VLC media player Troubleshooting
Topic: Streaming using VLC
Replies: 2
Views: 375

Streaming using VLC

Hi
As far as I know VLC uses live555 for rtsp streaming
How does it perform rtp, udp, http etc streamings
Thank you
by ramprasad85
28 Oct 2008 09:11
Forum: VLC media player for Windows Troubleshooting
Topic: compiling for windows on GNU/Linux (Fedora 9)
Replies: 10
Views: 2917

Re: compiling for windows on GNU/Linux (Fedora 9)

Hi I believe it is defined [ramprasad@localhost ~]$ grep in6addr_any /usr/local/mingw/include/ws2tcpip.h extern const struct in6_addr in6addr_any; I dont need ipv6 support in my VLC How can i disable it In vlc i typed ./configure --help to see the options i could not spot any option relating to ipv6...
by ramprasad85
28 Oct 2008 06:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libdvdread
Replies: 2
Views: 995

Re: libdvdread

hi
I did yum-builddep vlc
it installed as many as 90 devel rpms
Then i was able build VLC succesfully
Thank you
by ramprasad85
28 Oct 2008 06:52
Forum: General VLC media player Troubleshooting
Topic: Saving time during recompilation
Replies: 2
Views: 262

Re: Saving time during recompilation

yeh it worked
Thanks a lot
by ramprasad85
24 Oct 2008 15:47
Forum: General VLC media player Troubleshooting
Topic: Saving time during recompilation
Replies: 2
Views: 262

Saving time during recompilation

Hi i am trying to modify x264 and build VLC using that my configure-vlc.sh file is as follows ./configure -C \ PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/home/ramprasad/x264 \ CC="ccache gcc" CXX="ccache g++" \ --disable-gtk \ --disable-avcodec --disable-avformat --disable-swscale \ --dis...
by ramprasad85
24 Oct 2008 14:23
Forum: VLC media player for Windows Troubleshooting
Topic: compiling for windows on GNU/Linux (Fedora 9)
Replies: 10
Views: 2917

Re: compiling for windows on GNU/Linux (Fedora 9)

Thank you. it worked. after making that change i am getting this error Creating library file: .libs/libvlccore.dll.a network/.libs/libvlccore_la-udp.o(.text+0x1222): In function `net_SourceSubscribe': /home/ramprasad/win/src/network/udp.c:493: undefined reference to `in6addr_any' when i searched on ...
by ramprasad85
24 Oct 2008 09:51
Forum: VLC media player for Windows Troubleshooting
Topic: compiling for windows on GNU/Linux (Fedora 9)
Replies: 10
Views: 2917

compiling for windows on GNU/Linux (Fedora 9)

Hi I downloaded the latest VLC source then did yum-builddep vlc to install all the sources of the 3rd party libs required to build vlc it installed around 90 dependancies like x264, ffmpeg etc etc (but not libavcodec) I was able to build VLC for linux i installed Mingw and tested it i tried building...
by ramprasad85
23 Oct 2008 08:03
Forum: VLC media player for Windows Troubleshooting
Topic: capture, transcode to H.264 and live stream
Replies: 7
Views: 847

Re: capture, transcode to H.264 and live stream

Hi
i have modified x264-snapshot-20080101-2245
i was able to compile it and genereate libx264.a and x264.exe
how do i generate libx264_plugin.dll
is enough to replace the existing libx264_plugin.dll with the genereted dll
Thank you
by ramprasad85
23 Oct 2008 07:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libdvdread
Replies: 2
Views: 995

libdvdread

Hi I am no fedora 9 I am getting the following error. Please help me out checking dvdread/dvd_reader.h usability... no checking dvdread/dvd_reader.h presence... no checking for dvdread/dvd_reader.h... no checking libdvdread/dvd_reader.h usability... no checking libdvdread/dvd_reader.h presence... no...
by ramprasad85
22 Oct 2008 13:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: compiling VLC on fedora 9
Replies: 1
Views: 341

compiling VLC on fedora 9

Hi all I am using Fedora 9 i386. i have downloaded the vlc source from http://www.videolan.org/vlc/download-sources.html I wish to save time by using contrib packages. from where can i install all the contrib packages to be able to compile VLC for my system. how do i install the contrib packages. Th...
by ramprasad85
21 Oct 2008 15:51
Forum: VLC media player for Windows Troubleshooting
Topic: capture, transcode to H.264 and live stream
Replies: 7
Views: 847

Re: capture, transcode to H.264 and live stream

i have modified the open source x264, to serve my needs (basically a filter in the preprocessing phase). I wish to use that to encoding and stream. i need VLC to handle the capturing and streaming part. compiling the whole VLC on windows (Cygwin) turned out to be a herculean task. so i am thinking o...
by ramprasad85
21 Oct 2008 11:41
Forum: VLC media player for Windows Troubleshooting
Topic: capture, transcode to H.264 and live stream
Replies: 7
Views: 847

Re: capture, transcode to H.264 and live stream

yeah,
the ultimeate aim is to use my (modified x264) codec instead of the built in H.264
Thank you
by ramprasad85
15 Oct 2008 14:56
Forum: VLC media player for Windows Troubleshooting
Topic: capture, transcode to H.264 and live stream
Replies: 7
Views: 847

capture, transcode to H.264 and live stream

Hi all I need to capture from a video card and stream it live over LAN using H.264. i am on windows. I am able to do it using vlc. i came to know that vlc is using ffmpeg, live555 and x264 to do this internally. i wish i can use them directly in my application. i have ffmpeg.exe x264.exe and live555...
by ramprasad85
30 Sep 2008 15:52
Forum: VLC media player for Windows Troubleshooting
Topic: How to terminate the http interface
Replies: 3
Views: 529

Re: How to terminate the http interface

Thank you for your prompt reply but i could open vlc://quit I tried command prompt, browser and run i also tried it from console interface of VLC (with and without "allow only one running instance" option). please tell me how to open. when i open task manager and kill vlc.exe, the web inte...
by ramprasad85
30 Sep 2008 14:22
Forum: VLC media player for Windows Troubleshooting
Topic: How to terminate the http interface
Replies: 3
Views: 529

How to terminate the http interface

Hello every body
using the command vlc -I http i am able to control the player at http://localhost:8080
in the http interface there is no button to terminate the player.
how do i exit the player

Go to advanced search