From tristan.leteurtre at videolan.org Sat Feb 1 03:25:57 2003 From: tristan.leteurtre at videolan.org (Tristan Leteurtre) Date: Sat, 1 Feb 2003 03:25:57 +0100 Subject: [vlc] Re: A few questions In-Reply-To: <002001c2c968$4f789700$2a346e01@celeborn> References: <002001c2c968$4f789700$2a346e01@celeborn> Message-ID: <20030201022557.GA24995@via.ecp.fr> On Fri, Jan 31, 2003, Sabbia wrote: > 1) I know a multicast UDP address 24.x.x.x with port 12345 This is strange, since this address is not in the allowed range of multicast IP addresses... > 2) I know that multicast streaming is an MPEG video Do you have more info about that ? is it MPEG2TS/UDP ? MPEG/RTP ? > Can I view the stream with VLC? Which are the right settings to view the > MPEG video? You should go in File -> Network -> UDP Multicast 24.x.x.x 12345. But I still don't understand why 24.x.x.x would be a valid multicast IP address. If you stream is not MPEG2TS/UDP, you may try the MPEG2/RTP input of vlc using the command line : vlc.exe rtp://@24.x.x.x:12345 If that does not work, check the type of stream, the IP/Port, check the server sends valid MPEG, and send the vlc logs (View->Messages). Regrds, -- Tristan -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tristan.leteurtre at videolan.org Sat Feb 1 03:27:13 2003 From: tristan.leteurtre at videolan.org (Tristan Leteurtre) Date: Sat, 1 Feb 2003 03:27:13 +0100 Subject: [vlc] Re: help please In-Reply-To: References: Message-ID: <20030201022713.GB24995@via.ecp.fr> On Fri, Jan 31, 2003, Pelican Internet wrote: > I want to play region 1 and region 2 on my laptop dvd player. Does your > software do that? Yes ! > Would your software lock my player into a region? No, you can use the Videolan vlc safely. Regards, -- Tristan -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sabbia at libero.it Sat Feb 1 11:22:32 2003 From: sabbia at libero.it (Sabbia) Date: Sat, 1 Feb 2003 11:22:32 +0100 Subject: [vlc] Re: A few questions References: <002001c2c968$4f789700$2a346e01@celeborn> <20030201022557.GA24995@via.ecp.fr> Message-ID: <002601c2c9db$d4f71aa0$2a346e01@celeborn> Hi and thank you very much for your answer. > This is strange, since this address is not in the allowed range of > multicast IP addresses... I'm sure that the multicast UDP address is 24.xxx.x.x :12345 I'm inside a very big LAN, so that IP isn't probably published on Internet. > Do you have more info about that ? is it MPEG2TS/UDP ? MPEG/RTP ? I know that the stream is not MPEG/RTP, so I think is MPEG2TS/UDP. > You should go in File -> Network -> UDP Multicast 24.x.x.x 12345. I have done that but in the logs I get "input error: recv() (No error)" and after few seconds "input error: recv() (Bad file descriptor)" Perhaps I use a wrong setting. Thanks Sabbia ----- Original Message ----- From: "Tristan Leteurtre" To: ; Sent: Saturday, February 01, 2003 3:25 AM Subject: Re: [vlc] A few questions > On Fri, Jan 31, 2003, Sabbia wrote: > > 1) I know a multicast UDP address 24.x.x.x with port 12345 > > This is strange, since this address is not in the allowed range of > multicast IP addresses... > > > 2) I know that multicast streaming is an MPEG video > > Do you have more info about that ? is it MPEG2TS/UDP ? MPEG/RTP ? > > > Can I view the stream with VLC? Which are the right settings to view the > > MPEG video? > > You should go in File -> Network -> UDP Multicast 24.x.x.x 12345. > But I still don't understand why 24.x.x.x would be a valid multicast IP > address. > > If you stream is not MPEG2TS/UDP, you may try the MPEG2/RTP input of vlc > using the command line : > > vlc.exe rtp://@24.x.x.x:12345 > > If that does not work, check the type of stream, the IP/Port, check the > server sends valid MPEG, and send the vlc logs (View->Messages). > > Regrds, > > -- > Tristan > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From petemartin at ntlworld.com Sat Feb 1 11:40:37 2003 From: petemartin at ntlworld.com (Pete Martin) Date: Sat, 1 Feb 2003 10:40:37 -0000 Subject: [vlc] Re: A few questions References: <002001c2c968$4f789700$2a346e01@celeborn> <20030201022557.GA24995@via.ecp.fr> <002601c2c9db$d4f71aa0$2a346e01@celeborn> Message-ID: <008701c2c9de$5bf17a30$0100a8c0@sloop> Sabbia > > This is strange, since this address is not in the allowed range of > > multicast IP addresses... > > I'm sure that the multicast UDP address is 24.xxx.x.x :12345 > I'm inside a very big LAN, so that IP isn't probably published on Internet. > According to RFC1112 (the Multicast 'standard') ---------snip--------- Host groups are identified by class D IP addresses, i.e., those with "1110" as their high-order four bits. Class E IP addresses, i.e., those with "1111" as their high-order four bits, are reserved for future addressing modes. In Internet standard "dotted decimal" notation, host group addresses range from 224.0.0.0 to 239.255.255.255. -------end snip-------- I suspect you have copied the address incorrectly. My guess is that it should be 224.x.x.x Pete -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sabbia at libero.it Sat Feb 1 11:47:01 2003 From: sabbia at libero.it (Sabbia) Date: Sat, 1 Feb 2003 11:47:01 +0100 Subject: [vlc] Re: A few questions References: <002001c2c968$4f789700$2a346e01@celeborn> <20030201022557.GA24995@via.ecp.fr> <002601c2c9db$d4f71aa0$2a346e01@celeborn> <008701c2c9de$5bf17a30$0100a8c0@sloop> Message-ID: <000501c2c9df$40597650$2a346e01@celeborn> you're right the IP is 239.xxx.x.x:12345. I was wrong Sabbia -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From merlin at studiobz.it Sat Feb 1 12:38:06 2003 From: merlin at studiobz.it (Christian Zoffoli) Date: Sat, 01 Feb 2003 12:38:06 +0100 Subject: [vlc] Re: VLC on VIA In-Reply-To: <3E3801DA.80201@natlab.research.philips.com> References: <005201c2b5b2$9d76f420$bb7ba8c0@bach> <3E319637.1020807@studiobz.it> <3E327BA0.9070702@wxs.nl> <3E3298F3.3090005@studiobz.it> <3E3640E7.8070705@natlab.research.philips.com> <3E368A35.1060000@studiobz.it> <3E36E39B.1030403@wxs.nl> <3E36FC12.2090804@studiobz.it> <3E378294.4030106@natlab.research.philips.com> <3E37ABC0.1040709@studiobz.it> <3E3801DA.80201@natlab.research.philips.com> Message-ID: <3E3BB19E.1040409@studiobz.it> Jean-Paul Saman wrote: > Christian Zoffoli wrote: > [cut] > > Thanks for the log. I could not determine the cause for your problem > form the log. But in the current development version in CVS a bug like > the one you discribed was solved. Debug and reproduce it from home is no > option for me because I lack a *cute* VIA board ;-). > FYI I've solved my problem upgrading my woody from XFree 4.1.x to 4.2.1 ;) Christian -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Sat Feb 1 12:59:28 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Sat, 01 Feb 2003 12:59:28 +0100 Subject: [vlc] Re: A few questions References: <002001c2c968$4f789700$2a346e01@celeborn> <20030201022557.GA24995@via.ecp.fr> <002601c2c9db$d4f71aa0$2a346e01@celeborn> Message-ID: <3E3BB6A0.6040001@wxs.nl> Sabbia wrote: > Hi and thank you very much for your answer. > > >>This is strange, since this address is not in the allowed range of >>multicast IP addresses... > > > I'm sure that the multicast UDP address is 24.xxx.x.x :12345 > I'm inside a very big LAN, so that IP isn't probably published on Internet. > It can not be! 24.x.x.x is not even in the multicast range of addresses. So it is no valid multicast address and therefor you won't be able to use it as multicast address period. Look at: http://jukie.net/~bart/multicast/Linux-Mrouted-MiniHOWTO.html http://andrew.triumf.ca/pub/linux/multicast-FAQ http://www.d-bell.dircon.co.uk/cafe/Lht1.htm for more information on HowTO setup a multicast capable pc. Multicast addresses range from 224.0.0.0 till 239.255.255.255 and use a netmask of 240.0.0.0. To play multicast from one computer to another you need to add this route to your server computer: /sbin/route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0 Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Sat Feb 1 13:01:20 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Sat, 01 Feb 2003 13:01:20 +0100 Subject: [vlc] Re: VLC on VIA References: <005201c2b5b2$9d76f420$bb7ba8c0@bach> <3E319637.1020807@studiobz.it> <3E327BA0.9070702@wxs.nl> <3E3298F3.3090005@studiobz.it> <3E3640E7.8070705@natlab.research.philips.com> <3E368A35.1060000@studiobz.it> <3E36E39B.1030403@wxs.nl> <3E36FC12.2090804@studiobz.it> <3E378294.4030106@natlab.research.philips.com> <3E37ABC0.1040709@studiobz.it> <3E3801DA.80201@natlab.research.philips.com> <3E3BB19E.1040409@studiobz.it> Message-ID: <3E3BB710.2090106@wxs.nl> Christian Zoffoli wrote: > Jean-Paul Saman wrote: > >> Christian Zoffoli wrote: >> > [cut] > >> >> Thanks for the log. I could not determine the cause for your problem >> form the log. But in the current development version in CVS a bug like >> the one you discribed was solved. Debug and reproduce it from home is >> no option for me because I lack a *cute* VIA board ;-). >> > > FYI I've solved my problem upgrading my woody from XFree 4.1.x to 4.2.1 ;) > > Christian > Great that it is this simple ;-) Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From rozman at fri.uni-lj.si Sun Feb 2 03:23:04 2003 From: rozman at fri.uni-lj.si (Robert Rozman) Date: Sun, 2 Feb 2003 03:23:04 +0100 Subject: [vlc] Re: VLC on VIA References: <005201c2b5b2$9d76f420$bb7ba8c0@bach> <3E319637.1020807@studiobz.it> <3E327BA0.9070702@wxs.nl> <3E3298F3.3090005@studiobz.it> <3E3640E7.8070705@natlab.research.philips.com> <3E368A35.1060000@studiobz.it> <3E36E39B.1030403@wxs.nl> <3E36FC12.2090804@studiobz.it> <3E378294.4030106@natlab.research.philips.com> <3E37ABC0.1040709@studiobz.it> <3E3801DA.80201@natlab.research.philips.com> <3E3BB19E.1040409@studiobz.it> Message-ID: <009601c2ca62$04d32f30$0100a8c0@tinia> Hello, ----- Original Message ----- From: "Christian Zoffoli" To: Sent: Saturday, February 01, 2003 12:38 PM Subject: [vlc] Re: VLC on VIA > > Christian Zoffoli wrote: > > > > FYI I've solved my problem upgrading my woody from XFree 4.1.x to 4.2.1 ;) > could you describe a little bit how via mb is behaving under videolan client. If I remember right this is epia eden esp5000 mb? Does it play fluently ? Is MPEG2 less burden to decode than divx ? Thanks in advance, Robert Rozman -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Sun Feb 2 09:33:37 2003 From: khleung at engineer.com (Andrew leung) Date: Sun, 02 Feb 2003 03:33:37 -0500 Subject: [vlc] Re: vlc problem in iPAQ 3630 Message-ID: <20030202083337.59438.qmail@mail.com> Dear Jean Paul Saman, Thank you, I see. But when I type vlc /root/xxx.mpeg it warns me : Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $QTDIR set correctly? do you know why? Thank you for your help. Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Fri, 31 Jan 2003 14:07:26 +0100 To: vlc at videolan.org Subject: [vlc] Re: vlc problem in iPAQ 3630 > Andrew leung wrote: > > Dear ALL, > > > > My iPAq 3630 is running familar 0.6, OPIE, > > > > installed opie-vlc > > > > but after I click opie-vlc icon nothing happens.. > > That is because we do not have an interface for Opie yet. It only > supports the commandline interface. > > > in terminal i type vlc, seems it is running, (i can type command and vlc --help) but nothing happen in the iPAq screen, no GUI come out....... > > do you know why? > > There is no UI yet. Opie-vlc is only usable from the commandline > interface, eg: opie-vlc /mnt/video/myvideo.mpeg > > And has native video output for Qte in vlc version 0.4.6. > > Greetings, > Jean-Paul Saman > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Sun Feb 2 12:56:33 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Sun, 02 Feb 2003 12:56:33 +0100 Subject: [vlc] Re: vlc problem in iPAQ 3630 References: <20030202083337.59438.qmail@mail.com> Message-ID: <3E3D0771.2000100@wxs.nl> Andrew leung wrote: > Dear Jean Paul Saman, > > Thank you, I see. > > But when I type vlc /root/xxx.mpeg > > it warns me : Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $QTDIR set correctly? > > do you know why? Thank you for your help. > It does this because it doesnot know where all the libraries are. You need to set LD_LIBRARY_PATH and QTDIR. For that I included a script called opie-vlc which automatically get launched from the "menu". Just run it exactly like this: opie-vlc /root/xxx.mpeg Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From merlin at studiobz.it Sun Feb 2 15:05:52 2003 From: merlin at studiobz.it (Christian Zoffoli) Date: Sun, 02 Feb 2003 15:05:52 +0100 Subject: [vlc] Re: VLC on VIA In-Reply-To: <009601c2ca62$04d32f30$0100a8c0@tinia> References: <005201c2b5b2$9d76f420$bb7ba8c0@bach> <3E319637.1020807@studiobz.it> <3E327BA0.9070702@wxs.nl> <3E3298F3.3090005@studiobz.it> <3E3640E7.8070705@natlab.research.philips.com> <3E368A35.1060000@studiobz.it> <3E36E39B.1030403@wxs.nl> <3E36FC12.2090804@studiobz.it> <3E378294.4030106@natlab.research.philips.com> <3E37ABC0.1040709@studiobz.it> <3E3801DA.80201@natlab.research.philips.com> <3E3BB19E.1040409@studiobz.it> <009601c2ca62$04d32f30$0100a8c0@tinia> Message-ID: <3E3D25C0.7010901@studiobz.it> Robert Rozman wrote: > Hello, > > > ----- Original Message ----- > From: "Christian Zoffoli" > To: > Sent: Saturday, February 01, 2003 12:38 PM > Subject: [vlc] Re: VLC on VIA > > > >>>Christian Zoffoli wrote: >>> >> >>FYI I've solved my problem upgrading my woody from XFree 4.1.x to 4.2.1 ;) >> > > > could you describe a little bit how via mb is behaving under videolan > client. If I remember right this is epia eden esp5000 mb? mine is EPIA-800 > Does it play fluently ? No it doesn't :( ...now I'm working on some optimizations > Is MPEG2 less burden to decode than divx ? I've only tested an MPEG2 stream 2000/1000kbps (epia800 with KFIR board >>> 802.11b wifi >>> second epia800 ). Christian -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From slohcine at slohcine.com Sun Feb 2 15:29:10 2003 From: slohcine at slohcine.com (Eric Nichols) Date: Sun, 2 Feb 2003 09:29:10 -0500 (EST) Subject: [vlc] Re: Downloading Videolan software In-Reply-To: <3E3CA386.AE89715A@calweb.com> References: <3E3CA386.AE89715A@calweb.com> Message-ID: <32800.138.89.34.122.1044196150.squirrel@www.slohcine.com> art, Try the link below. http://www.videolan.org/vlc/download-windows.html Regards, Eric Art Thurston said: > How does one find and download a copy of Videolan for the Windows > platform. I have poked and clicked on just about everything on your > website at www.videolan.org but just keep being sent round and round. Is > it possible to download a copy of this program? And if so please tell > me how and where to find the Windows version. > > Thank you > > Art Thurston > > artthur at comcast.net > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From alexis at via.ecp.fr Sun Feb 2 16:45:40 2003 From: alexis at via.ecp.fr (Alexis de Lattre) Date: Sun, 2 Feb 2003 16:45:40 +0100 Subject: [vlc] Re: Downloading Videolan software In-Reply-To: <3E3CA386.AE89715A@calweb.com> References: <3E3CA386.AE89715A@calweb.com> Message-ID: <20030202154540.GB25881@via.ecp.fr> On Sat, Feb 01, 2003, Art Thurston wrote : > How does one find and download a copy of Videolan for the Windows > platform. I have poked and clicked on just about everything on your > website at www.videolan.org but just keep being sent round and round. > Is it possible to download a copy of this program? And if so please > tell me how and where to find the Windows version. I am one of the webmasters of the web site, and I'd to know more precisely why you could find the Windows version on it. Where did you click ? What were you looking for exactly ? -- Alexis -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yeung_scherzo at pacific.net.sg Mon Feb 3 12:43:40 2003 From: yeung_scherzo at pacific.net.sg (E-von Yeung) Date: Mon, 03 Feb 2003 03:43:40 -0800 Subject: [vlc] dvd problem in vlc In-Reply-To: <20030202154540.GB25881@via.ecp.fr> Message-ID: Hi all, I've a problem with playing DVDs on VLC. I tried playing VCDs, and it's ok. But when I play DVDs, the players stops for a long time, then plays, or freezes altogether. When I slide the toggle on the timeline, it upsets the player big time and the screen freezes for a long time before playing, as well. The thing freezes usually at the end of every chapter, I realised. I'm using a new iBook 700MHz 256RAM on Mac OS X. Please help - thanks! Regards, Evon -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 3 07:11:37 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 03 Feb 2003 01:11:37 -0500 Subject: [vlc] Re: vlc problem in iPAQ 3630 Message-ID: <20030203061137.75315.qmail@mail.com> Dear Jean-Paul Saman, I get it. But in gerneral where is the qt dir and library? where did it put in the iPAQ ? would you mind give me some hints on what to write the scripts? By the wway, do you know can vlc play real time movie from a URL? (Assume that I have connected the iPAQ to the server). Thank very very much for your help so far. Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Sun, 02 Feb 2003 12:56:33 +0100 To: vlc at videolan.org Subject: [vlc] Re: vlc problem in iPAQ 3630 > Andrew leung wrote: > > Dear Jean Paul Saman, > > > > Thank you, I see. > > > > But when I type vlc /root/xxx.mpeg > > > > it warns me : Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $QTDIR set correctly? > > > > do you know why? Thank you for your help. > > > It does this because it doesnot know where all the libraries are. You > need to set LD_LIBRARY_PATH and QTDIR. For that I included a script > called opie-vlc which automatically get launched from the "menu". Just > run it exactly like this: > > opie-vlc /root/xxx.mpeg > > Greetings, > Jean-Paul Saman. > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Mon Feb 3 10:20:45 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Mon, 03 Feb 2003 10:20:45 +0100 Subject: [vlc] Re: vlc problem in iPAQ 3630 References: <20030203061137.75315.qmail@mail.com> Message-ID: <3E3E346D.8000705@natlab.research.philips.com> Andrew leung wrote: > Dear Jean-Paul Saman, > > I get it. But in gerneral where is the qt dir and library? > where did it put in the iPAQ ? would you mind give me some hints on what to write the scripts? You do not have to write a script, I already did write that for you. It is automatically installed in /opt/QtPalmtop/bin and is called opie-vlc. It is in your PATH, just type: opie-vlc mympeg.mpg > By the wway, do you know can vlc play real time movie from a URL? (Assume that I have connected the iPAQ to the server). > VLC Media Player can handle udp://, rtp://, http:// and much more. Look at http://www.videolan.org/vlc/features.html for a complete overview of what is supported on iPaq and what not.. > > Thank very very much for your help so far. > > Andrew > > > ----- Original Message ----- > From: Jean-Paul Saman > Date: Sun, 02 Feb 2003 12:56:33 +0100 > To: vlc at videolan.org -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From PRae at aminocom.com Mon Feb 3 10:37:32 2003 From: PRae at aminocom.com (Paul Rae) Date: Mon, 3 Feb 2003 09:37:32 -0000 Subject: [vlc] Re: VLC on VIA Message-ID: <02BA04F6EFA7B241BB6981263F20E4572895DA@mail2.aminocom.com> Well my experiences are a little different ... I have EIPA-800 and have used it as a VLS and streamed several 2.2mbit streams from it without any problems at all :) I haven't tried using it as a VLC in linux yet, but using it as a client in win2k is fine. It has more than enough power to play a stream (remember it takes next to no processing power at all to play a stream) and will does infact have enough processing power to decode mpeg files directly through the client. As for divx it's a little bit dodgy. Depending on the rate and codec the have been encoded with will reflect how well they play. I have had some success with a small number of divx's that I have but most are too jerky. Perhaps with some optimization they would work better, but ive converted most of mine to mpeg as it is easier to stream anyway Regards, Paul -----Original Message----- From: Christian Zoffoli [mailto:merlin at studiobz.it] Sent: 02 February 2003 14:06 To: vlc at videolan.org Subject: [vlc] Re: VLC on VIA Robert Rozman wrote: > Hello, > > > ----- Original Message ----- > From: "Christian Zoffoli" > To: > Sent: Saturday, February 01, 2003 12:38 PM > Subject: [vlc] Re: VLC on VIA > > > >>>Christian Zoffoli wrote: >>> >> >>FYI I've solved my problem upgrading my woody from XFree 4.1.x to 4.2.1 ;) >> > > > could you describe a little bit how via mb is behaving under videolan > client. If I remember right this is epia eden esp5000 mb? mine is EPIA-800 > Does it play fluently ? No it doesn't :( ...now I'm working on some optimizations > Is MPEG2 less burden to decode than divx ? I've only tested an MPEG2 stream 2000/1000kbps (epia800 with KFIR board >>> 802.11b wifi >>> second epia800 ). Christian -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 3 10:57:47 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 03 Feb 2003 04:57:47 -0500 Subject: [vlc] Re: vlc problem in iPAQ 3630 Message-ID: <20030203095747.19108.qmail@mail.com> Dear Jean-Paul Saman, Thank you!!! My ipaq is now playing the movie!!! great!!! but since there is no UI in opie's vlc, how can I tell vlc to play streaming video? where to specify the URL? is opie-vlc http://XXXXXX.asf (or similar) OK? Thank you so much, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 03 Feb 2003 10:20:45 +0100 To: vlc at videolan.org Subject: [vlc] Re: vlc problem in iPAQ 3630 > Andrew leung wrote: > > Dear Jean-Paul Saman, > > > > I get it. But in gerneral where is the qt dir and library? > > where did it put in the iPAQ ? would you mind give me some hints on what to write the scripts? > > You do not have to write a script, I already did write that for you. It > is automatically installed in /opt/QtPalmtop/bin and is called opie-vlc. > It is in your PATH, just type: > > opie-vlc mympeg.mpg > > > By the wway, do you know can vlc play real time movie from a URL? (Assume that I have connected the iPAQ to the server). > > > VLC Media Player can handle udp://, rtp://, http:// and much more. Look > at http://www.videolan.org/vlc/features.html for a complete overview of > what is supported on iPaq and what not.. > > > > > Thank very very much for your help so far. > > > > Andrew > > > > > > ----- Original Message ----- > > From: Jean-Paul Saman > > Date: Sun, 02 Feb 2003 12:56:33 +0100 > > To: vlc at videolan.org > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Mon Feb 3 11:10:13 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Mon, 03 Feb 2003 11:10:13 +0100 Subject: [vlc] Re: vlc problem in iPAQ 3630 References: <20030203095747.19108.qmail@mail.com> Message-ID: <3E3E4005.5030001@natlab.research.philips.com> Andrew leung wrote: > Dear Jean-Paul Saman, > > Thank you!!! My ipaq is now playing the movie!!! great!!! > > but since there is no UI in opie's vlc, how can I tell vlc to play streaming video? where to specify the URL? > > is opie-vlc http://XXXXXX.asf (or similar) OK? > Yep, or opie-vlc udp://@:1234 if you use a streaming server like vls or opie-vlc rtp://@:1234, etc. Use opie-vlc --help for more information or look at http://www.videolan.org/doc/ (this doc is outdated). > > > Thank you so much, > Andrew > > > ----- Original Message ----- > From: Jean-Paul Saman > Date: Mon, 03 Feb 2003 10:20:45 +0100 > To: vlc at videolan.org > Subject: [vlc] Re: vlc problem in iPAQ 3630 > > >>Andrew leung wrote: >> >>>Dear Jean-Paul Saman, >>> >>>I get it. But in gerneral where is the qt dir and library? >>>where did it put in the iPAQ ? would you mind give me some hints on what to write the scripts? >> >>You do not have to write a script, I already did write that for you. It >>is automatically installed in /opt/QtPalmtop/bin and is called opie-vlc. >>It is in your PATH, just type: >> >>opie-vlc mympeg.mpg >> >> >>>By the wway, do you know can vlc play real time movie from a URL? (Assume that I have connected the iPAQ to the server). >>> >> >>VLC Media Player can handle udp://, rtp://, http:// and much more. Look >>at http://www.videolan.org/vlc/features.html for a complete overview of >>what is supported on iPaq and what not.. >> >> >>>Thank very very much for your help so far. >>> >>>Andrew >>> >>> >>>----- Original Message ----- >>>From: Jean-Paul Saman >>>Date: Sun, 02 Feb 2003 12:56:33 +0100 >>>To: vlc at videolan.org >> >>-- >>Kind greetings, >> >>Jean-Paul Saman >> >>Software Architect >> >>e-mail (work): saman at natlab.research.philips.com >>phone (work): 040 27 42909 >>------------------------------------------------------------ >>Ordina TA, >>Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven >>e-mail : jean-paul.saman at ordina.nl >>phone : 040 2601200 >>fax : 040 2601199 >> >>-- >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ >>To unsubscribe, please read http://www.videolan.org/support/lists.html >>If you are in trouble, please contact >> > -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ZAVALA_JUAN_NONLILLY at LILLY.COM Mon Feb 3 12:12:08 2003 From: ZAVALA_JUAN_NONLILLY at LILLY.COM (ZAVALA_JUAN_NONLILLY at LILLY.COM) Date: Mon, 03 Feb 2003 07:12:08 -0400 Subject: [vlc] Re: Downloading Videolan software Message-ID: Hi there, Have you try tyo click on the page right side icon then on the next page click on the Window icon. bye Juan Zavala ssudre2 at wanadoo.fr Sent by: vlc-bounce at videolan.org 02/02/2003 06:04 PM Please respond to vlc To: vlc at videolan.org cc: Subject: [vlc] Re: Downloading Videolan software On dimanche, f?vrier 2, 2003, at 04:45 PM, Alexis de Lattre wrote: > On Sat, Feb 01, 2003, Art Thurston wrote : >> How does one find and download a copy of Videolan for the Windows >> platform. I have poked and clicked on just about everything on your >> website at www.videolan.org but just keep being sent round and round. >> Is it possible to download a copy of this program? And if so please >> tell me how and where to find the Windows version. > > I am one of the webmasters of the web site, and I'd to know more > precisely why you could find the Windows version on it. Where did you > click ? What were you looking for exactly ? Maybe the issue is just with the fact that VLC is not an obvious link name to the software. Solutions could be to rename it to "Software" or add a "Download" link at the root of the Web Site. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2247 bytes Desc: not available URL: From khleung at engineer.com Mon Feb 3 12:29:43 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 03 Feb 2003 06:29:43 -0500 Subject: [vlc] Re: vlc problem in iPAQ 3630 Message-ID: <20030203112943.57884.qmail@mail.com> Dear Jean-Paul Saman, Thank you, My last question is, vls said it supports DVD, satellite, MPEG encodeing card, but is webcam supported? Thank you , Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 03 Feb 2003 11:10:13 +0100 To: vlc at videolan.org Subject: [vlc] Re: vlc problem in iPAQ 3630 > Andrew leung wrote: > > Dear Jean-Paul Saman, > > > > Thank you!!! My ipaq is now playing the movie!!! great!!! > > > > but since there is no UI in opie's vlc, how can I tell vlc to play streaming video? where to specify the URL? > > > > is opie-vlc http://XXXXXX.asf (or similar) OK? > > > Yep, or opie-vlc udp://@:1234 if you use a streaming server like vls > or opie-vlc rtp://@:1234, etc. > > Use opie-vlc --help for more information or look at > http://www.videolan.org/doc/ (this doc is outdated). > > > > > > > Thank you so much, > > Andrew > > > > > > ----- Original Message ----- > > From: Jean-Paul Saman > > Date: Mon, 03 Feb 2003 10:20:45 +0100 > > To: vlc at videolan.org > > Subject: [vlc] Re: vlc problem in iPAQ 3630 > > > > > >>Andrew leung wrote: > >> > >>>Dear Jean-Paul Saman, > >>> > >>>I get it. But in gerneral where is the qt dir and library? > >>>where did it put in the iPAQ ? would you mind give me some hints on what to write the scripts? > >> > >>You do not have to write a script, I already did write that for you. It > >>is automatically installed in /opt/QtPalmtop/bin and is called opie-vlc. > >>It is in your PATH, just type: > >> > >>opie-vlc mympeg.mpg > >> > >> > >>>By the wway, do you know can vlc play real time movie from a URL? (Assume that I have connected the iPAQ to the server). > >>> > >> > >>VLC Media Player can handle udp://, rtp://, http:// and much more. Look > >>at http://www.videolan.org/vlc/features.html for a complete overview of > >>what is supported on iPaq and what not.. > >> > >> > >>>Thank very very much for your help so far. > >>> > >>>Andrew > >>> > >>> > >>>----- Original Message ----- > >>>From: Jean-Paul Saman > >>>Date: Sun, 02 Feb 2003 12:56:33 +0100 > >>>To: vlc at videolan.org > >> > >>-- > >>Kind greetings, > >> > >>Jean-Paul Saman > >> > >>Software Architect > >> > >>e-mail (work): saman at natlab.research.philips.com > >>phone (work): 040 27 42909 > >>------------------------------------------------------------ > >>Ordina TA, > >>Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > >>e-mail : jean-paul.saman at ordina.nl > >>phone : 040 2601200 > >>fax : 040 2601199 > >> > >>-- > >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ > >>To unsubscribe, please read http://www.videolan.org/support/lists.html > >>If you are in trouble, please contact > >> > > > > > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Mon Feb 3 12:50:14 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Mon, 03 Feb 2003 12:50:14 +0100 Subject: [vlc] Re: vlc problem in iPAQ 3630 References: <20030203112943.57884.qmail@mail.com> Message-ID: <3E3E5776.2050701@natlab.research.philips.com> Andrew leung wrote: > Dear Jean-Paul Saman, > > > Thank you, My last question is, > > vls said it supports DVD, satellite, MPEG encodeing card, but is webcam supported? > In the current CVS for vls there is support for WebCams through v4l interface AFAIK. Here is the features pages for vls http://www.videolan.org/streaming/features.html -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From chiari at ce.unipr.it Mon Feb 3 16:12:52 2003 From: chiari at ce.unipr.it (Carlo Chiari) Date: 03 Feb 2003 16:12:52 +0100 Subject: [vlc] ffmeg not supported by vlc installation Message-ID: <1044285172.25406.6.camel@pp4> I can't compile the VLC with the ffmpeg module. We are using version 0.4.6 of VLC. thanks -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From chiari at ce.unipr.it Mon Feb 3 16:18:36 2003 From: chiari at ce.unipr.it (Carlo Chiari) Date: 03 Feb 2003 16:18:36 +0100 Subject: [vlc] VOD with vlc Message-ID: <1044285516.25406.13.camel@pp4> When I try to get the test video from the videolan site, the Video doesn't show: the client shows as input the http , but it seems like the mpeg is already finished. I've compiled the vlc with the option --enable-http and I've started the vlc like this: vlc http://vod.videolan.org/test/video1.mpg. Could you tell me what's wrong with this, please?? Thnaks -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 3 18:35:50 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 03 Feb 2003 12:35:50 -0500 Subject: [vlc] Re: [Ammended]Re: vlc problem in iPAQ 3630 Message-ID: <20030203173550.37736.qmail@mail.com> Dear Jean-Paul Saman, Thank you so much for your help, I have connected iPAq thr vlc to a server streaming mpeg. I know that that many of my stupid question can be found in the website, sorry for disturbing you so far. this is really a last question (I am a university student and doing a project which is very important for my final year, now come to the last step) my last question is the vlc on iPAQ stopped after about 20 sec of real time video streaming and said: mad_adec error: libmad_input stopping libmad decoder I really can't figure out the reason why, please tell me and help me , REALLY THX!!! MANY thanks, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 03 Feb 2003 10:20:45 +0100 To: vlc at videolan.org Subject: [vlc] Re: vlc problem in iPAQ 3630 > Andrew leung wrote: > > Dear Jean-Paul Saman, > > > > I get it. But in gerneral where is the qt dir and library? > > where did it put in the iPAQ ? would you mind give me some hints on what to write the scripts? > > You do not have to write a script, I already did write that for you. It > is automatically installed in /opt/QtPalmtop/bin and is called opie-vlc. > It is in your PATH, just type: > > opie-vlc mympeg.mpg > > > By the wway, do you know can vlc play real time movie from a URL? (Assume that I have connected the iPAQ to the server). > > > VLC Media Player can handle udp://, rtp://, http:// and much more. Look > at http://www.videolan.org/vlc/features.html for a complete overview of > what is supported on iPaq and what not.. > > > > > Thank very very much for your help so far. > > > > Andrew > > > > > > ----- Original Message ----- > > From: Jean-Paul Saman > > Date: Sun, 02 Feb 2003 12:56:33 +0100 > > To: vlc at videolan.org > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 3 18:36:10 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 03 Feb 2003 12:36:10 -0500 Subject: [vlc] Re: [Ammended]Re: vlc problem in iPAQ 3630 Message-ID: <20030203173610.38233.qmail@mail.com> Dear Jean-Paul Saman, Thank you so much for your help, I have connected iPAq thr vlc to a server streaming mpeg. I know that that many of my stupid question can be found in the website, sorry for disturbing you so far. this is really a last question (I am a university student and doing a project which is very important for my final year, now come to the last step) my last question is the vlc on iPAQ stopped after about 20 sec of real time video streaming and said: mad_adec error: libmad_input stopping libmad decoder I really can't figure out the reason why, please tell me and help me , REALLY THX!!! MANY thanks, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 03 Feb 2003 10:20:45 +0100 To: vlc at videolan.org Subject: [vlc] Re: vlc problem in iPAQ 3630 > Andrew leung wrote: > > Dear Jean-Paul Saman, > > > > I get it. But in gerneral where is the qt dir and library? > > where did it put in the iPAQ ? would you mind give me some hints on what to write the scripts? > > You do not have to write a script, I already did write that for you. It > is automatically installed in /opt/QtPalmtop/bin and is called opie-vlc. > It is in your PATH, just type: > > opie-vlc mympeg.mpg > > > By the wway, do you know can vlc play real time movie from a URL? (Assume that I have connected the iPAQ to the server). > > > VLC Media Player can handle udp://, rtp://, http:// and much more. Look > at http://www.videolan.org/vlc/features.html for a complete overview of > what is supported on iPaq and what not.. > > > > > Thank very very much for your help so far. > > > > Andrew > > > > > > ----- Original Message ----- > > From: Jean-Paul Saman > > Date: Sun, 02 Feb 2003 12:56:33 +0100 > > To: vlc at videolan.org > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Mon Feb 3 20:09:14 2003 From: sam at zoy.org (Sam Hocevar) Date: Mon, 3 Feb 2003 20:09:14 +0100 Subject: [vlc] [ANN] VLC 0.5.0 Message-ID: <20030203190914.GT10643@zoy.org> The VideoLAN team is absolutely delighted to announce version 0.5.0 of VLC, the most beautiful cross-platform multimedia player that has a traffic cone as its logo, codenamed "sleeping is for weenies". It is our extreme pleasure to deliver the following long-awaited major features: - DVD navigation - new stream output architecture, allowing to act as a stream server - new audio output architecture, with S/PDIF support, multi-channel support, volume setting - new codecs: Ogg/Vorbis, AAC, ADPCM, Xvid, DV, and many more - support for DivX subtitles - a Mozilla plugin based on VLC - localization support Unfortunately the feature list would be too long to post here, and spam filters would block it because there is so much sexy stuff in it, thus we suggest you have a look at the release notes here: http://developers.videolan.org/vlc/NEWS You can download VLC for most operating systems here: http://www.videolan.org/vlc/ Enjoy! -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Mon Feb 3 20:57:38 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Mon, 03 Feb 2003 20:57:38 +0100 Subject: [vlc] Re: [Ammended]Re: vlc problem in iPAQ 3630 References: <20030203173610.38233.qmail@mail.com> Message-ID: <3E3EC9B2.3030702@wxs.nl> Andrew leung wrote: > Dear Jean-Paul Saman, > > > Thank you so much for your help, I have connected iPAq thr vlc to a server streaming mpeg. no thanks needed. > > I know that that many of my stupid question can be found in the website, sorry for disturbing you so far. ;-) > this is really a last question (I am a university student and doing a project which is very important for my final year, now come to the last step) Are you leaving the country ;-) > my last question is > > the vlc on iPAQ stopped after about 20 sec of real time video streaming and said: > > > mad_adec error: libmad_input stopping libmad decoder > Could you send me the output of: opie-vlc -vvvvvv udp://@:1234 2>/var/tmp/log.txt I need it to say what could be wrong. > I really can't figure out the reason why, please tell me and help me , REALLY THX!!! What is the bitrate of your video stream ? Over which network do you stream the video WLAN (aka Wifi or 802.11b) or just LAN ? Please give me more information. Greetings, Jean-Paul Saman -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Mon Feb 3 21:05:48 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Mon, 03 Feb 2003 21:05:48 +0100 Subject: [vlc] VLC 0.5.0 Media player for iPaq Message-ID: <3E3ECB9C.6050509@wxs.nl> The VideoLAN team is absolutely delighted to announce version 0.5.0 of VLC, the most beautiful cross-platform multimedia player that has a traffic cone as its logo, codenamed "sleeping is for weenies". VLC Media Player is a multi platform multimedia player that can read from network (UDP, RTP, HTTP, ipv4 or ipv6), file or DVD. It supports multiple media formats MPEG1/2 PS/TS, MP3, DivX, Mpeg4, OggVorbis codecs, etc. See the features page for a full listing of what is currently supported under Familiar Linux: http://www.videolan.org/vlc/features.html It is our extreme pleasure to deliver the following long-awaited major features (not all are available in all ports): - DVD navigation - new stream output architecture, allowing to act as a stream server - new audio output architecture, with S/PDIF support, multi-channel support, volume setting - new codecs: Ogg/Vorbis, AAC, ADPCM, Xvid, DV, and many more - support for DivX subtitles - a Mozilla plugin based on VLC - localization support Unfortunately the feature list would be too long to post here, and spam filters would block it because there is so much sexy stuff in it, thus we suggest you have a look at the release notes here: http://developers.videolan.org/vlc/NEWS You can download binary packages for vlc_0.5.0_arm.ipk (X11/GTK+) and gpe-vlc_0.5.0_arm.ipk (GPE) here : http://www.videolan.org/pub/videolan/vlc/ipkg-feed/armv4l Or as ipkg feed on the following location: http://www.videolan.org/pub/videolan/vlc/ipkg-feed/armv4l Binary versions are available for other platforms as well, see the webpage at for more information: http://www.videolan.org/vlc Enjoy! For the VLC team, -- Jean-Paul Saman -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Mon Feb 3 22:46:07 2003 From: sam at zoy.org (Sam Hocevar) Date: Mon, 3 Feb 2003 22:46:07 +0100 Subject: [vlc] Re: ./bootstrap fails on latest CVS In-Reply-To: References: <20030203190914.GT10643@zoy.org> Message-ID: <20030203214607.GU10643@zoy.org> On Mon, Feb 03, 2003, Harf Zatschler wrote: > ABOUT-NLS -- what's that all about? It's gettext. You need at least version 0.11.2 to build a fully featured VLC. But I'll add a fix so that bootstrap doesn't fail even with an old gettext version. -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From hpj at urpla.net Mon Feb 3 23:25:42 2003 From: hpj at urpla.net (Hans-Peter Jansen) Date: Mon, 3 Feb 2003 23:25:42 +0100 Subject: [vlc] vlc 0.5.0 problems Message-ID: <200302032325.42644.hpj@urpla.net> Hi videolan family, after quick fixing some minor issues with dependent packages [e.g. faad2-20030130/frontend/Makefile: s/CCLD = $(CC)/CCLD = $(CXX)g] I ran into this failure, when compiling 0.5.0 with --enable-mga option: modules/video_output/mga/xmga.c: In function `Manage': modules/video_output/mga/xmga.c:441: structure has no member named `p_intf' modules/video_output/mga/xmga.c:469: `p_input_bank' undeclared (first use in this function) modules/video_output/mga/xmga.c:469: (Each undeclared identifier is reported only once modules/video_output/mga/xmga.c:469: for each function it appears in.) modules/video_output/mga/xmga.c:548: structure has no member named `p_intf' modules/video_output/mga/xmga.c:575: warning: comparison between signed and unsigned modules/video_output/mga/xmga.c: In function `ToggleFullScreen': make[2]: *** [modules/video_output/mga/modules_video_output_mga_libxmga_plugin_a-xmga.o] Fehler 1 BTW, I had to disable the wxwindows stuff because it seems, that vlc depends on a fairly new version. At least, my 2.3.2 is not sufficient, but not configure checked either. Running vlc, I suffer from major regressions. I will further investigate why it doesn't detect my dvd drive, but toggling fullscreen a few times, while playing a simple mpeg2 file, stops playing and prints: VideoLAN Client 0.5.0 Natalya [00000142] main input: playlist item `vts_02_1.vob' No accelerated IMDCT transform found Gdk-ERROR **: BadMatch (invalid parameter attributes) serial 910 error_code 8 request_code 42 minor_code 0 Xlib: unexpected async reply (sequence 0x2f94)! Cheers, Pete -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yakima at clbry.de Tue Feb 4 00:48:31 2003 From: yakima at clbry.de (yakima at clbry.de) Date: Tue, 4 Feb 2003 00:48:31 +0100 Subject: [vlc] Re: [ANN] VLC 0.5.0 In-Reply-To: <20030203190914.GT10643@zoy.org> Message-ID: <005644B2-37D2-11D7-B50B-003065664624@clbry.de> Wow! Finally! This is a great release and a real step forward - and i have anciously waited for it Just some observations i have made using vlc 0.5.0 on MacOSX - i really don't have time for anything more detailed (verbose output and the like), but i wanted to give some feedback on some maybe trivial issues (all using the gui) and maybe find out if others know more/ experience the same: - i guess divx-subtitles do not work yet for macosx? (if they do: how?) - strangely enough, there are no shortcuts for some useful controls, e.g.: pause, play - is it really a wanted behavior that vlc starts playing files immediately, same if paused and the slider is moved? - responsiveness of the program is not too good at least on older macs (g3-400); as soon as you mess with e.g. screen size, you have to be rather patient (could that be some bug?) - even more testing: when playing a dvd, vlc does not let anything interfere, no force quit, only a forced restart (or is there a way to tell vlc to quit?) - strange as well, fullsceen playback of divx content seems to be slower than normal size (before it was rather the other way around) - (this again pertaining to slower macs) it seems that the ffmepg codec is slower on mp4 files than on avi files; is there a reason for that? do mp4 files need to be hinted for better playback even if used locally? - is there any documentation on the various options, particularly ffmpeg (i have checked the docs, looked around ffmpeg)? Well, thanks once more for this nice app, hope i don't bother you too much ... yakima On Montag, Feb 3, 2003, at 20:09 Europe/Berlin, Sam Hocevar wrote: > The VideoLAN team is absolutely delighted to announce version 0.5.0 > of VLC, the most beautiful cross-platform multimedia player that has a > traffic cone as its logo, codenamed "sleeping is for weenies". > > > It is our extreme pleasure to deliver the following long-awaited > major features: > > - DVD navigation > > - new stream output architecture, allowing to act as a stream > server > > - new audio output architecture, with S/PDIF support, multi-channel > support, volume setting > > - new codecs: Ogg/Vorbis, AAC, ADPCM, Xvid, DV, and many more > > - support for DivX subtitles > > - a Mozilla plugin based on VLC > > - localization support > > > Unfortunately the feature list would be too long to post here, and > spam filters would block it because there is so much sexy stuff in it, > thus we suggest you have a look at the release notes here: > > http://developers.videolan.org/vlc/NEWS > > > You can download VLC for most operating systems here: > > http://www.videolan.org/vlc/ > > > Enjoy! > > -- > Sam. > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From chris-vlc at drspirograph.com Tue Feb 4 05:25:45 2003 From: chris-vlc at drspirograph.com (Chris Jensen) Date: Tue, 4 Feb 2003 15:25:45 +1100 Subject: [vlc] vlc 0.5.0: storage size of `timeout' isn't known Message-ID: <200302041525.45890.chris-vlc@drspirograph.com> Hi, I've tried to compile the the new vlc (0.5.0), but I get a compile error compiling the ftp module. funny thing is, it compiled just fine on another box, but I can't figure what the difference was, I thought it must've been different compiler versions (because I first saw this error with an earlier version of gcc, than on the box that compiled successfully), but I upgraded so that they were all on the same gcc version (2.95.3), but that didn't help. The thing is I don't forsee that I will really need ftp support, so if there's a way to just disable compiling this module, then that'd be fine too. Here's the error I got gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE -DLOCALEDIR=\"/usr/local/share/locale\" -DDATA_PATH=\"/usr/local/share/vlc\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -D__VLC__ -D__PLUGIN__ -DMODULE_NAME=access_ftp -DMODULE_NAME_IS_access_ftp -DSYS_LINUX -O3 -ffast-math -funroll-loops -mcpu=pentiumpro -fomit-frame-pointer -fPIC -I./include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE -DLOCALEDIR=\"/usr/local/share/locale\" -DDATA_PATH=\"/usr/local/share/vlc\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -D__VLC__ -D__PLUGIN__ -DMODULE_NAME=access_ftp -DMODULE_NAME_IS_access_ftp -Winline -Wsign-compare -Wall -finline-limit-30000 -pipe -c -o modules/access/modules_access_libaccess_ftp_plugin_a-ftp.o `test -f 'modules/access/ftp.c' || echo './'`modules/access/ftp.c modules/access/ftp.c: In function `NetRead': modules/access/ftp.c:815: storage size of `timeout' isn't known modules/access/ftp.c:815: warning: unused variable `timeout' make[2]: *** [modules/access/modules_access_libaccess_ftp_plugin_a-ftp.o] Error 1 make[2]: Leaving directory `/usr/src/vlc-0.5.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/vlc-0.5.0' make: *** [all] Error 2 -- Chris Jensen Public Key: http://drspirograph.com/public_key/ Wait: Did you know that there's a direct correlation between the decline of Spirograph and the rise in gang activity? Think about it. - Dr Spirograph (The Simpsons) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From allenp at nwlink.com Tue Feb 4 05:34:43 2003 From: allenp at nwlink.com (Paul Allen) Date: Mon, 03 Feb 2003 20:34:43 -0800 Subject: [vlc] Re: Downloading Videolan software References: <3E3CA386.AE89715A@calweb.com> Message-ID: <3E3F42E3.6000200@nwlink.com> Art Thurston wrote: > How does one find and download a copy of Videolan for the Windows > platform. I have poked and clicked on just about everything on your > website at www.videolan.org but just keep being sent round and round. > Is it possible to download a copy of this program? And if so please > tell me how and where to find the Windows version. The techies who write software are not usually stopped by a puzzling web page, so the authors of VLC are likely unaware that their page contains a minor puzzle. There is no "Download Here!" link on the VideoLan home page. After I studied the page for a while and concluded that there was no obvious way to get to the download page, I tried the next most obvious thing and clicked on the "VLC media player" tab. This took me to a page where I could select my OS and download binaries. Cool! Sometimes I have to resort to the third or fourth most obvious thing on a page in order to find what I want! Since not all potential VideoLan users think like programmers, perhaps someone could make navigation to the download page less puzzling? The artists, writers, and other assorted non-techies of the world will likely thank you. Paul Allen -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From philippe.david at sncf.fr Tue Feb 4 10:13:57 2003 From: philippe.david at sncf.fr (DAVID Philippe) Date: 04 Feb 2003 10:13:57 +0100 Subject: [vlc] Re: [ANN] VLC 0.5.0 In-Reply-To: <20030203190914.GT10643@zoy.org> References: <20030203190914.GT10643@zoy.org> Message-ID: <1044350037.2282.32.camel@qigon.dr.sncf.fr> Le lun 03/02/2003 ? 20:09, Sam Hocevar a ?crit : > The VideoLAN team is absolutely delighted to announce version 0.5.0 > of VLC, the most beautiful cross-platform multimedia player that has a > traffic cone as its logo, codenamed "sleeping is for weenies". vlc requires libavcodec.so but it is not present in any package. It could be usefull to put a link to libffmpeg and ffmpeg on the download page or at least to say that it is required by vlc. -- Philippe DAVID SNCF - Recherche Unit? TIC 45, rue de Londres 75379 PARIS cedex 08 t?l : (+33) (0)1 53 42 93 09 fax : (+33) (0)1 53 42 93 14 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Tue Feb 4 11:16:58 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Tue, 4 Feb 2003 11:16:58 +0100 Subject: [vlc] Re: vlc 0.5.0: storage size of `timeout' isn't known In-Reply-To: <200302041525.45890.chris-vlc@drspirograph.com> References: <200302041525.45890.chris-vlc@drspirograph.com> Message-ID: <20030204101658.GA30639@via.ecp.fr> On Tue, Feb 04, 2003, Chris Jensen wrote: > I've tried to compile the the new vlc (0.5.0), but I get a compile error > compiling the ftp module. This should be fixed in the latest cvs, but for my information, which operating system are you running ? > The thing is I don't forsee that I will really need ftp support, so if there's > a way to just disable compiling this module, then that'd be fine too. You can remove "ftp" from the main Makefile. However you'll have the same kind of trouble with udp and http. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From philippe.david at sncf.fr Tue Feb 4 11:29:22 2003 From: philippe.david at sncf.fr (DAVID Philippe) Date: 04 Feb 2003 11:29:22 +0100 Subject: [vlc] mozilla plugin Message-ID: <1044354562.2895.43.camel@qigon.dr.sncf.fr> I installed the vlc plugin for mozilla. The package put the shared library in the /usr/lib/mozilla/plugin directory for my box, I need it to be in /usr/lib/mozilla-1.1/plugin. So I copied the file in this one then chmod a+x it but it seems that mozilla does not see it. Why? -- Philippe DAVID SNCF - Recherche Unit? TIC 45, rue de Londres 75379 PARIS cedex 08 t?l : (+33) (0)1 53 42 93 09 fax : (+33) (0)1 53 42 93 14 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From charlesc3 at wanadoo.fr Tue Feb 4 12:10:25 2003 From: charlesc3 at wanadoo.fr (Charles Cotton) Date: Tue, 4 Feb 2003 12:10:25 +0100 Subject: [vlc] VLC playing separate MP2 video and WAV audio at same time? Message-ID: <000001c2cc3e$049c3560$6e00a8c0@ralph> Is there any way to set up the options in VideoLAN so that it will play an MP2 video file and the associated wav file at the same time? The application is in Video Editing. We are using Pinnacle Systems DC1000 editing cards in a Windows environment. These can produce output files in DVD compliant format. When you capture, there is an option to save the file to disk in its two component forms, namely video (MP2 file extension, DVD compliant video) and audio (wav extension). When you open the MP2 file up for editing, the DC1000 system and Premier opens the associated (because it has the same name) wav file.It would be really useful to 'preview' the intermediate stage file (MP2 and the wav) on systems that do not have the DC1000 installed.The VideoLAN client could be used for this. The VideoLAN client (now using the new 0.5.0) correctly opens and displays the MP2 video file. It also correctly plays the wav audio file when it is opened separately. If the VideoLAN client could just be told to open the wav file with the same name as the MP2 file it opens, it would do the preview function we need. Can certain advanced settings in the client be configured now to do this? If not, could this functionality be looked at for future work on the client? It's a great program BTW, very useful and functional. Thanks. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ZAVALA_JUAN_NONLILLY at LILLY.COM Tue Feb 4 12:37:15 2003 From: ZAVALA_JUAN_NONLILLY at LILLY.COM (ZAVALA_JUAN_NONLILLY at LILLY.COM) Date: Tue, 04 Feb 2003 07:37:15 -0400 Subject: [vlc] Re: Downloading Videolan software Message-ID: try this: http://www.videolan.org/vlc/download-windows.html bye Paul Allen Sent by: vlc-bounce at videolan.org 02/04/2003 12:34 AM Please respond to vlc To: vlc at videolan.org cc: Subject: [vlc] Re: Downloading Videolan software Art Thurston wrote: > How does one find and download a copy of Videolan for the Windows > platform. I have poked and clicked on just about everything on your > website at www.videolan.org but just keep being sent round and round. > Is it possible to download a copy of this program? And if so please > tell me how and where to find the Windows version. The techies who write software are not usually stopped by a puzzling web page, so the authors of VLC are likely unaware that their page contains a minor puzzle. There is no "Download Here!" link on the VideoLan home page. After I studied the page for a while and concluded that there was no obvious way to get to the download page, I tried the next most obvious thing and clicked on the "VLC media player" tab. This took me to a page where I could select my OS and download binaries. Cool! Sometimes I have to resort to the third or fourth most obvious thing on a page in order to find what I want! Since not all potential VideoLan users think like programmers, perhaps someone could make navigation to the download page less puzzling? The artists, writers, and other assorted non-techies of the world will likely thank you. Paul Allen -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris-vlc at drspirograph.com Tue Feb 4 12:56:11 2003 From: chris-vlc at drspirograph.com (Chris Jensen) Date: Tue, 4 Feb 2003 22:56:11 +1100 Subject: [vlc] Re: vlc 0.5.0: storage size of `timeout' isn't known In-Reply-To: <20030204101658.GA30639@via.ecp.fr> References: <200302041525.45890.chris-vlc@drspirograph.com> <20030204101658.GA30639@via.ecp.fr> Message-ID: <200302042256.11769.chris-vlc@drspirograph.com> > This should be fixed in the latest cvs, but for my information, which > operating system are you running ? Linux 2.4.20 The box that compiled it successfully is running 2.4.17 -- Chris Jensen Public Key: http://drspirograph.com/public_key/ Wait: Did you know that there's a direct correlation between the decline of Spirograph and the rise in gang activity? Think about it. - Dr Spirograph (The Simpsons) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From russell at flora.ca Tue Feb 4 13:51:55 2003 From: russell at flora.ca (Russell McOrmond) Date: Tue, 4 Feb 2003 07:51:55 -0500 (EST) Subject: [vlc] RedHat 8.0 contribs? In-Reply-To: <3E3EC9B2.3030702@wxs.nl> Message-ID: I am wondering if anyone else is building RedHat 8.0 RPM's for the latest VLC before I do. I am short on time, but wanting to check the latest out -- I didn't think I'd need to be patching spec files and creating new RPM's before being able to do so. --- Russell McOrmond, Internet Consultant: Any 'hardware assist' for communications, whether it be eye-glasses, VCR's, or personal computers, must be under the control of the citizen and not a third party. -- http://www.flora.ca/russell/ -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From charlesc3 at wanadoo.fr Tue Feb 4 14:17:39 2003 From: charlesc3 at wanadoo.fr (Charles Cotton) Date: Tue, 4 Feb 2003 14:17:39 +0100 Subject: [vlc] VLC playing separate MP2 video and WAV audio at same time? Message-ID: <000001c2cc4f$ca8c9a10$6e00a8c0@ralph> Is there any way to set up the options in VideoLAN so that it will play an MP2 video file and the associated wav file at the same time? The application is in Video Editing. We are using Pinnacle Systems DC1000 editing cards in a Windows environment. These can produce output files in DVD compliant format. When you capture, there is an option to save the file to disk in its two component forms, namely video (MP2 file extension, DVD compliant video) and audio (wav extension). When you open the MP2 file up for editing, the DC1000 system and Premier opens the associated (because it has the same name) wav file.It would be really useful to 'preview' the intermediate stage file (MP2 and the wav) on systems that do not have the DC1000 installed.The VideoLAN client could be used for this. The VideoLAN client (now using the new 0.5.0) correctly opens and displays the MP2 video file. It also correctly plays the wav audio file when it is opened separately. If the VideoLAN client could just be told to open the wav file with the same name as the MP2 file it opens, it would do the preview function we need. Can certain advanced settings in the client be configured now to do this? If not, could this functionality be looked at for future work on the client? It's a great program BTW, very useful and functional. Charles -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From marcel at mesa.nl Tue Feb 4 14:59:44 2003 From: marcel at mesa.nl (Marcel J.E. Mol) Date: Tue, 4 Feb 2003 14:59:44 +0100 Subject: [vlc] Re: RedHat 8.0 contribs? In-Reply-To: ; from russell@flora.ca on Tue, Feb 04, 2003 at 07:51:55AM -0500 References: <3E3EC9B2.3030702@wxs.nl> Message-ID: <20030204145944.D9281@joshua.mesa.nl> On Tue, Feb 04, 2003 at 07:51:55AM -0500, Russell McOrmond wrote: > > I am wondering if anyone else is building RedHat 8.0 RPM's for the > latest VLC before I do. I am short on time, but wanting to check the > latest out -- I didn't think I'd need to be patching spec files and > creating new RPM's before being able to do so. You'll probably find them on www.freshrpms.net real soon now... -Marcel -- ======-------- Marcel J.E. Mol MESA Consulting B.V. =======--------- ph. +31-(0)6-54724868 P.O. Box 112 =======--------- marcel at mesa.nl 2630 AC Nootdorp __==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____ They couldn't think of a number, Linux user 1148 -- counter.li.org so they gave me a name! -- Rupert Hine -- www.ruperthine.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sermed at al-abbasi.net Tue Feb 4 15:24:37 2003 From: sermed at al-abbasi.net (sermed) Date: 04 Feb 2003 15:24:37 +0100 Subject: [vlc] Problem with vlc 0.5.0 Message-ID: <1044368678.4821.13.camel@sermed@work> Hi! I downloaded the new vlc hoping for better ipv6 support, the unicast part for ipv6 runs perfectly but the problem is when it comes to multicast. The server is sending to the multicast group but the client has problem receiving the stream. I don't know if it me who is doning something wrong or if it is the vlc. Thankful for any advice. the log for the error on the vlc: [00000243] main input: playlist item `udp://@ff01:0:0:0:0:0:0:43' [00000243] access_udp input error: cannot parse bind port near :0:0:0:0:0:43 [00000243] access_udp input error: cannot parse bind port near :0:0:0:0:0:43 [00000243] main input error: no suitable access module for `udp/://@ff01:0:0:0:0:0:0:43' -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Tue Feb 4 15:32:10 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Tue, 4 Feb 2003 15:32:10 +0100 Subject: [vlc] Re: Problem with vlc 0.5.0 Message-ID: <20030204143210.GA11388@via.ecp.fr> On Tue, Feb 04, 2003, sermed wrote: > I downloaded the new vlc hoping for better ipv6 support, the unicast > part for ipv6 runs perfectly but the problem is when it comes to > multicast. The server is sending to the multicast group but the client > has problem receiving the stream. I don't know if it me who is doning > something wrong or if it is the vlc. Thankful for any advice. > the log for the error on the vlc: > [00000243] main input: playlist item `udp://@ff01:0:0:0:0:0:0:43' > [00000243] access_udp input error: cannot parse bind port near > :0:0:0:0:0:43 > [00000243] access_udp input error: cannot parse bind port near > :0:0:0:0:0:43 > [00000243] main input error: no suitable access module for > `udp/://@ff01:0:0:0:0:0:0:43' Have a look at VLC FAQ. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jhhcr at earthlink.net Tue Feb 4 15:53:56 2003 From: jhhcr at earthlink.net (jhhcr at earthlink.net) Date: Tue, 4 Feb 2003 09:53:56 -0500 Subject: [vlc] Re: How to open mounted dvd disk images with vlc? In-Reply-To: <20030204143210.GA11388@via.ecp.fr> Message-ID: <7C4B35A3-3850-11D7-8CC8-00050257FCDA@earthlink.net> How do you open mounted dvd disk images with vlc under MacOSX to check for problems? On Tuesday, February 4, 2003, at 09:32 AM, Christophe Massiot wrote: > On Tue, Feb 04, 2003, sermed wrote: > >> I downloaded the new vlc hoping for better ipv6 support, the unicast >> part for ipv6 runs perfectly but the problem is when it comes to >> multicast. The server is sending to the multicast group but the client >> has problem receiving the stream. I don't know if it me who is doning >> something wrong or if it is the vlc. Thankful for any advice. >> the log for the error on the vlc: >> [00000243] main input: playlist item `udp://@ff01:0:0:0:0:0:0:43' >> [00000243] access_udp input error: cannot parse bind port near >> :0:0:0:0:0:43 >> [00000243] access_udp input error: cannot parse bind port near >> :0:0:0:0:0:43 >> [00000243] main input error: no suitable access module for >> `udp/://@ff01:0:0:0:0:0:0:43' > > Have a look at VLC FAQ. > > -- > Christophe Massiot. > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Tue Feb 4 17:30:48 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Tue, 4 Feb 2003 17:30:48 +0100 Subject: [vlc] Re: error messages at startup of vlc 0.5.0 In-Reply-To: <200302040154.02306.dvornheder@t-online.de> References: <200302040154.02306.dvornheder@t-online.de> Message-ID: <20030204163047.GA5108@hobbes> > VideoLAN Client 0.5.0 Natalya > [00000139] main interface error: option frequency does not exist > [00000139] main interface error: option symbol-rate does not exist This is because you don't have the dvb input module, but it's not really necessary, so just ingore these messages. Sigmund -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Tue Feb 4 17:50:13 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Tue, 4 Feb 2003 17:50:13 +0100 Subject: [vlc] Re: [ANN] VLC 0.5.0 In-Reply-To: <005644B2-37D2-11D7-B50B-003065664624@clbry.de> Message-ID: On dinsdag, feb 4, 2003, at 00:48 Europe/Amsterdam, yakima at clbry.de wrote: > Just some observations i have made using vlc 0.5.0 on MacOSX - i > really don't have time for anything more detailed (verbose output and > the like), but i wanted to give some feedback on some maybe trivial > issues (all using the gui) and maybe find out if others know more/ > experience the same: > - i guess divx-subtitles do not work yet for macosx? (if they do: how?) well you figured this one out i see (reading the list ;) > - strangely enough, there are no shortcuts for some useful controls, > e.g.: pause, play Hmm, tried hitting the spacebar yet ;-) Only the most common shortcut to play/pause a video in most Media Players. > - is it really a wanted behavior that vlc starts playing files > immediately, same if paused and the slider is moved? It doesn't always play files immediately. If you use the Open dialog and tell it to enqueue and not play or if you drag and drop files in the playlist then they don't start to play immediately. If you double-click a file, drag and drop it on the vlc icon or use the open File menu it plays immediately. I'm thinking about changing the default value in the Open dialog to "Always enqueue" for the next release though. > - responsiveness of the program is not too good at least on older macs > (g3-400); as soon as you mess with e.g. screen size, you have to be > rather patient (could that be some bug?) - even more testing: when > playing a dvd, vlc does not let anything interfere, no force quit, > only a forced restart (or is there a way to tell vlc to quit?) Well, with the previous version everyone was complaining that they wanted higher thread priorities, so we changed this. This isn't meant to happen of course. we will tweak this for the next release. > - strange as well, fullsceen playback of divx content seems to be > slower than normal size (before it was rather the other way around) might be, because the fullscreen view is scaled i guess. It is rather so that we probably cleaned up the normal windowed view, that it now finally is in the state it should be. > - (this again pertaining to slower macs) it seems that the ffmepg > codec is slower on mp4 files than on avi files; is there a reason for > that? do mp4 files need to be hinted for better playback even if used > locally? No idea. The mp4 file handling is newer then the .avi and probably less optimized. > - is there any documentation on the various options, particularly > ffmpeg (i have checked the docs, looked around ffmpeg)? Hmmmm, no. You are welcome to write it ;) And don't forgot that if you hover the mouse over a textfield or something usually a textpopup shows explaining it's function. > Well, thanks once more for this nice app, hope i don't bother you too > much ... > yakima Never a bother. greetings Derk-Jan Hartman > On Montag, Feb 3, 2003, at 20:09 Europe/Berlin, Sam Hocevar wrote: > >> The VideoLAN team is absolutely delighted to announce version 0.5.0 >> of VLC, the most beautiful cross-platform multimedia player that has a >> traffic cone as its logo, codenamed "sleeping is for weenies". >> >> >> It is our extreme pleasure to deliver the following long-awaited >> major features: >> >> - DVD navigation >> >> - new stream output architecture, allowing to act as a stream >> server >> >> - new audio output architecture, with S/PDIF support, >> multi-channel >> support, volume setting >> >> - new codecs: Ogg/Vorbis, AAC, ADPCM, Xvid, DV, and many more >> >> - support for DivX subtitles >> >> - a Mozilla plugin based on VLC >> >> - localization support >> >> >> Unfortunately the feature list would be too long to post here, and >> spam filters would block it because there is so much sexy stuff in it, >> thus we suggest you have a look at the release notes here: >> >> http://developers.videolan.org/vlc/NEWS >> >> >> You can download VLC for most operating systems here: >> >> http://www.videolan.org/vlc/ >> >> >> Enjoy! >> >> -- >> Sam. >> -- >> This is the vlc mailing-list, see http://www.videolan.org/vlc/ >> To unsubscribe, please read http://www.videolan.org/support/lists.html >> If you are in trouble, please contact >> > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ipkiss at via.ecp.fr Tue Feb 4 19:28:29 2003 From: ipkiss at via.ecp.fr (Olivier =?iso-8859-1?Q?Teuli=E8re?=) Date: Tue, 4 Feb 2003 19:28:29 +0100 Subject: [vlc] Re: VLC 0.5.0 win32 version bug? In-Reply-To: <569928426.20030204153253@yahoo.com.cn> References: <569928426.20030204153253@yahoo.com.cn> Message-ID: <20030204182829.GA31098@via.ecp.fr> On Tue, Feb 04, 2003, reflily wrote: > I've download VLC 0.5.0 vlc-0.5.0-win32 and when I tried to open a > divx avi file or just a vcd using vlc.exe, I got endless warning boxs > said 'richedit line insertion error.', the caption is libwin32_plugin. Could you try something ? Go into the preferences, "Interface" tab, select the "Native Windows interface module" (without checking it) and then "Configure" it. There, set the max number of lines to 10, save it, and try again with your file. Do you still get the dialog boxes? And what happens if you set the maximum to 0? Regards, -- Olivier -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From larry at solvnetmail.net Tue Feb 4 21:07:49 2003 From: larry at solvnetmail.net (Larry Shields) Date: Tue, 04 Feb 2003 14:07:49 -0600 Subject: [vlc] Video file test...??? Message-ID: <3E401D95.2000708@solvnetmail.net> Is there a video that one can download to run a test using VLC, rather than going out and try and buy, or rent one of the movies that it lists in the DOC's... Thanks to anyone who can tell me... Larry/WD9ESU -- 73 de Larry/wd9esu E-mail addr: larry at solvnetmail.net Licq #6221703 "Powered by Debian GNU/Linux 2.7 by Libranet" This is 'Linux Country' On a quiet night, you can hear M$$ WINDOZE! systems rebooting!!!... -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From dkraft at acm.org Tue Feb 4 22:53:59 2003 From: dkraft at acm.org (Dieter Kraft) Date: Tue, 04 Feb 2003 20:53:59 -0100 Subject: [vlc] Natalya: No sound Message-ID: <3E403677.30701@acm.org> Hi, I'm using 0.5.0 on a Dell Inspiron 8100 with sound driver ESS Maestro3/Allegro Ourumov works fine despite the following error message: dkraft at isaac/home/dkraft/vlc-0.5.0> vlc VideoLAN Client - version 0.4.6 Ourumov - (c) 1996-2002 VideoLAN No accelerated IMDCT transform found aout error: can't open audio device (/dev/dsp) aout error: can't open esound socket (format 0x00001021 at 44100 Hz) mcop warning: user defined signal handler found for SIG_PIPE, overriding but Natalya gives no sound: dkraft at isaac/home/dkraft/vlc-0.5.0> ./vlc VideoLAN Client 0.5.0 Natalya [00000242] main interface error: option frequency does not exist [00000242] main interface error: option symbol-rate does not exist [00000244] main input: playlist item `dvd:///dev/dvd' [00000251] oss audio output error: cannot open audio device (/dev/dsp) mcop warning: user defined signal handler found for SIG_PIPE, overriding mcop warning: user defined signal handler found for SIG_PIPE, overriding [00000251] main audio output error: couldn't find a filter for the conversion [00000251] main audio output error: couldn't set an input pipeline Helpful hints how to compile and use kindly appreciated Dieter -- _____________________________________ Prof. Dr.-Ing. Dieter Kraft Fachhochschule Muenchen Munich University of Applied Sciences Dachauerstr. 98b D-80335 Muenchen Email: dkraft at acm.org URL: http://www.fm.fh-muenchen.de/~dkraft Phone: 0049(0)8912651177 Fax: 0049(0)8912651392 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tristan.leteurtre at videolan.org Tue Feb 4 23:11:50 2003 From: tristan.leteurtre at videolan.org (Tristan Leteurtre) Date: Tue, 4 Feb 2003 23:11:50 +0100 Subject: [vlc] Re: HELP!!! In-Reply-To: <32913.148.217.1.230.1044323565.squirrel@stones.reduaz.mx> References: <32913.148.217.1.230.1044323565.squirrel@stones.reduaz.mx> Message-ID: <20030204221150.GA31829@via.ecp.fr> On Mon, Feb 03, 2003, max at localhost.reduaz.mx wrote: > I got HDIO_SET_DMA failed: Operation not permitted, what happend? how do i > know if i have DMA in my kernel. I am using Redhat 8.0 2.4-14 kernel > What can i do, please * First, check that you have the read/write permissions on the dvd device. (Do Something like : chmod 666 /dev/hd* as root) * If you want to see if your drive has DMA enabled, try the utility 'hdparm' to diagnose / set parameters on your IDE device. But I don't think this second point is necessary. -- Tristan Please reply-to vlc at videolan.org -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tristan.leteurtre at videolan.org Tue Feb 4 23:14:20 2003 From: tristan.leteurtre at videolan.org (Tristan Leteurtre) Date: Tue, 4 Feb 2003 23:14:20 +0100 Subject: [vlc] Re: Video file test...??? In-Reply-To: <3E401D95.2000708@solvnetmail.net> References: <3E401D95.2000708@solvnetmail.net> Message-ID: <20030204221420.GB31829@via.ecp.fr> On Tue, Feb 04, 2003, Larry Shields wrote: > Is there a video that one can download to run a test using VLC, rather > than going out and try and buy, or rent one of the movies that it lists > in the DOC's... Have a look on the videolan public ftp : ftp://ftp.videolan.org/pub/streams/ -- Tristan -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Tue Feb 4 23:48:08 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Tue, 4 Feb 2003 23:48:08 +0100 Subject: [vlc] Re: Sub-titles in VLC? In-Reply-To: Message-ID: On dinsdag, feb 4, 2003, at 21:03 Europe/Amsterdam, Christian Herbst wrote: > Great work you are doing with VLC! > Any chance that you will add support for sub-titles in the future for > VLC? Subtitles (both from file and from DVD) are already supported. The use of them is dependant on the platform you use. greetings Derk-Jan Hartman ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sluce at pobox.com Wed Feb 5 00:21:01 2003 From: sluce at pobox.com (Steve & Michael) Date: Tue, 4 Feb 2003 18:21:01 -0500 Subject: [vlc] How to run VLC under WIN98 Message-ID: I downloaded the FULL version of the VLC binaries that is available under the Windows download area. I did not download anything other than the zip file vlc-0.5.0-win32-full.zip. When I try to run the program by clicking on the VLC.EXE under Explorer, nothing happens. When I try to run it from a DOS prompt, nothing happens. When I try to run the program from RUN under the START menu, nothing happens. By nothing happens, I mean I do not get any response or user interface. A CTRL ALT DEL does not reveal any tasks that look like VLC is running. I noticed in the FAQ that some libs need to be downloaded but I could not find any such libraries for Windows. I'm at a total loss. Thanks for your help sluce at pobox.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yakima at clbry.de Wed Feb 5 00:40:29 2003 From: yakima at clbry.de (yakima at clbry.de) Date: Wed, 5 Feb 2003 00:40:29 +0100 Subject: [vlc] Re: [ANN] VLC 0.5.0 In-Reply-To: Message-ID: <0B73C3DE-389A-11D7-BD12-003065664624@clbry.de> On Dienstag, Feb 4, 2003, at 17:50 Europe/Berlin, Derk-Jan Hartman wrote: > On dinsdag, feb 4, 2003, at 00:48 Europe/Amsterdam, yakima at clbry.de > wrote: >> Just some observations i have made using vlc 0.5.0 on MacOSX - i >> really don't have time for anything more detailed (verbose output and >> the like), but i wanted to give some feedback on some maybe trivial >> issues (all using the gui) and maybe find out if others know more/ >> experience the same: >> - i guess divx-subtitles do not work yet for macosx? (if they do: >> how?) > well you figured this one out i see (reading the list ;) no comment .. ;) >> - strangely enough, there are no shortcuts for some useful controls, >> e.g.: pause, play > Hmm, tried hitting the spacebar yet ;-) Only the most common shortcut > to play/pause a video in most Media Players. > that's a great feat! i was so used to the old shortcuts .. >> - is it really a wanted behavior that vlc starts playing files >> immediately, same if paused and the slider is moved? > It doesn't always play files immediately. If you use the Open dialog > and tell it to enqueue and not play or if you drag and drop files in > the playlist then they don't start to play immediately. If you > double-click a file, drag and drop it on the vlc icon or use the open > File menu it plays immediately. I'm thinking about changing the > default value in the Open dialog to "Always enqueue" for the next > release though. > that seems a great idea! alt: have an option like qt .. >> - responsiveness of the program is not too good at least on older >> macs (g3-400); as soon as you mess with e.g. screen size, you have to >> be rather patient (could that be some bug?) - even more testing: when >> playing a dvd, vlc does not let anything interfere, no force quit, >> only a forced restart (or is there a way to tell vlc to quit?) > > Well, with the previous version everyone was complaining that they > wanted higher thread priorities, so we changed this. This isn't meant > to happen of course. we will tweak this for the next release. that'd be great :) >> - strange as well, fullsceen playback of divx content seems to be >> slower than normal size (before it was rather the other way around) > > might be, because the fullscreen view is scaled i guess. It is rather > so that we probably cleaned up the normal windowed view, that it now > finally is in the state it should be. > well, with osx and all the anti-aliasing, a little scaling shouldn't be that bad if none of all these renderings is to be done .. maybe it is not real fullscreen though or some minor mishap, because the dock remains on top for some time, that's usually a hint at some interferences i have encountered with older games .. i am rather sure that qt fullscreen is always better than "normal" ie unscaled .. but maybe i just need a new mac ;) >> - (this again pertaining to slower macs) it seems that the ffmepg >> codec is slower on mp4 files than on avi files; is there a reason for >> that? do mp4 files need to be hinted for better playback even if used >> locally? > > No idea. The mp4 file handling is newer then the .avi and probably > less optimized. > >> - is there any documentation on the various options, particularly >> ffmpeg (i have checked the docs, looked around ffmpeg)? > > Hmmmm, no. You are welcome to write it ;) And don't forgot that if you > hover the mouse over a textfield or something usually a textpopup > shows explaining it's function. > well, the popups is all i need - if i find i know more than they tell, i'll be glad to write some (otherwise it is rather pointless i fear) >> Well, thanks once more for this nice app, hope i don't bother you too >> much ... >> yakima > > Never a bother. > greetings Derk-Jan Hartman > Thanks a lot! yakima > >> On Montag, Feb 3, 2003, at 20:09 Europe/Berlin, Sam Hocevar wrote: >> >>> The VideoLAN team is absolutely delighted to announce version >>> 0.5.0 >>> of VLC, the most beautiful cross-platform multimedia player that has >>> a >>> traffic cone as its logo, codenamed "sleeping is for weenies". >>> >>> >>> It is our extreme pleasure to deliver the following long-awaited >>> major features: >>> >>> - DVD navigation >>> >>> - new stream output architecture, allowing to act as a stream >>> server >>> >>> - new audio output architecture, with S/PDIF support, >>> multi-channel >>> support, volume setting >>> >>> - new codecs: Ogg/Vorbis, AAC, ADPCM, Xvid, DV, and many more >>> >>> - support for DivX subtitles >>> >>> - a Mozilla plugin based on VLC >>> >>> - localization support >>> >>> >>> Unfortunately the feature list would be too long to post here, and >>> spam filters would block it because there is so much sexy stuff in >>> it, >>> thus we suggest you have a look at the release notes here: >>> >>> http://developers.videolan.org/vlc/NEWS >>> >>> >>> You can download VLC for most operating systems here: >>> >>> http://www.videolan.org/vlc/ >>> >>> >>> Enjoy! >>> >>> -- Sam. >>> -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ >>> To unsubscribe, please read >>> http://www.videolan.org/support/lists.html >>> If you are in trouble, please contact >>> >> >> -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ >> To unsubscribe, please read http://www.videolan.org/support/lists.html >> If you are in trouble, please contact >> >> > ----------------------------------------------------------------------- > ---- > Universiteit Twente > ----------------------------------------------------------------------- > ---- > Derk-Jan 'The DJ' Hartman > ICQnr: 10111559 > Mail: mailto:d.hartman at student.utwente.nl > WWW: http://home.student.utwente.nl/d.hartman/ > Goto: http://www.student.utwente.nl/~macsatcampus > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ipkiss at via.ecp.fr Wed Feb 5 02:00:22 2003 From: ipkiss at via.ecp.fr (Olivier =?iso-8859-1?Q?Teuli=E8re?=) Date: Wed, 5 Feb 2003 02:00:22 +0100 Subject: [vlc] Re: How to run VLC under WIN98 In-Reply-To: References: Message-ID: <20030205010022.GA18911@via.ecp.fr> On Tue, Feb 04, 2003, Steve & Michael wrote: > When I try to run the program by clicking on the VLC.EXE under > Explorer, nothing happens. When I try to run it from a DOS prompt, > nothing happens. When I try to run the program from RUN under the > START menu, nothing happens. By nothing happens, I mean I do not get > any response or user interface. A CTRL ALT DEL does not reveal any > tasks that look like VLC is running. I noticed in the FAQ that some > libs need to be downloaded but I could not find any such libraries for > Windows. I'm at a total loss. You don't need to get any other lib, that package contains them all (in fact, the other one was already enough for most common use). Your problem is strange, though. You should have a "plugins" subdirectory containing many .dll files, do you have it ? This directory must be in the same directory as vlc.exe, or vlc won't work correctly. Regards, -- Olivier -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From MGansser at rand.de Wed Feb 5 08:21:27 2003 From: MGansser at rand.de (Gansser, Martin) Date: Wed, 5 Feb 2003 08:21:27 +0100 Subject: [vlc] vlc-0.5.0-main video output error: thread 6: mutex_lock failed at src/video_output/vout_pictures.c Message-ID: <78224A6821F87A4D8023B133E5B1140B493B83@srvmxellwangen2.ratc-de.com> Hi, I tried the new 0.5.0 on hpux 11.00, it compiles, but can't play mpeg's any longer. The same mpeg file plays fine on 0.4.6. /gvlc VideoLAN Client 0.5.0 Natalya [00000114] main interface error: option frequency does not exist [00000114] main interface error: option symbol-rate does not exist [00000120] main video output error: thread 6: mutex_lock failed at src/video_output/vout_pictures.c: 118 (22:Invalid argument) [00000120] main video output error: thread 6: mutex_unlock failed at src/video_output/vout_pictures. c:204 (22:Invalid argument) Program received signal SIGTRAP, Trace/breakpoint trap. [Switched to thread 7 (system thread 411)] 0x7bface84 in _fork_sys () from /usr/lib/libc.2 (gdb) bt #0 0x7bface84 in _fork_sys () from /usr/lib/libc.2 #1 0x7b853c84 in __pthread_fork () from /usr/lib/libpthread.1 #2 0x7bfb88b8 in fork () from /usr/lib/libc.2 #3 0x7b99cdd8 in ?? () from /usr/local/lib/libesd.sl #4 0x7b853c84 in __pthread_fork () from /usr/lib/libpthread.1 #5 0x2e460 in __config_GetInt () #6 0x7b853c84 in __pthread_fork () from /usr/lib/libpthread.1 #7 0x2cea8 in __module_Need () #8 0x47d24 in aout_OutputNew () #9 0x46d78 in __aout_DecNew () #10 0x7b853c84 in __pthread_fork () from /usr/lib/libpthread.1 great thanks Martin From yves at zarb.org Wed Feb 5 08:52:57 2003 From: yves at zarb.org (Yves Duret) Date: Wed, 05 Feb 2003 08:52:57 +0100 Subject: [vlc] Re: [ANN] VLC 0.5.0 In-Reply-To: <1044350037.2282.32.camel@qigon.dr.sncf.fr> References: <20030203190914.GT10643@zoy.org> <1044350037.2282.32.camel@qigon.dr.sncf.fr> Message-ID: <3E40C2D9.1070200@zarb.org> DAVID Philippe wrote: > > vlc requires libavcodec.so but it is not present in any package. > It could be usefull to put a link to libffmpeg and ffmpeg on the > download page or at least to say that it is required by vlc. if you are using RPM, they are included in MandrakeLinux distribution, so look at the nearest mirror. I recompiled those RPM for Redhat 8.0 too. they for the momment on ftp.videolan.org/incoming Can someone push them to website ? -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yves at zarb.org Wed Feb 5 08:54:51 2003 From: yves at zarb.org (Yves Duret) Date: Wed, 05 Feb 2003 08:54:51 +0100 Subject: [vlc] Re: mozilla plugin In-Reply-To: <1044354562.2895.43.camel@qigon.dr.sncf.fr> References: <1044354562.2895.43.camel@qigon.dr.sncf.fr> Message-ID: <3E40C34B.10400@zarb.org> DAVID Philippe wrote: > I installed the vlc plugin for mozilla. > > The package put the shared library in the /usr/lib/mozilla/plugin > directory > for my box, I need it to be in /usr/lib/mozilla-1.1/plugin. So I copied > the file in this one then chmod a+x it but it seems that mozilla does > not see it. Why? mozilla still looks for plugin under /usr/lib/mozilla/plugin here i have mozilla 1.3alpha (thus /usr/lib/mozilla-1.3a/plugin) and it works perfectly. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yves at zarb.org Wed Feb 5 08:58:36 2003 From: yves at zarb.org (Yves Duret) Date: Wed, 05 Feb 2003 08:58:36 +0100 Subject: [vlc] Re: RedHat 8.0 contribs? In-Reply-To: References: Message-ID: <3E40C42C.50401@zarb.org> Russell McOrmond wrote: > I am wondering if anyone else is building RedHat 8.0 RPM's for the > latest VLC before I do. I am short on time, but wanting to check the > latest out -- I didn't think I'd need to be patching spec files and > creating new RPM's before being able to do so. i made them. they still are in ftp.videolan.org/incoming one of the great lovely people will certainly put them on website too :) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From philippe.david at sncf.fr Wed Feb 5 09:16:37 2003 From: philippe.david at sncf.fr (DAVID Philippe) Date: 05 Feb 2003 09:16:37 +0100 Subject: [vlc] Re: mozilla plugin In-Reply-To: <3E40C34B.10400@zarb.org> References: <1044354562.2895.43.camel@qigon.dr.sncf.fr> <3E40C34B.10400@zarb.org> Message-ID: <1044432997.2325.5.camel@qigon.dr.sncf.fr> Le mer 05/02/2003 ? 08:54, Yves Duret a ?crit : > DAVID Philippe wrote: > > I installed the vlc plugin for mozilla. > > > > The package put the shared library in the /usr/lib/mozilla/plugin > > directory > > for my box, I need it to be in /usr/lib/mozilla-1.1/plugin. So I copied > > the file in this one then chmod a+x it but it seems that mozilla does > > not see it. Why? > > mozilla still looks for plugin under /usr/lib/mozilla/plugin > here i have mozilla 1.3alpha (thus /usr/lib/mozilla-1.3a/plugin) and it > works perfectly. In fact, i get it in mozilla AND mozilla-1.1 my mozilla version is :mozilla/5.0 (X11; U; i686;en-US; rv:1.1) Gecko/2002/08/26 Galeon which I think use the same plugins does not see it too -- Philippe DAVID SNCF - Recherche Unit? TIC 45, rue de Londres 75379 PARIS cedex 08 t?l : (+33) (0)1 53 42 93 09 fax : (+33) (0)1 53 42 93 14 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sermed at al-abbasi.net Wed Feb 5 11:16:40 2003 From: sermed at al-abbasi.net (sermed) Date: 05 Feb 2003 11:16:40 +0100 Subject: [vlc] Re: Problem with vlc 0.5.0 In-Reply-To: <20030204143210.GA11388@via.ecp.fr> References: <20030204143210.GA11388@via.ecp.fr> Message-ID: <1044440202.27818.11.camel@sermed@work> Hi again! I did as the faq said and I got rid of the error message but the problem now is that there is no video. vlc says that it's playing at normal rate and that the ipv6 modules is being used as you can see in the log below. I tried to run the same program on the ipv4 channel and it works. Is there anybody that have run an ipv6 multicast session, or knows anything about it. thank! main debug: unlocking module "access_udp" main debug: thread 6149 joined (src/input/input.c:191) main debug: creating new input thread main: playlist item `udp://@[FF01:0:0:0:0:0:0:43%eth0]:1234' main debug: waiting for thread completion main debug: thread 7173 (input) created at priority 0 (src/input/input.c:156) main debug: access `udp', demux `', name `@[FF01:0:0:0:0:0:0:43%eth0]:1234' main debug: looking for access module main debug: probing 1 candidate access_udp debug: opening server=:0 local=[FF01:0:0:0:0:0:0:43%eth0]:1234 main debug: looking for network module main debug: probing 1 candidate ipv6 warning: socket buffer size is 0x1fffe instead of 0x80000 ipv6 debug: Interface name specified: "eth0]" ipv6 warning: = #0 main debug: using network module "ipv6" main debug: unlocking module "ipv6" main debug: using access module "access_udp" On Tue, 2003-02-04 at 15:32, Christophe Massiot wrote: > On Tue, Feb 04, 2003, sermed wrote: > > > I downloaded the new vlc hoping for better ipv6 support, the unicast > > part for ipv6 runs perfectly but the problem is when it comes to > > multicast. The server is sending to the multicast group but the client > > has problem receiving the stream. I don't know if it me who is doning > > something wrong or if it is the vlc. Thankful for any advice. > > the log for the error on the vlc: > > [00000243] main input: playlist item `udp://@ff01:0:0:0:0:0:0:43' > > [00000243] access_udp input error: cannot parse bind port near > > :0:0:0:0:0:43 > > [00000243] access_udp input error: cannot parse bind port near > > :0:0:0:0:0:43 > > [00000243] main input error: no suitable access module for > > `udp/://@ff01:0:0:0:0:0:0:43' > > Have a look at VLC FAQ. > > -- > Christophe Massiot. > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Wed Feb 5 22:28:19 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Wed, 5 Feb 2003 22:28:19 +0100 Subject: [vlc] Re: Help me!!!VLC In-Reply-To: <000a01c2cca8$30b167a0$92cf573e@760052050G1> Message-ID: I would like to know the following Do you use a polish system? If you set your preferred language to English in the preference pane 'International', does vlc work in this case? Please submit the last contents of Library/Logs/CrashReporter/vlc.crash.log in your Home directory. You can open it with a TextEditor or with the Console application. Can you open .mpg files? If you remove Library/Preferences/VLC/vlrc in your Home directory, are you able to play .avi files again? greetings and awaiting your response Derk-Jan Hartman On woensdag, feb 5, 2003, at 00:50 Europe/Amsterdam, mariusz kulczycki wrote: > i have Power Book G3 and i? installed VLC-the latest version.it worked > excellent with AVI files. After few hours i tried to use it again,but > unfortunatelly it dint want to work- everytime i tried to play some > AVI that were working earlier , the result was the same:application > (VLC) had suddenly quit.What can be the problem?i did uninstall and > i've installed VLC again but its still not working.tell me please > where's the problem,because i really would like to use Your software > and i can't right now. By the way my system is Mac OS X.Thank You > kindly. > ? > Best regards > Marius > ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From pejvan at online.fr Thu Feb 6 00:16:14 2003 From: pejvan at online.fr (Pejvan BEIGUI) Date: Thu, 06 Feb 2003 00:16:14 +0100 Subject: [vlc] Re: Sub-titles in VLC? In-Reply-To: References: Message-ID: <3E419B3E.7000904@online.fr> works fine for me... (0.5.0 on Mac OS X 10.2.3) Pejvan nechanv at appx2.cjb.net wrote: > On Tue, 4 Feb 2003 23:48:08 +0100 Derk-Jan Hartman wrote: > >>On dinsdag, feb 4, 2003, at 21:03 Europe/Amsterdam, Christian Herbst >>wrote: >> >>>Great work you are doing with VLC! >>>Any chance that you will add support for sub-titles in the future for >>>VLC? >> >>Subtitles (both from file and from DVD) are already supported. >>The use of them is dependant on the platform you use. >> >>greetings Derk-Jan Hartman >>------------------------------------------------------------------------ > > I tried to play a .ogm movie file with two audio stream and two subtiltes stream muxed in the file. > VLC 0.5 realizes that there are two audio (and worked well) and two subs streams. But no subs > were shown. > If I play the same .ogm with Tobias DirectShow filters on WindowsMediaPlayer 6.4, I got the subs. > :-( > Any hint? > > > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From fab at via.ecp.fr Thu Feb 6 02:20:12 2003 From: fab at via.ecp.fr (Fabien Lanneluc) Date: Thu, 6 Feb 2003 02:20:12 +0100 Subject: [vlc] Re: Natalya: No sound In-Reply-To: <3E403677.30701@acm.org> References: <3E403677.30701@acm.org> Message-ID: <20030206012012.GH29679@via.ecp.fr> On Tue, Feb 04, 2003, Dieter Kraft wrote: > Hi, > I'm using 0.5.0 on a Dell Inspiron 8100 with sound driver ESS > Maestro3/Allegro I have an Inspiron 8100 too. With 0.4.6, I had the same errors than you, and I had no sound with the /dev/dsp driver. It worked with the esd plugin, I must say quite bad. Now with 0.5.0, it seems to work better with the esd plugin ; try to install the vlc-plugin-esd package, and choose it in the preferences. Of course, I would like to know why it doesn't want to work with the OSS driver as well :) -- Fabien Lanneluc -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From richard at lang-E.com Thu Feb 6 03:52:09 2003 From: richard at lang-E.com (Richard Lang) Date: Thu, 06 Feb 2003 02:52:09 GMT Subject: [vlc] please help Message-ID: <20030206025209.2918.qmail@cia.com.au> Hi, I have installed vlc 0.5.0 into my Slackware Linux using the downloaded RPMs (converted to tgz). However, when I start vlc, it cannot find libavcodec.so. Please help :-) Cheers, Richard -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jrobbins5 at cinci.rr.com Thu Feb 6 04:41:24 2003 From: jrobbins5 at cinci.rr.com (Jennifer Robbins) Date: Wed, 5 Feb 2003 22:41:24 -0500 Subject: [vlc] No sound Message-ID: Greetings from Cincinnati, USA, and thank you to the developers for sharing this very useful program. However, when I play a VCD disc, I very quickly lose the sound. At the default (initial) screen size, the sound goes out after one minute, fifteen seconds (1:15). If I enlarge the screen, the sound stops playing after correspondingly less time. Is this some sort of buffer problem? I am running a Mac, OS 10.1.5. VLC v. 5.0. I have LOTS of memory. I have tried running from a disc image instead of the CD but have so far failed. Suggestions would be much appreciated. Merci, vielen danke, domo arigato, asante and thank you. Jen -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From xuemei.pu at philips.com Thu Feb 6 09:07:51 2003 From: xuemei.pu at philips.com (xuemei.pu at philips.com) Date: Thu, 6 Feb 2003 09:07:51 +0100 Subject: [vlc] vlc? Message-ID: Morning, Thanks for developing and sharing this very useful program. Is that possible to use a third party video player programme (e.g. mplayer, plaympeg, xine, and so on) to paly the streaming from vls? Is vlc the only programme that can run the streaming form vls? Kind regards. Xuemei Pu -------------- next part -------------- An HTML attachment was scrubbed... URL: From philippe.david at sncf.fr Thu Feb 6 09:21:06 2003 From: philippe.david at sncf.fr (DAVID Philippe) Date: 06 Feb 2003 09:21:06 +0100 Subject: [vlc] Re: Failed dependencies, can't seem to remedy In-Reply-To: References: Message-ID: <1044519666.2245.1.camel@qigon.dr.sncf.fr> Le mer 05/02/2003 ? 14:12, Phinney, Kurt (DPH) a ?crit : > Having trouble with the vlc install. > "error: Failed dependencies: > libavcodec.so is needed by vlc-0.5.0-1mdk > libdvdplay.so.0 is needed by vlc-0.5.0-1mdk > libdvdread.so.2 is needed by vlc-0.5.0-1mdk" libavcodec is provided by ffmpeg package (not on the viceolan site by provided by mdk) there is circular dependencies in vlc so use rpm -Uvh --nodeps XXXXXXXXXXXXXX.rpm to install the packages. > I have tried to install the individual libraries but they are still not > found. Is there an rpm that I am missing? Using RH8.0 > Thank you - and I really enjoy using vlc on Mac and Windows - just trying to > get a linux computer up to speed. > > Email: Kurt.Phinney at state.ma.us > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- Philippe DAVID SNCF - Recherche Unit? TIC 45, rue de Londres 75379 PARIS cedex 08 t?l : (+33) (0)1 53 42 93 09 fax : (+33) (0)1 53 42 93 14 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Thu Feb 6 12:30:40 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Thu, 6 Feb 2003 12:30:40 +0100 Subject: [vlc] Re: Natalya: No sound In-Reply-To: <20030206012012.GH29679@via.ecp.fr> References: <3E403677.30701@acm.org> <20030206012012.GH29679@via.ecp.fr> Message-ID: <20030206113039.GA749@hobbes> > Of course, I would like to know why it doesn't want to work with the OSS > driver as well :) Because esd is hugging the dsp device. Try running killall esd befor louching vlc with the oss module. Sigmund -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From dreamless at attbi.com Thu Feb 6 16:01:03 2003 From: dreamless at attbi.com (Nick Zitzmann) Date: Thu, 6 Feb 2003 07:01:03 -0800 Subject: [vlc] VLC 0.5 won't compile... Message-ID: I'm trying to compile VLC 0.5 under Linux/MIPSEL 2.2.21 and I'm getting the same error every time: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE -DLOCALEDIR=\"/usr/local/share/locale\" -DDATA_PATH=\"/usr/local/share/vlc\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -D__VLC__ -D__PLUGIN__ -DMODULE_NAME=oss -DMODULE_NAME_IS_oss -DSYS_LINUX -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fPIC -I./include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE -DLOCALEDIR=\"/usr/local/share/locale\" -DDATA_PATH=\"/usr/local/share/vlc\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -D__VLC__ -D__PLUGIN__ -DMODULE_NAME=oss -DMODULE_NAME_IS_oss -Winline -Wsign-compare -Wall -finline-limit-30000 -pipe -c -o modules/audio_output/modules_audio_output_liboss_plugin_a-oss.o `test -f 'modules/audio_output/oss.c' || echo './'`modules/audio_output/oss.c In file included from /usr/include/sys/soundcard.h:1, from modules/audio_output/oss.c:51: /usr/include/linux/soundcard.h:188: warning: `AFMT_S16_NE' redefined include/audio_output.h:71: warning: this is the location of the previous definition modules/audio_output/oss.c: In function `Probe': modules/audio_output/oss.c:133: `AFMT_AC3' undeclared (first use in this function) modules/audio_output/oss.c:133: (Each undeclared identifier is reported only once modules/audio_output/oss.c:133: for each function it appears in.) modules/audio_output/oss.c: In function `Open': modules/audio_output/oss.c:339: `AFMT_AC3' undeclared (first use in this function) make[2]: *** [modules/audio_output/modules_audio_output_liboss_plugin_a-oss.o] Error 1 make[2]: Leaving directory `/home/nickzman/vlc-stuff/vlc-0.5.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/nickzman/vlc-stuff/vlc-0.5.0' make: *** [all] Error 2 What exactly is "AFMT_AC3"? I searched my disk for files that might define that and didn't find anything. I had no problems compiling VLC 0.4.6... Any ideas? Nick Zitzmann AIM/iChat: dragonsdontsleep Check out my software page: http://dreamless.home.attbi.com/ #include -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Thu Feb 6 16:15:42 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Thu, 6 Feb 2003 16:15:42 +0100 Subject: [vlc] Re: VLC 0.5 won't compile... In-Reply-To: References: Message-ID: <20030206151542.GA9664@via.ecp.fr> On Thu, Feb 06, 2003, Nick Zitzmann wrote: > /usr/include/linux/soundcard.h:188: warning: `AFMT_S16_NE' redefined > include/audio_output.h:71: warning: this is the location of the > previous definition > modules/audio_output/oss.c: In function `Probe': > modules/audio_output/oss.c:133: `AFMT_AC3' undeclared (first use in > this function) > modules/audio_output/oss.c:133: (Each undeclared identifier is reported > only once > modules/audio_output/oss.c:133: for each function it appears in.) Could you retry with the latest cvs ? -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yves at zarb.org Thu Feb 6 16:31:42 2003 From: yves at zarb.org (Yves Duret) Date: Thu, 06 Feb 2003 16:31:42 +0100 Subject: [vlc] Re: Failed dependencies, can't seem to remedy In-Reply-To: References: Message-ID: <3E427FDE.4000804@zarb.org> Phinney, Kurt (DPH) wrote: > Having trouble with the vlc install. > "error: Failed dependencies: > libavcodec.so is needed by vlc-0.5.0-1mdk > libdvdplay.so.0 is needed by vlc-0.5.0-1mdk > libdvdread.so.2 is needed by vlc-0.5.0-1mdk" > I have tried to install the individual libraries but they are still not > found. Is there an rpm that I am missing? Using RH8.0 > Thank you - and I really enjoy using vlc on Mac and Windows - just trying to > get a linux computer up to speed. take the special RH 80 rpms from ftp.videolan.org/incoming hope they will soon be on website too ! -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yves at zarb.org Thu Feb 6 16:32:53 2003 From: yves at zarb.org (Yves Duret) Date: Thu, 06 Feb 2003 16:32:53 +0100 Subject: [vlc] Re: Troubles with vlc-0.5.0-1mdk.i586.rpm In-Reply-To: <20030206092919.1680025d.dbitouze@wanadoo.fr> References: <20030206092919.1680025d.dbitouze@wanadoo.fr> Message-ID: <3E428025.9040503@zarb.org> Denis Bitouz? wrote: > Hello, > > I downloaded all the latest RPM x86 packages for Mandrake (0.5.0): I have Mandrake 9.0. When I try to install them by the command > > urpmi vlc-0.5.0-1mdk.i586.rpm download vlc-gtk and so on and put them on your urpmi commandline. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Thu Feb 6 17:09:24 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Thu, 6 Feb 2003 17:09:24 +0100 Subject: [vlc] Re: Failed dependencies, can't seem to remedy In-Reply-To: <3E427FDE.4000804@zarb.org> References: <3E427FDE.4000804@zarb.org> Message-ID: <20030206160924.GA4157@via.ecp.fr> On Thu, Feb 06, 2003, Yves Duret wrote: > >I have tried to install the individual libraries but they are still not > >found. Is there an rpm that I am missing? Using RH8.0 > >Thank you - and I really enjoy using vlc on Mac and Windows - just trying > >to > >get a linux computer up to speed. > > take the special RH 80 rpms from ftp.videolan.org/incoming > hope they will soon be on website too ! Done. Hope it works. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Thu Feb 6 18:49:52 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Thu, 6 Feb 2003 18:49:52 +0100 Subject: [vlc] Re: Performance issues in VLC In-Reply-To: <3E416301.16916.64945A@localhost> References: <3E416301.16916.64945A@localhost> Message-ID: <20030206174952.GA9473@hobbes> First check that the files run without frame-loss when the files are played locally, it they don't there is a problem with the way vlc interfaces with directx. When you are certain that there is no problem there you could try changing the amount of cache vlc uses for files (settings->preferences->input under input-module select "file" and click "configure" to change it). Hope this can be of any help. Sigmund On Wed, Feb 05, 2003 at 07:16:17PM +0530, Subrata Sarkar wrote: > Hi, > > Recently we have got a evaluation copy of VLC (v 0.4.6 and v 0.5.0) software. While > evaluating this we have come across with some of the issues while playing the files > (MPEG) over the network. We maintain a NFS server for file serving for all the cases. > Our NFS server based on Linux (RedHat 7.3 with Kernel 2.4x). VLC is playing on > Windows 2k system with SP2. > > While playing with the version 4.6 we found that the display loses so many frame that > the movement of the film does not appear correctly. While playing the same with 5.0 > version of VLC we found this is better then 4.6. But here also we are loosing so many > frames. > > Apparently we tried with other software as well Windows Media Player also, in these > cases files are playing perfectly with out loosing frames. > > We also tried with Hummingbird file sharing utility, the problem remains same for VLC, > where other player plays the files well. > > I might blame my 100 mbps network band, but I surprise that it is doing well to other > utilities. > > I have minimum 256MB RAM to all the PCs with 800 MHZ CPU speed while testing. > We are not concernd the files to be played locally. > > Pls do advice us how to fine tune the application to have a better performance or to > hand shake with NFS or Hummingbird application. > > We would remain in same status until we receive a advice from your end. > > Thanking you, > Best Regards, > > Subrata Sarkar > SchleifMaster > Bangalore. > > Subrata > Schleif Master Pvt. Ltd., Bangalore > Tel : +91-080-344 4490/1559/0861 > Fax : +91-080-331 4134 > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Thu Feb 6 19:25:46 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Thu, 6 Feb 2003 19:25:46 +0100 Subject: [vlc] Re: internet explorer plugin In-Reply-To: <000001c2cdf4$79218770$55428c0a@rrstesiakxp> References: <000001c2cdf4$79218770$55428c0a@rrstesiakxp> Message-ID: <20030206182546.GA10603@hobbes> > I am not able to successfully get Internet Explorer [6.0] to auto-launch > vlc; even after associating the .VOB extension in "Folder Options" - > could someone please provide detailed instructions.maybe I'm missing > some small critical step - any help would be greatly appreciated. We have had reports that this does not work, but have not come to a conclution as of why. So if you could do some tests and send the results back here we whould be grateful. 1: in the preferences dialog, under "interface", write "logger" in the "extra interface modules" field. Save settings and try launching from internet explorer again. You should now get a file called vlc-log.txt somewhere, possibly in the current directory. Send us this file. 2: in the preferences dialog, under "interface", write the full path of the "plugins" subdirectory of the directory where you installed vlc in the "plugin search path" field. If you installed vlc in C:\program files\vlc you should write c:\program files\vlc\plugins Save settings and try again. Did that work? Sigmund -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sabbia at libero.it Thu Feb 6 20:32:43 2003 From: sabbia at libero.it (Sabbia) Date: Thu, 6 Feb 2003 20:32:43 +0100 Subject: [vlc] Help VLC and UDP multicast on WINXP Message-ID: <002101c2ce16$c362f540$2a346e01@celeborn> I need help. I have only a MUTLICAST IP:PORT where I know a video mpeg2 stream goes. How can I do that? I have tried to insert the multicast ip 239.x.x.x:12345 as UDP Multicast Address but it doesn't work. The messages window says "input error:recv() failed (Bad file descriptor)" I've just only put the IP in UDP Multicast field on Network Window and nothing else (no others settings). It happens with every VLC version on WinXp Anybody could help me? Bye Sabbia -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.bitouze at wanadoo.fr Thu Feb 6 21:59:51 2003 From: denis.bitouze at wanadoo.fr (Denis Bitouze) Date: Thu, 6 Feb 2003 21:59:51 +0100 Subject: [vlc] Re: Troubles with vlc-0.5.0-1mdk.i586.rpm In-Reply-To: <3E428025.9040503@zarb.org> References: <20030206092919.1680025d.dbitouze@wanadoo.fr> <3E428025.9040503@zarb.org> Message-ID: <20030206215951.4ef2aac7.denis.bitouze@wanadoo.fr> Le Thu, 06 Feb 2003 16:32:53 +0100 Yves Duret a ?crit : > Denis Bitouz? wrote: > > I downloaded all the latest RPM x86 packages for Mandrake (0.5.0): I have Mandrake 9.0. When I try to install them by the command > > > > urpmi vlc-0.5.0-1mdk.i586.rpm > > download vlc-gtk and so on > and put them on your urpmi commandline. OK, it works, thanks. But I still have the same trouble with glibc: [root at localhost VLC]# urpmi *.rpm Afin de poursuivre la mise-?-jour, les paquetages suivants doivent ?tre d?sinstall?s: libdvdcss2-devel-1.2.4-2 Etes-vous d'accord? (O/n) installation de ./vlc-plugin-ggi-0.5.0-1mdk.i586.rpm ./vlc-plugin-arts-0.5.0-1mdk.i586.rpm ./gnome-vlc-0.5.0-1mdk.i586.rpm ./libxosd1-1.0.4-1mdk.i586.rpm ./libdvdcss2-1.2.5-1.i586.rpm ./vlc-plugin-a52-0.5.0-1mdk.i586.rpm ./vlc-plugin-sdl-0.5.0-1mdk.i586.rpm ./vlc-plugin-mad-0.5.0-1mdk.i586.rpm ./vlc-plugin-aa-0.5.0-1mdk.i586.rpm ./vlc-plugin-dv-0.5.0-1mdk.i586.rpm ./vlc-plugin-ncurses-0.5.0-1mdk.i586.rpm ./vlc-plugin-alsa-0.5.0-1mdk.i586.rpm ./vlc-plugin-esd-0.5.0-1mdk.i586.rpm ./vlc-plugin-dvb-0.5.0-1mdk.i586.rpm ./vlc-plugin-lirc-0.5.0-1mdk.i586.rpm ./libxosd1-devel-1.0.4-1mdk.i586.rpm ./vlc-0.5.0-1mdk.i586.rpm ./libdvbpsi1-0.1.2-3mdk.i586.rpm ./libdvdplay0-1.0.0-1mdk.i586.rpm ./vlc-plugin-ogg-0.5.0-1mdk.i586.rpm ./vlc-plugin-xosd-0.5.0-1mdk.i586.rpm ./libopenslp1-1.0.10-1mdk.i586.rpm ./openslp-1.0.10-1mdk.i586.rpm ./libxosd2-2.0.2-1mdk.i586.rpm ./vlc-plugin-slp-0.5.0-1mdk.i586.rpm ./gvlc-0.5.0-1mdk.i586.rpm L'installation a ?chou?: libc.so.6(GLIBC_2.3) est n?cessaire ? vlc-0.5.0-1mdk libc.so.6(GLIBC_2.3) est n?cessaire ? libopenslp1-1.0.10-1mdk libc.so.6(GLIBC_2.3) est n?cessaire ? openslp-1.0.10-1mdk Thanks for any help. Denis. -- -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yves at zarb.org Fri Feb 7 09:49:12 2003 From: yves at zarb.org (Yves Duret) Date: Fri, 07 Feb 2003 09:49:12 +0100 Subject: [vlc] Re: Failed dependencies, can't seem to remedy In-Reply-To: <1044586853.2319.547.camel@timetop> References: <1044586853.2319.547.camel@timetop> Message-ID: <3E437308.7050505@zarb.org> philo vivero wrote: > On Thu, 2003-02-06 at 09:23, Phinney, Kurt (DPH) wrote: > >>Thanks! Found the libs and it's up and running. > Obviously my glibc is out-of-date from what VLC asks for, but that's the > least of my worries. i will rebuild vlc for stock 9.0 today. > Finding libdvdread.so.2 and libavcodec.so has proved to be more > difficult than I at first imagined. rpmfind.net didn't help me any. > That's what usually gets me through my dependency woes. I saw nothing on > VLC website about where I might find these two files (or what packages > might provide them). > > I browsed the VLC documentation section of the website for about twenty > minutes and couldn't find anything, either. Prob'ly missed a link > somewhere. website have been updated http://www.videolan.org/vlc/download-linux.html you should really use urpmi. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ZAVALA_JUAN_NONLILLY at LILLY.COM Fri Feb 7 16:35:44 2003 From: ZAVALA_JUAN_NONLILLY at LILLY.COM (ZAVALA_JUAN_NONLILLY at LILLY.COM) Date: Fri, 07 Feb 2003 11:35:44 -0400 Subject: [vlc] Re: Windows 2000 screen saver Message-ID: Hi there, This new version works great, the only thing I found it's that every time Windows 2000 goes into the screen saver vlc crach. After this I click on the icon and tha application will not start, I even rebooted the system but still will not start vlc. To solve this I typed : vlc --intf win32 and yes it worked. Is the only solution to this to deactivate the windows screen saver? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From d.hartman at student.utwente.nl Sun Feb 9 02:39:36 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Sun, 9 Feb 2003 02:39:36 +0100 Subject: [vlc] Re: VideoLan and Closed Captions In-Reply-To: <3E3758650000F555@ims1e.cp.tin.it> Message-ID: <58B9E49E-3BCF-11D7-8E62-0030656CFA88@student.utwente.nl> I have added your feature request to our bugtracking system. http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=263 Derk-Jan Hartman On zaterdag, feb 8, 2003, at 04:56 Europe/Amsterdam, Antonio Verde wrote: > Dear Sir/Madam, > > I am a Macintosh user and am interested in using VideoLan mainly as > a replacemente for the DVD player software that comes with every Mac. > Actually, > said Apple DVD player is pretty good, but it lacks an important feature > ("closed captions display", present on some Windows DVD players as > PowerDVD) > that I find extremely useful. > > I use to buy US DVDs (zone 1) that very often do not include > subtitles > (open captions), but only closed captions (subtitles needing a special > decoder, usually available in US TV sets). Being a non-native English > speaker, > I find subtitles very convenient, in order to fully understand the > content > of DVD movies, thus the lack of closed captions display capabilities on > Apple DVD player software is quite annoying. > > Since VideoLan is an ever developing project, I am wondering if > would > it be possible in the (near) future to add a closed caption display > feature > in your software. > > Thank you very much for your attention > > Sincerely yours > > Antonio Verde > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From smartwoman at gmx.de Sun Feb 9 18:56:42 2003 From: smartwoman at gmx.de (Alke Wellbrock) Date: Sun, 9 Feb 2003 18:56:42 +0100 Subject: [vlc] VideoLAN & Video-Conference? Message-ID: <003301c2d064$a4c24fa0$8860b8d9@SUNSHINE> Hi there! I find vlc-streaming video a very interesting project and would like to present a request within this mailing list: I'm looking for a possibility to install a system which enables a client of mine to offer the possibility to hold video-conferences with her patients. What she would like to offer is a service throughout certain times (of the day/week) where patients can get into contact with her (other than by phone as she as a doctor wants the patients to be able to s e e her), thus enjoying the opportunity to ask her questions more personally. This service will cost a certain amount of money. Now, as far as I can see, the doctor using a Webcam could send her pictures and sound through to the client who has the (free) software vlc installed on his computer. But how about the possibilities in the above scenario for the doctor to h e a r the client throughout such a conversation? And what would be the minimum technical requirements on both sides - user and doctor - to enable a convenient conversation between them? In case anybody knows a solution for the above, I would very much appreciate to hear about their ideas & knowledge! Thank you very much in advance for your time & ideas! Alke -------------- next part -------------- An HTML attachment was scrubbed... URL: From markusoliverbauer at web.de Sun Feb 9 21:37:52 2003 From: markusoliverbauer at web.de (Markus Bauer) Date: Sun, 9 Feb 2003 21:37:52 +0100 Subject: [vlc] Re: OSX problem References: Message-ID: <000501c2d07b$20172de0$c7ccfea9@center> Hallo Matthias, das Programm sollte ?berhaupt nicht crashen. VLC sollte eigentlich einwandfrei laufen. Bei mir tut es das jedenfalls. Gruss Markus ----- Original Message ----- From: "Matthias Giesel" To: Sent: Sunday, February 09, 2003 8:16 PM Subject: [vlc] OSX problem Hi First of all you did a fantastic job by progging this great application, but I downloaded the 0.5.0 Version and it allways crashes after 2sec. with a black window. I couldn?t find the problem, do I have to specify some decoders or what I?m doing wrong mybe You can help me. Thnx and Ciao Matthias :) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From cxd204 at yahoo.com Mon Feb 10 02:46:13 2003 From: cxd204 at yahoo.com (Christopher DeMarco) Date: Sun, 9 Feb 2003 17:46:13 -0800 (PST) Subject: [vlc] mozilla plugin - compiled great, but now what? Message-ID: <20030210014613.65858.qmail@web40802.mail.yahoo.com> After much rpm-generated agony (driving me near to Slackware!), I've the vlc-0.5.0 mozilla plugins compiled and installed. (and there was much rejoicing) The browser sees the plugins, and I can point Mozilla at file:///home/cdemarco/media/dancingladies.vob or whatever, but that's about all I can get it to do. I know I can point it at the Internet and see all kinds of open and proprietary content, but my main interest is in seeing my own VLS streams. Can I use the plugin like the X11 client to view streams from a VLS server? How do I control the plugin? Is there documentation available? This is a huge issue for me, and if there ISN'T documentation right now, gimmie a brain dump and I'll write it for y'all. Heck, I might even volunteer to learn SGML and do you DocBook if there's any interest... like I don't have enough to do already ;) Any help much appreciated... ...and when does Sam typically hang out on #videolan? ===== ~ You are in a maze of twisty passages, all alike. Christopher DeMarco +6013 389 5658 __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Mon Feb 10 11:04:37 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Mon, 10 Feb 2003 11:04:37 +0100 Subject: [vlc] Re: vlc-0.5.0-main video output error: thread 6: mutex_lock failed at src/video_output/vout_pictures.c In-Reply-To: <78224A6821F87A4D8023B133E5B1140B493B83@srvmxellwangen2.ratc-de.com> References: <78224A6821F87A4D8023B133E5B1140B493B83@srvmxellwangen2.ratc-de.com> Message-ID: <20030210100437.GA23172@via.ecp.fr> On Wed, Feb 05, 2003, Gansser, Martin wrote: > I tried the new 0.5.0 on hpux 11.00, it compiles, but can't play mpeg's > any longer. The same mpeg file plays fine on 0.4.6. I'd love to help you with this one, but I don't really know what to do. Could you try with --noaudio --novideo ? Could you see if HAVE_PTHREAD_H is defined in config.h ? You may need to add -lpthread or -pthread to your LDFLAGS. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From Merlin-TC at web.de Mon Feb 10 12:15:15 2003 From: Merlin-TC at web.de (Merlin-TC at web.de) Date: Mon, 10 Feb 2003 12:15:15 +0100 Subject: [vlc] Re: VideoLAN & Video-Conference? Message-ID: <200302101115.h1ABFFe09994@mailgate5.cinetic.de> I think this won't be possible with videolan in the near future because it focuses on high bandwith transmissions afaik. And it also does not encode the video, it just takes an MPEG stream and sends it over an IP network. I think your best chance would be to use Net Meeting what is integrated in any windows version since 98B and is also "free" (ok, windows isn't). If you want to use it in Linux then use GNome Meeting. It is also compatible with Net Meeting so one can have net meeting and the other GNome Meeting. I hope that helps, byebye ______________________________________________________________________________ Die vCard - Ihr neues Kennzeichen - bei WEB.DE FreeMail! http://freemail.web.de/features/?mc=021156 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 1518 bytes Desc: S/MIME Cryptographic Signature URL: From khleung at engineer.com Mon Feb 10 14:40:41 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 10 Feb 2003 08:40:41 -0500 Subject: [vlc] CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030210134041.64026.qmail@mail.com> Dear ALL, I am NOT able to play avi files and asf files in my iPAq running familar with OPIE and opie-vlc opie-vlc http://xxxxxx:xxxx/xxx.asf or .avi it just simply gives a grey screen on the screen or nothing appear or error: cannot find LIST_xxx do you know why? thank you for your help in advance! andrew -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 10 14:40:34 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 10 Feb 2003 08:40:34 -0500 Subject: [vlc] CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030210134034.63969.qmail@mail.com> Dear ALL, I am able to play avi files and asf files in my iPAq running familar with OPIE and opie-vlc opie-vlc http://xxxxxx:xxxx/xxx.asf or .avi it just simply gives a grey screen on the screen or nothing appear or error: cannot find LIST_xxx do you know why? thank you for your help in advance! andrew -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 10 16:33:21 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 10 Feb 2003 10:33:21 -0500 Subject: [vlc] opie-vlc CANNOT play *.asf or *.avi Message-ID: <20030210153321.56716.qmail@mail.com> Dear ALL Hello, I am using opie-vlc 0.4.6 in iPAQ running familar and OPIE i can receive video in mpeg format (poor quality) but I cannot receive video in avi or asf format it is supposed to be ok, rit? Do you know why? the iPAq just give a gre yscreen or nothing when i opie-vlc http://XXXX:XXX/XXX.asf thank you for your help in advance Andrew -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From xuemei.pu at philips.com Mon Feb 10 17:15:44 2003 From: xuemei.pu at philips.com (xuemei.pu at philips.com) Date: Mon, 10 Feb 2003 17:15:44 +0100 Subject: [vlc] IPv6 Message-ID: Hi, Does anybody have the experience using vls and vlc in the linux IPv6 network env.? I configured the vls.cfg as the following: BEGIN "client1" Domain = "inet6" DstHost = "2002:8291:ae07:0:206:5bff:fe76:2288 " DstPort = "1234" END BEGIN "client2" Domain = "inet6" DstHost = "2002:8291:ae06:8291:ae06 " DstPort = "1234" END When I run vls, it gave me the error msg on the "DstHost" at the "client1". There was no error msg on the "client2". However, when I run vlc in the "client2", I could not get any streaming. Please, any help and advices? Kind regards. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From pawel at it.kth.se Mon Feb 10 17:34:03 2003 From: pawel at it.kth.se (Pawel Wiatr) Date: Mon, 10 Feb 2003 17:34:03 +0100 Subject: [vlc] Re: IPv6 In-Reply-To: References: Message-ID: <200302101734.03576.pawel@it.kth.se> Hello ! I have tried and vls works perfectly in IPv6 unicast (multicast is another story). I am surprised because the client2 address is should consist 8 words (16 int), and you have only 5. Could you put the that you have got when running vls, please ? Pawel On Monday 10 February 2003 17:15, you wrote: > Hi, > > Does anybody have the experience using vls and vlc in the linux IPv6 > network env.? I configured the vls.cfg as the following: > > BEGIN "client1" > Domain = "inet6" > DstHost = "2002:8291:ae07:0:206:5bff:fe76:2288 " > DstPort = "1234" > END > > BEGIN "client2" > Domain = "inet6" > DstHost = "2002:8291:ae06:8291:ae06 " > DstPort = "1234" > END > > When I run vls, it gave me the error msg on the "DstHost" at the "client1". > There was no error msg on the "client2". However, when I run vlc in the > "client2", I could not get any streaming. > > Please, any help and advices? > > Kind regards. -- Pawel Wiatr PhD student at KTH, Royal Institute of Technology, Sweden http://www.it.kth.se/~pawel/ Tel: +46 73 614 48 02 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Mon Feb 10 18:05:35 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Mon, 10 Feb 2003 18:05:35 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030210134041.64026.qmail@mail.com> Message-ID: <3E47DBDF.9040109@natlab.research.philips.com> Andrew leung wrote: > Dear ALL, > > I am NOT able to play avi files and asf files in my iPAq running familar with OPIE and opie-vlc > > opie-vlc http://xxxxxx:xxxx/xxx.asf or .avi > > it just simply gives a grey screen on the screen or nothing appear > or error: cannot find LIST_xxx Can you send a log file for this error: "cannot find LIST_xxxx" ? > > > do you know why? AVI playback with opie-vlc is *slow* for video. Audio works. So it largely depends on how *big* the video screensize and bitrate is, if video will be displayed. There is more work todo in this area ;-) -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Mon Feb 10 21:06:07 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Mon, 10 Feb 2003 21:06:07 +0100 Subject: [vlc] Re: opie-vlc CANNOT play *.asf or *.avi References: <20030210153321.56716.qmail@mail.com> Message-ID: <3E48062F.60502@wxs.nl> Andrew leung wrote: > Dear ALL > > Hello, I am using opie-vlc 0.4.6 in iPAQ running familar and OPIE > > i can receive video in mpeg format (poor quality) but I cannot receive video in avi or asf format > > it is supposed to be ok, rit? Do you know why? the iPAq just give a gre yscreen or nothing when i > > opie-vlc http://XXXX:XXX/XXX.asf > > thank you for your help in advance > > > > Andrew Please do not cross-post when it is not needed. Your question only concerns vlc and not vls. Thank you. Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From budcluster at fastwebnet.it Mon Feb 10 23:16:16 2003 From: budcluster at fastwebnet.it (-=bUdclUster=-) Date: Mon, 10 Feb 2003 23:16:16 +0100 Subject: [vlc] Re: Help VLC and UDP multicast on WINXP References: <002101c2ce16$c362f540$2a346e01@celeborn> Message-ID: <001001c2d152$07ef9360$c550ff29@xanadu> >I have only a MUTLICAST IP:PORT where I know a video mpeg2 stream goes. >How can I do that? I have tried to insert the multicast ip 239.x.x.x:12345 as UDP Multicast >Address but it doesn't work. i dont tink it's a good idea posting some IP... ...chi ha orecchie intenda ... -=bUDclUster=- -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Mon Feb 10 23:27:37 2003 From: sam at zoy.org (Sam Hocevar) Date: Mon, 10 Feb 2003 23:27:37 +0100 Subject: [vlc] Re: mozilla plugin - compiled great, but now what? In-Reply-To: <20030210014613.65858.qmail@web40802.mail.yahoo.com> References: <20030210014613.65858.qmail@web40802.mail.yahoo.com> Message-ID: <20030210222737.GE14843@zoy.org> On Sun, Feb 09, 2003, Christopher DeMarco wrote: > This is a huge issue for me, and if there ISN'T documentation right now, > gimmie a brain dump and I'll write it for y'all. > > Any help much appreciated... > > ...and when does Sam typically hang out on #videolan? Sam is currently trying to earn his diploma and won't have much time for hanging out on #videolan until tomorrow. Here is some HTML to give you an idea: Play MP3 Pause MP3 Stop MP3 Play UDP stream Stop UDP stream Fullscreen More cool stuff tomorrow, stay tuned! :-) -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Mon Feb 10 23:47:26 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Mon, 10 Feb 2003 23:47:26 +0100 Subject: [vlc] Starting localization for vlc-0.5.1 Message-ID: Dear friends, The strings of VLC have been frozen until the 0.5.1 release. Localizers can now start working on localized versions of pre-0.5.1 snapshots. The po files to translate are available here : http://www.videolan.org/pub/videolan/devtools/vlc-po-files.tar.gz Instructions are in the README file. Please contact us in case of trouble, or to send your .po file. Buttons and text areas may be too narrow for localized text, please yell at us if we need to enlarge some of them. If you are working on a translation, please say so in the vlc-devel mailing-list. It would be bad to duplicate efforts for the same language... To allow you to test your translations with pre-0.5.1 snapshots, we have set up 0.5.1-test1 packages here : http://www.videolan.org/pub/videolan/testing/vlc-0.5.1-test1 It also includes an OS X binary. For developers : - ./toolbox --update-po shouldn't be called until the release - I have uploaded a new version of my /usr/local for OS X, with theora support For the VLC team, -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Tue Feb 11 04:43:29 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 10 Feb 2003 22:43:29 -0500 Subject: [vlc] Re: opie-vlc CANNOT play *.asf or *.avi Message-ID: <20030211034329.36752.qmail@mail.com> Jean-Paul Saman, I see, I am sorry. Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 10 Feb 2003 21:06:07 +0100 To: vlc at videolan.org Subject: [vlc] Re: opie-vlc CANNOT play *.asf or *.avi > Andrew leung wrote: > > Dear ALL > > > > Hello, I am using opie-vlc 0.4.6 in iPAQ running familar and OPIE > > > > i can receive video in mpeg format (poor quality) but I cannot receive video in avi or asf format > > > > it is supposed to be ok, rit? Do you know why? the iPAq just give a gre yscreen or nothing when i > > > > opie-vlc http://XXXX:XXX/XXX.asf > > > > thank you for your help in advance > > > > > > > > Andrew > > Please do not cross-post when it is not needed. Your question only > concerns vlc and not vls. > > Thank you. > > Greetings, > Jean-Paul Saman. > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From cxd204 at yahoo.com Tue Feb 11 07:20:28 2003 From: cxd204 at yahoo.com (Christopher DeMarco) Date: Mon, 10 Feb 2003 22:20:28 -0800 (PST) Subject: [vlc] Re: mozilla plugin - compiled great, but now what? In-Reply-To: <20030210222737.GE14843@zoy.org> Message-ID: <20030211062028.71142.qmail@web40803.mail.yahoo.com> Excellent Sam, thanks a lot - this is exactly what I need to get started. Where do I dig to get more - in the libvlcplugin source, the vlc source or the Netscape plugin source? And good luck on your diploma - I know I needed all the luck I could get ;) --- Sam Hocevar wrote: > On Sun, Feb 09, 2003, Christopher DeMarco wrote: > > > This is a huge issue for me, and if there ISN'T documentation right now, > > gimmie a brain dump and I'll write it for y'all. > > > > Any help much appreciated... > > > > ...and when does Sam typically hang out on #videolan? > > Sam is currently trying to earn his diploma and won't have much time > for hanging out on #videolan until tomorrow. Here is some HTML to give > you an idea: > > name="poukram" > autoplay="yes" loop="yes" hidden="yes" > target="http://whatever/you/want.mp3"> > > name="woot" > autoplay="no" loop="no" width="400" height="300" > target="udp:@239.255.12.42"> > > Play MP3 > Pause MP3 > Stop MP3 > > Play UDP stream > Stop UDP stream > Fullscreen > > More cool stuff tomorrow, stay tuned! :-) > > -- > Sam. > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > ===== ~ You are in a maze of twisty passages, all alike. Christopher DeMarco +6013 389 5658 __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From vincent.lonngren at telia.com Tue Feb 11 11:53:25 2003 From: vincent.lonngren at telia.com (=?ISO-8859-1?Q?Vincent_L=F6nngren?=) Date: Tue, 11 Feb 2003 11:53:25 +0100 Subject: [vlc] Filenames too long for QNX Message-ID: <3E48D625.1090704@telia.com> Hi. When I try to compile vlc under QNX, I get a lot of "Filename too long" error messages. Is there an easy way around this? -- Vincent L?nngren vincent.lonngren at telia.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Tue Feb 11 12:40:02 2003 From: khleung at engineer.com (Andrew leung) Date: Tue, 11 Feb 2003 06:40:02 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030211114002.16852.qmail@mail.com> Dear Jean - Paul Saman, Thank you!! But when i am using mpeg format, (i guess it is mpeg 1 right?) vlc in iPAQ can receive video wirelessly, the link is a bluetooth link. The quality is very poor and very unstable, I am using http streaming, it always gives error like "libmad error: libmad input stopping xxx decoding" ...or "cannot peak xxx", and if video playing, its delay is a few second gives one frame, would the problem caused by bluetooth but not vlc? Thank you very much, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 10 Feb 2003 18:05:35 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear ALL, > > > > I am NOT able to play avi files and asf files in my iPAq running familar with OPIE and opie-vlc > > > > opie-vlc http://xxxxxx:xxxx/xxx.asf or .avi > > > > it just simply gives a grey screen on the screen or nothing appear > > or error: cannot find LIST_xxx > > Can you send a log file for this error: "cannot find LIST_xxxx" ? > > > > > > > do you know why? > > AVI playback with opie-vlc is *slow* for video. Audio works. So it > largely depends on how *big* the video screensize and bitrate is, if > video will be displayed. There is more work todo in this area ;-) > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From babal at via.ecp.fr Tue Feb 11 13:45:45 2003 From: babal at via.ecp.fr (Boris =?iso-8859-15?Q?Dor=E8s?=) Date: Tue, 11 Feb 2003 13:45:45 +0100 Subject: [vlc] Re: No "SAVE" button in Preferences Tabs In-Reply-To: <20030211042636.38429.qmail@web21407.mail.yahoo.com> References: <20030211042636.38429.qmail@web21407.mail.yahoo.com> Message-ID: <20030211124544.GR370@via.ecp.fr> On Mon, Feb 10, 2003 at 08:26:36PM (GMT-0800), JCC wrote: > I was just test driving VLC and noticed that in the > latest release for Windows I cannot locate the "SAVE" > button in any of the Preferences tabs. I've tried > resizing the window as well. That's strange. The save button should be the last one on the right. Could you please send me a screenshot (in private, not to the mailing-list) ? I'll see what I can do. -- babal -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Tue Feb 11 14:17:40 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Tue, 11 Feb 2003 14:17:40 +0100 Subject: [vlc] Re: no fullscreen on 2nd screen MAC OS X In-Reply-To: <576EA1EE-3DB6-11D7-BA1C-0003936F018E@ekel75.com> References: <576EA1EE-3DB6-11D7-BA1C-0003936F018E@ekel75.com> Message-ID: <20030211131740.GB3827@via.ecp.fr> On Tue, Feb 11, 2003, John Woo wrote: > will you enable a feature for a second screen (like qtime) You can choose the screen in the Screens submenu of the Video menu. > do you have any idea how to get around the NTSC prob? On my PB G4 I can select PAL/NTSC in the Monitor control panel. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Tue Feb 11 14:27:51 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Tue, 11 Feb 2003 14:27:51 +0100 Subject: [vlc] Re: Filenames too long for QNX In-Reply-To: <3E48D625.1090704@telia.com> References: <3E48D625.1090704@telia.com> Message-ID: <20030211132751.GD3827@via.ecp.fr> On Tue, Feb 11, 2003, Vincent L?nngren wrote: > When I try to compile vlc under QNX, I get a lot of "Filename too long" > error messages. Is there an easy way around this? What's the limit on file names on QNX ? -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From huepfmonster at inode.at Tue Feb 11 15:39:41 2003 From: huepfmonster at inode.at (Jakob Scholz) Date: Tue, 11 Feb 2003 14:39:41 +0000 Subject: [vlc] No DVD menues Message-ID: <200302111439.41336.huepfmonster@inode.at> Ich installed the dvdplay package and i ran ./configure with the --enable-dvdplay option, but i can't get access to the dvd menues, not over the GUI and not by right-clicking in the video window. am i just too stupid to fin the option or is this a bug? -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From vincent.lonngren at telia.com Tue Feb 11 14:42:47 2003 From: vincent.lonngren at telia.com (=?ISO-8859-1?Q?Vincent_L=F6nngren?=) Date: Tue, 11 Feb 2003 14:42:47 +0100 Subject: [vlc] Re: Filenames too long for QNX References: <3E48D625.1090704@telia.com> <20030211132751.GD3827@via.ecp.fr> Message-ID: <3E48FDD7.9060100@telia.com> The limit of the QNX 4, which is normally used, file system is 48 characters. Christophe Massiot wrote: >On Tue, Feb 11, 2003, Vincent L?nngren wrote: > > > >>When I try to compile vlc under QNX, I get a lot of "Filename too long" >>error messages. Is there an easy way around this? >> >> > >What's the limit on file names on QNX ? > > > -- Vincent L?nngren vincent.lonngren at telia.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.schaumburg at hiq.dk Tue Feb 11 15:20:03 2003 From: thomas.schaumburg at hiq.dk (Thomas Schaumburg) Date: Tue, 11 Feb 2003 15:20:03 +0100 Subject: [vlc] Scaling error w. ATI.2 on Mach64 under RedHat 8.0 Message-ID: <31A473DBB655D21180850008C71E251A02896AA6@mail.kebne.se> Hi vlc'ers I'm having a bizarre problem using vlc with Xvideo on a Redhat 8.0 machine, and I thought maybe some of you guys could help me out. I recently installed a vanilla RedHat 8.0 (workstation installation) on a Dell Inspiron 7500 with an ATI Rage Mobility P/M AGP 2x video card (according to the Redhat/Gnome hardware browser). The X server installed is XFree 4.2.0 (according to xdpyinfo). The xvinfo command told me that the Xvideo extension was not available. Secondly, I installed the Gatos Xvideo extension (the "experimental 16" release ATI-4.2.0-16.i386.tar.gz), as described in the installation instructions. Now xvinfo tells me that Xvideo is installed OK. But now comes the weird bit. When I run vlc (or ogle, too) using Xvideo, the correct image is displayed, but in a tiny version (around 1x1 cm!) in the top left corner of the window! Now, I admit that watching teeny-weeny elves and orks slug it out IS kinda cute, but reading the subtitles is killing my eyesight! Can anyone tell me what I'm doing wrong? The fact that both ogle and vlc show the same symptoms leads me to suspect a problem with the xvideo stuff... I've appended the output from xdpyinfo, xvinfo and vlc -vvvv below. I've noted that xvinfo doesn't include the "hardware scaling blah-blah" line I've seen elsewhere. :-) thomas XVINFO: ********************************************************************* [thomas at localhost thomas]$ xvinfo X-Video Extension version 2.2 screen #0 Adaptor #0: "ATI mach64 Video Overlay" number of ports: 1 port base: 55 operations supported: PutImage supported visuals: depth 16, visualID 0x23 depth 16, visualID 0x24 depth 16, visualID 0x25 depth 16, visualID 0x26 number of attributes: 17 "XV_DEVICE_ID" (range 0 to -1) client gettable attribute (current value is 89) "XV_LOCATION_ID" (range 0 to -1) client gettable attribute (current value is 90) "XV_INSTANCE_ID" (range 0 to -1) client gettable attribute (current value is 91) "XV_SET_DEFAULTS" (range 0 to 1) client settable attribute "XV_AUTOPAINT_COLORKEY" (range 0 to 1) client settable attribute client gettable attribute (current value is 1) "XV_COLORKEY" (range 0 to -1) client settable attribute client gettable attribute (current value is 6208) "XV_DOUBLE_BUFFER" (range 0 to 1) client settable attribute client gettable attribute (current value is 1) "XV_ENCODING" (range 0 to 12) client settable attribute client gettable attribute (current value is 1) "XV_FREQ" (range 0 to -1) client settable attribute client gettable attribute (current value is 1000) "XV_TUNER_STATUS" (range -1000 to 1000) client gettable attribute (current value is 4) "XV_MUTE" (range 0 to 1) client settable attribute client gettable attribute (current value is 1) "XV_VOLUME" (range -1000 to 1000) client settable attribute client gettable attribute (current value is -1000) "XV_BRIGHTNESS" (range -1000 to 1000) client settable attribute client gettable attribute (current value is 0) "XV_CONTRAST" (range -1000 to 1000) client settable attribute client gettable attribute (current value is 0) "XV_SATURATION" (range -1000 to 1000) client settable attribute client gettable attribute (current value is 16) "XV_COLOR" (range -1000 to 1000) client settable attribute client gettable attribute (current value is 16) "XV_HUE" (range -1000 to 1000) client settable attribute client gettable attribute (current value is 0) maximum XvImage size: 2048 x 2048 Number of image formats: 4 id: 0x32595559 (YUY2) guid: 59555932-0000-0010-8000-00aa00389b71 bits per pixel: 16 number of planes: 1 type: YUV (packed) id: 0x59565955 (UYVY) guid: 55595659-0000-0010-8000-00aa00389b71 bits per pixel: 16 number of planes: 1 type: YUV (packed) id: 0x32315659 (YV12) guid: 59563132-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) id: 0x30323449 (I420) guid: 49343230-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) XDPYINFO: ******************************************************************* [thomas at localhost thomas]$ xdpyinfo name of display: :0.0 version number: 11.0 vendor string: The XFree86 Project, Inc vendor release number: 40200000 XFree86 version: 4.2.0 maximum request size: 4194300 bytes motion buffer size: 256 bitmap unit, bit order, padding: 32, LSBFirst, 32 image byte order: LSBFirst number of supported pixmap formats: 7 supported pixmap formats: depth 1, bits_per_pixel 1, scanline_pad 32 depth 4, bits_per_pixel 8, scanline_pad 32 depth 8, bits_per_pixel 8, scanline_pad 32 depth 15, bits_per_pixel 16, scanline_pad 32 depth 16, bits_per_pixel 16, scanline_pad 32 depth 24, bits_per_pixel 32, scanline_pad 32 depth 32, bits_per_pixel 32, scanline_pad 32 keycode range: minimum 8, maximum 255 focus: window 0x1800004, revert to Parent number of extensions: 28 BIG-REQUESTS DOUBLE-BUFFER DPMS Extended-Visual-Information FontCache GLX LBX MIT-SCREEN-SAVER MIT-SHM MIT-SUNDRY-NONSTANDARD RECORD RENDER SECURITY SGI-GLX SHAPE SYNC TOG-CUP X-Resource XC-APPGROUP XC-MISC XFree86-Bigfont XFree86-DGA XFree86-Misc XFree86-VidModeExtension XInputExtension XKEYBOARD XTEST XVideo default screen number: 0 number of screens: 1 screen #0: dimensions: 1280x1024 pixels (433x347 millimeters) resolution: 75x75 dots per inch depths (7): 16, 1, 4, 8, 15, 24, 32 root window id: 0x3a depth of root window: 16 planes number of colormaps: minimum 1, maximum 1 default colormap: 0x20 default number of colormap cells: 64 preallocated pixels: black 0, white 65535 options: backing-store NO, save-unders NO largest cursor: 64x64 current input event mask: 0xfa003f KeyPressMask KeyReleaseMask ButtonPressMask ButtonReleaseMask EnterWindowMask LeaveWindowMask StructureNotifyMask SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask PropertyChangeMask ColormapChangeMask number of visuals: 4 default visual id: 0x23 visual: visual id: 0x23 class: TrueColor depth: 16 planes available colormap entries: 64 per subfield red, green, blue masks: 0xf800, 0x7e0, 0x1f significant bits in color specification: 8 bits visual: visual id: 0x24 class: TrueColor depth: 16 planes available colormap entries: 64 per subfield red, green, blue masks: 0xf800, 0x7e0, 0x1f significant bits in color specification: 8 bits visual: visual id: 0x25 class: DirectColor depth: 16 planes available colormap entries: 64 per subfield red, green, blue masks: 0xf800, 0x7e0, 0x1f significant bits in color specification: 8 bits visual: visual id: 0x26 class: DirectColor depth: 16 planes available colormap entries: 64 per subfield red, green, blue masks: 0xf800, 0x7e0, 0x1f significant bits in color specification: 8 bits vlc -vvvv: ********************************************************************* [thomas at localhost thomas]$ vlc -vvvv VideoLAN Client 0.5.0 Natalya [00000000] main root debug: VLC media player - version 0.5.0 Natalya - (c) 1996-2003 VideoLAN [00000000] main root debug: libvlc was configured with ./configure --prefix=/usr --enable-release --enable-dvd --without-dvdcss --enable-dvdplay --disable-mozilla --enable-gtk --enable-gnome --enable-ncurses --enable-lirc --disable-wxwindows --enable-x11 --enable-xvideo --enable-fb --disable-mga --enable-aa --enable-sdl --enable-xosd --enable-mad --enable-ffmpeg --with-ffmpeg=/usr --with-ffmpeg-tree=/usr/lib --enable-vorbis --enable-ogg --enable-dv --disable-dvb --disable-dvbpsi --disable-satellite --enable-esd --enable-alsa --enable-arts [00000001] main vlc debug: translation test: code is "C" [00000000] main root debug: checking builtin modules [00000000] main root debug: checking plugin modules [00000000] main root debug: recursively browsing `modules' [00000000] main root debug: recursively browsing `/usr/lib/vlc' [00000000] main root debug: recursively browsing `plugins' [00000001] main vlc debug: module bank initialized, found 126 modules [00000001] main vlc debug: opening config file /home/thomas/.vlc/vlcrc [00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU [00000001] main vlc debug: looking for memcpy module [00000001] main vlc debug: probing 3 candidates [00000009] main module debug: using memcpy module "memcpymmxext" [00000143] main playlist debug: waiting for thread completion [00000143] main playlist debug: thread 8194 (playlist) created at priority 0 (src/playlist/playlist.c:74) [00000144] main interface debug: looking for interface module [00000144] main interface debug: probing 4 candidates [00000144] main interface debug: looking for gtk_main module [00000144] main interface debug: probing 1 candidate [00000145] main private debug: waiting for thread completion [00000145] main private debug: thread 16387 (gtk_main) created at priority 0 (modules/misc/gtk_main.c:99) [00000024] main module debug: using gtk_main module "gnome_main" [00000008] main module debug: using interface module "gnome" [00000144] main interface debug: interface initialized [00000144] main interface debug: thread 24580 (manager) created at priority 0 (src/interface/interface.c:105) [00000144] main interface error: option frequency does not exist [00000144] main interface error: option symbol-rate does not exist [00000143] main playlist debug: adding playlist item ? dvd:///dev/dvd ? [00000143] main playlist debug: creating new input thread [00000146] main input: playlist item `dvd:///dev/dvd' [00000146] main input debug: waiting for thread completion [00000146] main input debug: thread 32773 (input) created at priority 0 (src/input/input.c:157) [00000146] main input debug: access `dvd', demux `', name `/dev/dvd' [00000146] main input debug: looking for access module [00000146] main input debug: probing 4 candidates [00000146] dvdplay input debug: dvdroot=/dev/dvd title=0 chapter=1 angle=1 libdvdread: Using libdvdcss version 1.2.5 for DVD access [00000146] dvdplay input debug: number of titles: 5 libdvdread: Attempting to retrieve all CSS keys libdvdread: This can take a _long_ time, please be patient libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000012f libdvdread: Elapsed time 2 libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00007577 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00068f01 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x0035738d libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00357392 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x00367b34 libdvdread: Elapsed time 1 libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x00367cef libdvdread: Elapsed time 0 libdvdread: Found 4 VTS's libdvdread: Elapsed time 3 [00000146] dvdplay input warning: new title 4 (0) [00000146] dvdplay input debug: new es 0xe0 [00000146] dvdplay input debug: new es 0x20bd [00000146] main input debug: selecting ES 0xe0 [00000147] main decoder debug: looking for decoder module [00000147] main decoder debug: probing 10 candidates [00000105] main module debug: using decoder module "mpeg_video" [00000147] main decoder debug: thread 40966 (decoder) created at priority 0 (src/input/input_dec.c:141) [00000073] main module debug: using access module "dvdplay" [00000147] main decoder debug: looking for motion compensation module [00000147] main decoder debug: probing 3 candidates [00000097] main module debug: using motion compensation module "motionmmxext" [00000147] main decoder debug: looking for idct module [00000147] main decoder debug: probing 4 candidates [00000099] main module debug: using idct module "idctmmxext" [00000147] mpeg_video decoder debug: 0 loops among 0 sequence(s) [00000147] mpeg_video decoder debug: cpu usage (user: 0, system: 0) [00000147] mpeg_video decoder debug: read 0 frames/fields (I 0/P 0/B 0) [00000147] mpeg_video decoder debug: decoded 0 frames/fields (I 0/P 0/B 0) [00000147] mpeg_video decoder debug: read 0 malformed frames/fields (I 0/P 0/B 0) [00000147] mpeg_video decoder debug: MPEG-1 stream (0x0), 0.0 pi/s [00000147] mpeg_video decoder debug: Non-progressive, non-scalable, matrix_coeff: 0 [00000099] main module debug: unlocking module "idctmmxext" [00000097] main module debug: unlocking module "motionmmxext" [00000147] main decoder debug: thread 40966 joined (src/input/input_dec.c:180) [00000147] main decoder debug: killing decoder for 0xe0, fourcc `mpgv', 9 PES in FIFO [00000105] main module debug: unlocking module "mpeg_video" [00000146] dvdplay input debug: new es 0xe0 [00000146] dvdplay input debug: new es 0x20bd [00000146] main input debug: selecting ES 0xe0 [00000149] main decoder debug: looking for decoder module [00000149] main decoder debug: probing 10 candidates [00000105] main module debug: using decoder module "mpeg_video" [00000149] main decoder debug: thread 49158 (decoder) created at priority 0 (src/input/input_dec.c:141) [00000146] dvdplay input debug: still time 255 [00000146] main input debug: looking for demux module [00000146] main input debug: probing 2 candidates [00000146] main input debug: looking for mpeg-system module [00000146] main input debug: probing 1 candidate [00000052] main module debug: using mpeg-system module "mpeg_system" [00000150] main interface debug: looking for interface module [00000150] main interface debug: probing 2 candidates [00000075] main module debug: using interface module "dvdplay" [00000150] main interface debug: interface initialized [00000144] gnome interface debug: stream has changed, refreshing interface [00000149] main decoder debug: looking for motion compensation module [00000149] main decoder debug: probing 3 candidates [00000097] main module debug: using motion compensation module "motionmmxext" [00000149] main decoder debug: looking for idct module [00000149] main decoder debug: probing 4 candidates [00000099] main module debug: using idct module "idctmmxext" [00000150] main interface debug: thread 57351 (interface) created at priority 0 (src/interface/interface.c:121) [00000074] main module debug: using demux module "dvdplay" [00000146] main input debug: toggling pause [00000144] gnome interface debug: stream has changed, refreshing interface [00000150] dvdplay interface debug: intf initialized [00000149] main decoder debug: no usable vout present, spawning one [00000152] main video output debug: looking for video output module [00000152] main video output debug: probing 1 candidate [00000152] xvideo video output debug: adaptor 0, port 55, format 0x32315659 (YV12) planar [00000141] main module debug: using video output module "xvideo" [00000152] main video output debug: thread 65544 (video output) created at priority 0 (src/video_output/video_output.c:367) [00000149] mpeg_video decoder warning: dts != current_pts (-61518) [00000152] main video output debug: got 8 direct buffer(s) [00000152] main video output debug: picture in 720x576, chroma 0x30323449 (I420), aspect ratio 16:9 [00000152] main video output debug: picture out 720x576, chroma 0x32315659 (YV12), aspect ratio 16:9 [00000152] main video output debug: direct render, mapping render pictures 0-6 to system pictures 1-7 [00000149] mpeg_video decoder debug: sequence end code received [00000146] main input debug: playing at normal rate [00000149] mpeg_video decoder debug: 4 loops among 1 sequence(s) [00000149] mpeg_video decoder debug: cpu usage (user: 2, system: 0) [00000149] mpeg_video decoder debug: read 1 frames/fields (I 1/P 0/B 0) [00000149] mpeg_video decoder debug: decoded 1 frames/fields (I 1/P 0/B 0) [00000149] mpeg_video decoder debug: read 0 malformed frames/fields (I 0/P 0/B 0) [00000149] mpeg_video decoder debug: MPEG-2 stream (720x576), 25.0 pi/s [00000149] mpeg_video decoder debug: Non-progressive, non-scalable, matrix_coeff: 5 [00000099] main module debug: unlocking module "idctmmxext" [00000097] main module debug: unlocking module "motionmmxext" [00000149] main decoder debug: thread 49158 joined (src/input/input_dec.c:180) [00000149] main decoder debug: killing decoder for 0xe0, fourcc `mpgv', 9 PES in FIFO [00000105] main module debug: unlocking module "mpeg_video" [00000146] dvdplay input debug: new es 0xe0 [00000146] dvdplay input debug: new es 0x80bd [00000146] dvdplay input debug: new es 0x20bd [00000146] main input debug: selecting ES 0xe0 [00000153] main decoder debug: looking for decoder module [00000153] main decoder debug: probing 10 candidates [00000105] main module debug: using decoder module "mpeg_video" [00000144] gnome interface debug: stream has changed, refreshing interface [00000153] main decoder debug: thread 73734 (decoder) created at priority 0 (src/input/input_dec.c:141) [00000146] main input debug: selecting ES 0x80bd [00000154] main decoder debug: looking for decoder module [00000154] main decoder debug: probing 10 candidates [00000092] main module debug: using decoder module "a52" [00000154] main decoder debug: thread 81929 (decoder) created at priority 0 (src/input/input_dec.c:141) [00000153] main decoder debug: looking for motion compensation module [00000153] main decoder debug: probing 3 candidates [00000097] main module debug: using motion compensation module "motionmmxext" [00000153] main decoder debug: looking for idct module [00000153] main decoder debug: probing 4 candidates [00000099] main module debug: using idct module "idctmmxext" [00000153] mpeg_video decoder debug: 0 loops among 0 sequence(s) [00000153] mpeg_video decoder debug: cpu usage (user: 0, system: 0) [00000153] mpeg_video decoder debug: read 0 frames/fields (I 0/P 0/B 0) [00000153] mpeg_video decoder debug: decoded 0 frames/fields (I 0/P 0/B 0) [00000153] mpeg_video decoder debug: read 0 malformed frames/fields (I 0/P 0/B 0) [00000153] mpeg_video decoder debug: MPEG-1 stream (0x0), 0.0 pi/s [00000153] mpeg_video decoder debug: Non-progressive, non-scalable, matrix_coeff: 0 [00000099] main module debug: unlocking module "idctmmxext" [00000097] main module debug: unlocking module "motionmmxext" [00000153] main decoder debug: thread 73734 joined (src/input/input_dec.c:180) [00000153] main decoder debug: killing decoder for 0xe0, fourcc `mpgv', 19 PES in FIFO [00000105] main module debug: unlocking module "mpeg_video" [00000154] main decoder debug: thread 81929 joined (src/input/input_dec.c:180) [00000154] main decoder debug: killing decoder for 0x80bd, fourcc `a52b', 19 PES in FIFO [00000092] main module debug: unlocking module "a52" [00000146] dvdplay input debug: new es 0xe0 [00000146] dvdplay input debug: new es 0x80bd [00000146] dvdplay input debug: new es 0x20bd [00000146] main input debug: selecting ES 0xe0 [00000156] main decoder debug: looking for decoder module [00000156] main decoder debug: probing 10 candidates [00000105] main module debug: using decoder module "mpeg_video" [00000144] gnome interface debug: stream has changed, refreshing interface [00000156] main decoder debug: thread 90118 (decoder) created at priority 0 (src/input/input_dec.c:141) [00000156] main decoder debug: looking for motion compensation module [00000156] main decoder debug: probing 3 candidates [00000097] main module debug: using motion compensation module "motionmmxext" [00000156] main decoder debug: looking for idct module [00000156] main decoder debug: probing 4 candidates [00000099] main module debug: using idct module "idctmmxext" [00000146] main input debug: selecting ES 0x80bd [00000157] main decoder debug: looking for decoder module [00000157] main decoder debug: probing 10 candidates [00000092] main module debug: using decoder module "a52" [00000157] main decoder debug: thread 98313 (decoder) created at priority 0 (src/input/input_dec.c:141) [00000144] gnome interface debug: stream has changed, refreshing interface [00000141] main module debug: unlocking module "xvideo" [00000152] main video output debug: thread 65544 joined (src/video_output/video_output.c:390) [00000156] main decoder debug: no usable vout present, spawning one [00000159] main video output debug: looking for video output module [00000159] main video output debug: probing 1 candidate [00000159] xvideo video output debug: adaptor 0, port 55, format 0x32315659 (YV12) planar [00000157] main decoder debug: no aout present, spawning one [00000160] main audio output debug: looking for audio output module [00000160] main audio output debug: probing 6 candidates [00000141] main module debug: using video output module "xvideo" [00000159] main video output debug: thread 106504 (video output) created at priority 0 (src/video_output/video_output.c:367) [00000156] mpeg_video decoder warning: dts != current_pts (-64432) [00000160] main audio output debug: thread 114698 (aout) created at priority 0 (modules/audio_output/oss.c:479) [00000087] main module debug: using audio output module "oss" [00000160] main audio output debug: output 's16l' 48000 Hz Stereo frame=1 samples/4 bytes [00000160] main audio output debug: mixer 's16l' 48000 Hz Stereo frame=1 samples/4 bytes [00000160] main audio output debug: filter(s) 'fl32'->'s16l' 48000 Hz->48000 Hz Stereo->Stereo [00000161] main private debug: looking for audio filter module [00000161] main private debug: probing 18 candidates [00000030] main module debug: using audio filter module "float32tos16" [00000160] main audio output debug: found a filter for the whole conversion [00000160] main audio output debug: looking for audio mixer module [00000160] main audio output debug: probing 3 candidates [00000085] main module debug: using audio mixer module "trivial_mixer" [00000160] main audio output debug: looking for audio mixer module [00000160] main audio output debug: probing 3 candidates [00000085] main module debug: using audio mixer module "trivial_mixer" [00000160] main audio output debug: input 'a52 ' 48000 Hz Stereo frame=1536 samples/768 bytes [00000160] main audio output debug: filter(s) 'a52 '->'fl32' 48000 Hz->48000 Hz Stereo->Stereo [00000162] main private debug: looking for audio filter module [00000162] main private debug: probing 18 candidates No accelerated IMDCT transform found [00000043] main module debug: using audio filter module "a52tofloat32" [00000160] main audio output debug: found a filter for the whole conversion [00000160] main audio output debug: filter(s) 'fl32'->'fl32' 52800 Hz->48000 Hz Stereo->Stereo [00000163] main private debug: looking for audio filter module [00000163] main private debug: probing 18 candidates [00000035] main module debug: using audio filter module "linear_resampler" [00000160] main audio output debug: found a filter for the whole conversion [00000160] main audio output warning: PTS is out of range (81850), dropping buffer [00000160] main audio output warning: PTS is out of range (49915), dropping buffer [00000160] main audio output warning: PTS is out of range (17960), dropping buffer [00000160] main audio output warning: PTS is out of range (-13997), dropping buffer [00000159] main video output debug: got 8 direct buffer(s) [00000159] main video output debug: picture in 720x576, chroma 0x30323449 (I420), aspect ratio 4:3 [00000159] main video output debug: picture out 720x576, chroma 0x32315659 (YV12), aspect ratio 4:3 [00000159] main video output debug: direct render, mapping render pictures 0-6 to system pictures 1-7 [00000160] main audio output debug: audio output is too slow (55524), trashing 21333us [00000160] main audio output debug: audio output is too slow (34257), trashing 21333us [00000160] main audio output debug: audio output is too slow (12958), trashing 21333us [00000156] mpeg_video decoder warning: backward_pts != current_pts (-40000) [00000156] mpeg_video decoder warning: stream periodicity changed from B[1] to B[2] [00000159] main video output warning: late picture skipped (339242) [00000160] main audio output debug: audio output is too slow (90079), trashing 21333us [00000160] main audio output debug: audio output is too slow (68851), trashing 21333us [00000160] main audio output debug: audio output is too slow (47550), trashing 21334us [00000160] main audio output debug: audio output is too slow (26249), trashing 21333us [00000160] main audio output debug: audio output is too slow (4947), trashing 21333us [00000159] main video output warning: late picture skipped (47849) [00000159] main video output warning: late picture skipped (7895) [00000159] main video output warning: late picture skipped (18093) [00000159] main video output warning: late picture skipped (1374) [00000159] main video output warning: late picture skipped (23121) [00000156] mpeg_video decoder debug: decoded 97/108 pictures [00000156] mpeg_video decoder debug: decoded 108/108 pictures [00000156] mpeg_video decoder debug: decoded 108/108 pictures [00000156] mpeg_video decoder debug: decoded 111/111 pictures [00000160] main audio output debug: audio output is too slow (52032), trashing 21333us [00000160] main audio output debug: audio output is too slow (30772), trashing 21333us [00000160] main audio output debug: audio output is too slow (9472), trashing 21334us [00000156] mpeg_video decoder debug: decoded 107/107 pictures [00000159] main video output warning: late picture skipped (346) [00000160] main audio output debug: audio output is too slow (30108), trashing 21333us [00000160] main audio output debug: audio output is too slow (8863), trashing 21333us [00000159] main video output warning: late picture skipped (32188) [00000156] mpeg_video decoder debug: decoded 107/108 pictures [00000146] main input debug: 297 loops consuming user: 26, system: 12 [00000146] main input debug: freeing info structures... [00000146] main input debug: dumping stream ID 0x0 [OK:0/D:8933] [00000146] main input debug: seekable stream, position: 17723392/138186752 (0:00:21/0:02:44) [00000146] main input debug: dumping program 0x1, version 0 (complete) [00000156] mpeg_video decoder debug: 1201 loops among 59 sequence(s) [00000156] mpeg_video decoder debug: cpu usage (user: 1058, system: 12) [00000156] mpeg_video decoder debug: read 651 frames/fields (I 59/P 167/B 425) [00000156] mpeg_video decoder debug: decoded 639 frames/fields (I 59/P 164/B 416) [00000156] mpeg_video decoder debug: read 0 malformed frames/fields (I 0/P 0/B 0) [00000156] mpeg_video decoder debug: MPEG-2 stream (720x576), 25.0 pi/s [00000156] mpeg_video decoder debug: Non-progressive, non-scalable, matrix_coeff: 0 [00000099] main module debug: unlocking module "idctmmxext" [00000097] main module debug: unlocking module "motionmmxext" [00000156] main decoder debug: thread 90118 joined (src/input/input_dec.c:180) [00000156] main decoder debug: killing decoder for 0xe0, fourcc `mpgv', 111 PES in FIFO [00000105] main module debug: unlocking module "mpeg_video" [00000043] main module debug: unlocking module "a52tofloat32" [00000035] main module debug: unlocking module "linear_resampler" [00000160] main audio output debug: thread 114698 joined (modules/audio_output/oss.c:506) [00000087] main module debug: unlocking module "oss" [00000030] main module debug: unlocking module "float32tos16" [00000085] main module debug: unlocking module "trivial_mixer" [00000157] main decoder debug: thread 98313 joined (src/input/input_dec.c:180) [00000157] main decoder debug: killing decoder for 0x80bd, fourcc `a52b', 9 PES in FIFO [00000092] main module debug: unlocking module "a52" [00000150] main interface debug: thread 57351 joined (src/interface/interface.c:145) [00000075] main module debug: unlocking module "dvdplay" [00000052] main module debug: unlocking module "mpeg_system" [00000074] main module debug: unlocking module "dvdplay" [00000073] main module debug: unlocking module "dvdplay" [00000146] main input debug: pes: 222 packets [00000146] main input debug: data: 223 packets [00000146] main input debug: buffers: 31 packets [00000146] main input debug: thread 32773 joined (src/input/input.c:191) [00000001] main vlc debug: removing all interfaces [00000144] main interface debug: thread 24580 joined (src/interface/interface.c:145) [00000145] main private debug: thread 16387 joined (modules/misc/gtk_main.c:134)[00000024] main module debug: unlocking module "gnome_main" [00000008] main module debug: unlocking module "gnome" [00000001] main vlc debug: removing all playlists [00000143] main playlist debug: thread 8194 joined (src/playlist/playlist.c:96) [00000001] main vlc debug: removing all video outputs [00000141] main module debug: unlocking module "xvideo" [00000159] main video output debug: thread 106504 joined (src/video_output/video_output.c:390) [00000001] main vlc debug: removing all audio outputs [00000009] main module debug: unlocking module "memcpymmxext" [thomas at localhost thomas]$ -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Tue Feb 11 17:09:40 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Tue, 11 Feb 2003 17:09:40 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030211114002.16852.qmail@mail.com> Message-ID: <3E492044.9070604@natlab.research.philips.com> Andrew leung wrote: > Dear Jean - Paul Saman, > > Thank you!! But when i am using mpeg format, (i guess it is mpeg 1 right?) vlc in iPAQ can receive video wirelessly, the link is a bluetooth link. The quality is very poor and very unstable, I am using http streaming, it always gives error like "libmad error: libmad input stopping xxx decoding" ...or "cannot peak xxx", and if video playing, its delay is a few second gives one frame, would the problem caused by bluetooth but not vlc? > > It means that you probably am losing *lots* of packets on the bluetooth link. Without a log I'm unable to tell you this with confidence. The logging of vlc will show if packets are lost on the network. My guess (;-) is that the video has a higher bitrate then 0.5 Mbps. While the bluetooth link only supports about 0.5 Mbps. With a logging I can tell you more, without it keeps guessing. -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Tue Feb 11 18:45:26 2003 From: khleung at engineer.com (Andrew leung) Date: Tue, 11 Feb 2003 12:45:26 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030211174526.78943.qmail@mail.com> Dear Jean - Paul Saman, Thank you very much for your help, where can i find the log for vlc? MANY thanks, Andrew+ ----- Original Message ----- From: Jean-Paul Saman Date: Tue, 11 Feb 2003 17:09:40 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > Thank you!! But when i am using mpeg format, (i guess it is mpeg 1 right?) vlc in iPAQ can receive video wirelessly, the link is a bluetooth link. The quality is very poor and very unstable, I am using http streaming, it always gives error like "libmad error: libmad input stopping xxx decoding" ...or "cannot peak xxx", and if video playing, its delay is a few second gives one frame, would the problem caused by bluetooth but not vlc? > > > > > It means that you probably am losing *lots* of packets on the bluetooth > link. Without a log I'm unable to tell you this with confidence. The > logging of vlc will show if packets are lost on the network. > > My guess (;-) is that the video has a higher bitrate then 0.5 Mbps. > While the bluetooth link only supports about 0.5 Mbps. > > With a logging I can tell you more, without it keeps guessing. > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Tue Feb 11 21:05:55 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Tue, 11 Feb 2003 21:05:55 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030211174526.78943.qmail@mail.com> Message-ID: <3E4957A3.9030601@wxs.nl> Andrew leung wrote: > Dear Jean - Paul Saman, > > Thank you very much for your help, where can i find the log for vlc? > Okay ;-0 You create it yourself with running: opie-vlc -vvvvvvv udp://@:1234 2>error.log Make sure you are in /var/tmp so it does not end up on the flash chip ;-). Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From reignin3 at cti.ecp.fr Tue Feb 11 22:15:39 2003 From: reignin3 at cti.ecp.fr (nicolas reignier) Date: Tue, 11 Feb 2003 13:15:39 -0800 Subject: [vlc] regarding bug with vlc 0.5.0 on MacosX Message-ID: Just to tell my little experiment in case it could help: Due to mess in my OS I decided to resinstall OS X 10.2 ( making Qt go back to 6) and to my surprise vlc 0.5.0 worked perfectly ( I couldn't make it work before) I then run the uptodater to instal OSX 10.2.3, QT 6.1 . After update complete, VLC 0.5.0 crashed again while trying to open a divx file. Hope it migth help Nicolas G4 Cube 450Mhz OS X.2.3 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From stef at chronozon.artofdns.com Thu Feb 13 03:50:38 2003 From: stef at chronozon.artofdns.com (Stef Telford) Date: 12 Feb 2003 21:50:38 -0500 Subject: [vlc] FreeBSD 5.0 and No Sound - and yes, have read the FAQ ;> Message-ID: <1045104636.15050.14.camel@Indra.hades> Hello, First of all, let me jst say that vlc 0.4.4 from the freebsd ports works fine. not a problem, and indeed, that is what i am using in the interim to getting 0.5.0 working properly. makes life interesting, reinstalling and then deinstalling whenever i want to try the 0.5.0 again (incase i have missed something obvious :) Now, onto the problem. I do a configure of 0.5.0 (and i have made sure that all the pre-requisite's are installed at the level on the source page). The configure command i use is: ./configure --with-xvid=/usr/local --with-ogg=/usr/local --with-a52=/usr/local --with-ffmpeg=/usr/local --with-dvdcss=/usr/local --with-dvdread=/usr/local --enable-ffmpeg --enable-arts --enable-esd i figure its probably best to be safe than sorry. Whenever i play any mpeg or divx local file (those are the items i have here at present), using -vvvv, i get this error: [00000141] main private debug: looking for audio filter module [00000141] main private debug: probing 17 candidates [00000046] main module debug: using audio filter module "float32tos16" [00000140] main audio output debug: found a filter for the whole conversion [00000140] main audio output debug: looking for audio mixer module [00000140] main audio output debug: probing 3 candidates [00000110] main module debug: using audio mixer module "float32_mixer" [00000140] main audio output debug: looking for audio mixer module [00000140] main audio output debug: probing 3 candidates [00000110] main module debug: using audio mixer module "float32_mixer" [00000140] main audio output debug: input 'mpga' 44100 Hz Stereo frame=1152 samples/1262 bytes [00000140] main audio output debug: filter(s) 'mpga'->'fl32' 44100 Hz->44100 Hz Stereo->Stereo [00000142] main private debug: looking for audio filter module [00000142] main private debug: probing 17 candidates [00000140] main audio output error: couldn't find a filter for the conversion [00000140] main audio output error: couldn't set an input pipeline The video is displayed fine, no glitches during playback or anything else. I am using the snd_ich and snd_pcm kernel modules and have them preloaded at boot time. I can playback sound using XMMS and mplayer and gtk-cd, in KDE and GNOME (using arts and esd respectively). I have also tried it without arts or esd running and selecting 'oss' output, all to no avail. As a small sidenote, since freebsd has more than one dsp file (/dev/dsp and /dev/dspW0.0) both have been tried (one is jst a symlink to the other) with the same error. One last thing, this is a p4 laptop, and i know that FreeBSD has had some problems with SSE and SSE2 extensions in the past using a p4, so i have tried with those disabled as well. So, any ideas ? regads Stef Telford -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Wed Feb 12 08:35:54 2003 From: khleung at engineer.com (Andrew leung) Date: Wed, 12 Feb 2003 02:35:54 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030212073554.34015.qmail@mail.com> Dear Jean - Paul Saman, Thank you, I created 2 log (attached in mail) , it has many lines claiming "input warning: garbage (0XXXXXXXX)" or "packets corrupted", "late pictures skipped" I did it twice, created 2 logs, would you mind kindly have a look for me? by the way, I would like to know more about vlc, from the vlc website I know that in familar version of vlc it can support H.263 right? can I use H.263 instead of MPEG? Is that the streaming I am using is in fact making use of MPEG-1? I have tried the --codecs option and try to use ffmpeg, but iPAQ said that unknow options, What is the role of ffmpeg in vlc? am I using it already? final question, I am using opie-vlc http://XXXXX:8090/test1.mpg, Is vlc using HTTP streming, with UDP as the network protocol? Thank you very much, Andrew p.s. I would like to say thanks again and again, vlc is the ONLY program that I can make it run in iPAQ ro receive video in real time, another package "opie-mediaplayer" complaint similar problem ( can't find Qt lib ) when I try to use it, I am trying to read your opie-vlc scripts and write one for opie-mediaplayer and I am still working on that, thanks for your hints. In fact I am a university student and green to Linux ( thats why I am asking many stupid questions) and the use of vlc in iPAQ is needed in my project which is very important for my final year of study in university. What I am doing is ALL on Linux, while my classmate can give a relatively smooth video streaming, using iPAQ but windows CE, My task is make everythings work on Linux box Really thanks for your help so far. ----- Original Message ----- From: Jean-Paul Saman Date: Tue, 11 Feb 2003 21:05:55 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > Thank you very much for your help, where can i find the log for vlc? > > > Okay ;-0 > > You create it yourself with running: > > opie-vlc -vvvvvvv udp://@:1234 2>error.log > > Make sure you are in /var/tmp so it does not end up on the flash chip ;-). > > Greetings, > Jean-Paul Saman. > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -------------- next part -------------- A non-text attachment was scrubbed... Name: error.log Type: application/octet-stream Size: 9882 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: error2.log Type: application/octet-stream Size: 11006 bytes Desc: not available URL: From saman at natlab.research.philips.com Wed Feb 12 09:04:40 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Wed, 12 Feb 2003 09:04:40 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030212073554.34015.qmail@mail.com> Message-ID: <3E4A0018.7040408@natlab.research.philips.com> Andrew leung wrote: > Dear Jean - Paul Saman, > > Thank you, I created 2 log (attached in mail) , it has many lines claiming > > "input warning: garbage (0XXXXXXXX)" or "packets corrupted", "late pictures skipped" Are you sure that the file is alright? Can you play it on your desktop and check that you have video and audio? You get a lot of garbage messages. This means either the video file is *garbage* or it turns into *garbage* when it travels your network. In the latter case you have a very bad network link, with mangles the data. > > I did it twice, created 2 logs, would you mind kindly have a look for me? > > > > by the way, I would like to know more about vlc, from the vlc website I know that in familar version of > vlc it can support H.263 right? can I use H.263 instead of MPEG? > For both formats holds that you need to re-encode your video to meet the needs for the transport layer. I used a 1-1.5 Mbps bitrate video movie for this, which worked quite good with Wireless LAN streaming to a vlc running on an iPaq. > Is that the streaming I am using is in fact making use of MPEG-1? If you encode with MPEG 1, then you *have* to decode with MPEG-1 codec. > I have tried the --codecs option and try to use ffmpeg, but iPAQ said > that unknow options, I'll have to check this. > What is the role of ffmpeg in vlc? am I using it > already? It is mainly used for MPEG-4 and DivX decoding AFAIK > > final question, I am using opie-vlc http://XXXXX:8090/test1.mpg, Is vlc using HTTP streming, with UDP as the network protocol? > HTTP uses tcp as network protocol. -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Wed Feb 12 10:37:11 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Wed, 12 Feb 2003 10:37:11 +0100 Subject: [vlc] Re: FreeBSD 5.0 and No Sound - and yes, have read the FAQ ;> In-Reply-To: <1045104636.15050.14.camel@Indra.hades> References: <1045104636.15050.14.camel@Indra.hades> Message-ID: <20030212093711.GA28237@via.ecp.fr> On Wed, Feb 12, 2003, Stef Telford wrote: > [00000141] main private debug: looking for audio filter module > [00000141] main private debug: probing 17 candidates > [00000046] main module debug: using audio filter module "float32tos16" > [00000140] main audio output debug: found a filter for the whole > conversion > [00000140] main audio output debug: looking for audio mixer module > [00000140] main audio output debug: probing 3 candidates > [00000110] main module debug: using audio mixer module "float32_mixer" > [00000140] main audio output debug: looking for audio mixer module > [00000140] main audio output debug: probing 3 candidates > [00000110] main module debug: using audio mixer module "float32_mixer" > [00000140] main audio output debug: input 'mpga' 44100 Hz Stereo > frame=1152 samples/1262 bytes > [00000140] main audio output debug: filter(s) 'mpga'->'fl32' 44100 > Hz->44100 Hz > Stereo->Stereo > [00000142] main private debug: looking for audio filter module > [00000142] main private debug: probing 17 candidates > [00000140] main audio output error: couldn't find a filter for the > conversion > [00000140] main audio output error: couldn't set an input pipeline You need to compile with libmad and liba52. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Wed Feb 12 11:07:19 2003 From: khleung at engineer.com (Andrew leung) Date: Wed, 12 Feb 2003 05:07:19 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030212100719.8638.qmail@mail.com> Dear Jean - Paul Saman In the server side I use open source software "ffmpeg" to stream video captured by webcam in a real time manner, when I view it through wired LAN from other machine its quality is better, while switch to bluetooth the file , althrough can play on iPAQ, having very high delay and 1-2 frame for a few seconds. this "1-2 frame for a few seconds" corresponds to the 2 log files I attached in my last email. Thank you, andrew ----- Original Message ----- From: Jean-Paul Saman Date: Wed, 12 Feb 2003 09:04:40 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > Thank you, I created 2 log (attached in mail) , it has many lines claiming > > > > "input warning: garbage (0XXXXXXXX)" or "packets corrupted", "late pictures skipped" > > Are you sure that the file is alright? Can you play it on your desktop > and check that you have video and audio? > > You get a lot of garbage messages. This means either the video file is > *garbage* or it turns into *garbage* when it travels your network. In > the latter case you have a very bad network link, with mangles the data. > > > > > I did it twice, created 2 logs, would you mind kindly have a look for me? > > > > > > > > by the way, I would like to know more about vlc, from the vlc website I know that in familar version of > > vlc it can support H.263 right? can I use H.263 instead of MPEG? > > > For both formats holds that you need to re-encode your video to meet the > needs for the transport layer. I used a 1-1.5 Mbps bitrate video movie > for this, which worked quite good with Wireless LAN streaming to a vlc > running on an iPaq. > > > Is that the streaming I am using is in fact making use of MPEG-1? > If you encode with MPEG 1, then you *have* to decode with MPEG-1 codec. > > > I have tried the --codecs option and try to use ffmpeg, but iPAQ said > > that unknow options, > I'll have to check this. > > > What is the role of ffmpeg in vlc? am I using it > already? > It is mainly used for MPEG-4 and DivX decoding AFAIK > > > > > final question, I am using opie-vlc http://XXXXX:8090/test1.mpg, Is vlc using HTTP streming, with UDP as the network protocol? > > > HTTP uses tcp as network protocol. > > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From reignin3 at cti.ecp.fr Wed Feb 12 12:25:05 2003 From: reignin3 at cti.ecp.fr (nicolas reignier) Date: Wed, 12 Feb 2003 03:25:05 -0800 Subject: [vlc] Re: regarding bug with vlc 0.5.0 on MacosX In-Reply-To: <06423F16-3E5C-11D7-A88C-000A9566D1B6@free.fr> Message-ID: Maybe it's a question of localisation I knox it migth be weird but i am not the only one with the problem. my localisation is french. nico Le mardi, 11 f?v 2003, ? 23:31 US/Pacific, Yohann Colombat a ?crit : > Hi, > I have the same configuration here : > 10.2.3, QT 6.1. > And evrything work perfectly, no crash... > There is just the sound which is bad. But it as never been as good as > QuickTime even en 0.4.x... > > Yoc > > Le mardi, 11 f?v 2003, ? 22:15 Europe/Paris, nicolas reignier a ?crit : > >> Just to tell my little experiment in case it could help: >> >> Due to mess in my OS I decided to resinstall OS X 10.2 ( making Qt >> go back to 6) and to my surprise vlc 0.5.0 worked perfectly ( I >> couldn't make it work before) I then run the uptodater to instal OSX >> 10.2.3, QT 6.1 . After update complete, VLC 0.5.0 crashed again while >> trying to open a divx file. >> >> Hope it migth help >> >> Nicolas >> G4 Cube 450Mhz >> OS X.2.3 >> -- >> This is the vlc mailing-list, see http://www.videolan.org/vlc/ >> To unsubscribe, please read http://www.videolan.org/support/lists.html >> If you are in trouble, please contact >> >> >> > Yoc > www.macbidouille.com > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From mjaffe at scires.com Wed Feb 12 14:11:52 2003 From: mjaffe at scires.com (Matt Jaffe) Date: Wed, 12 Feb 2003 08:11:52 -0500 Subject: [vlc] stream statistics and testing Message-ID: Can vlc be made to report statistics on video quality as it is receive from the network? We need to do some testing/demonstration of a wireless ad-hoc routing protocol we developed and the requirements call for proving that we can support a certain level of quality at the receiver. Statistics we are looking for are: lost/errored/good receive packets transmitted frame rate receive frames per second receive BW These stats are available in real player, but it doesn't seem like we can stream from vlc or vls to real player. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Wed Feb 12 15:53:29 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Wed, 12 Feb 2003 15:53:29 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030212100719.8638.qmail@mail.com> Message-ID: <3E4A5FE9.6070201@natlab.research.philips.com> Andrew leung wrote: > Dear Jean - Paul Saman > > In the server side I use open source software "ffmpeg" to stream video captured by webcam in a real time manner, when I view it through wired LAN from other machine its quality is better, What about changing one thing at a time and use WLAN to stream to your iPaq. How is the quality now? But first thing would be to capture a stream from ffmpeg into a file and open that with vlc on your desktop machine (or on the same machine the ffmpeg server is). How is the quality now? > > while switch to bluetooth the file , althrough can play on iPAQ, having very high delay and 1-2 frame for a few seconds. > After the first two test move in bluetooth. If all was well in previous steps, then the data cannot travel correctly over your bluetooth link. > this "1-2 frame for a few seconds" corresponds to the 2 log files I attached in my last email. > > > Thank you, > andrew > > > > > ----- Original Message ----- > From: Jean-Paul Saman > Date: Wed, 12 Feb 2003 09:04:40 +0100 > To: vlc at videolan.org > Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > > >>Andrew leung wrote: >> >>>Dear Jean - Paul Saman, >>> >>>Thank you, I created 2 log (attached in mail) , it has many lines claiming >>> >>>"input warning: garbage (0XXXXXXXX)" or "packets corrupted", "late pictures skipped" >> >>Are you sure that the file is alright? Can you play it on your desktop >>and check that you have video and audio? >> >>You get a lot of garbage messages. This means either the video file is >>*garbage* or it turns into *garbage* when it travels your network. In >>the latter case you have a very bad network link, with mangles the data. >> >> >>>I did it twice, created 2 logs, would you mind kindly have a look for me? >>> >>> >>> >>>by the way, I would like to know more about vlc, from the vlc website I know that in familar version of >>>vlc it can support H.263 right? can I use H.263 instead of MPEG? >>> >> >>For both formats holds that you need to re-encode your video to meet the >> needs for the transport layer. I used a 1-1.5 Mbps bitrate video movie >>for this, which worked quite good with Wireless LAN streaming to a vlc >>running on an iPaq. >> >> >>>Is that the streaming I am using is in fact making use of MPEG-1? >> >>If you encode with MPEG 1, then you *have* to decode with MPEG-1 codec. >> >> >>> I have tried the --codecs option and try to use ffmpeg, but iPAQ said >> >> > that unknow options, >>I'll have to check this. >> >> > What is the role of ffmpeg in vlc? am I using it > already? >>It is mainly used for MPEG-4 and DivX decoding AFAIK >> >> >>>final question, I am using opie-vlc http://XXXXX:8090/test1.mpg, Is vlc using HTTP streming, with UDP as the network protocol? >>> >> >>HTTP uses tcp as network protocol. >> >> >>-- >>Kind greetings, >> >>Jean-Paul Saman >> >>Software Architect >> >>e-mail (work): saman at natlab.research.philips.com >>phone (work): 040 27 42909 >>------------------------------------------------------------ >>Ordina TA, >>Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven >>e-mail : jean-paul.saman at ordina.nl >>phone : 040 2601200 >>fax : 040 2601199 >> >> >>-- >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ >>To unsubscribe, please read http://www.videolan.org/support/lists.html >>If you are in trouble, please contact >> > -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yoc at macbidouille.com Wed Feb 12 16:23:08 2003 From: yoc at macbidouille.com (Yoc) Date: Wed, 12 Feb 2003 16:23:08 +0100 Subject: [vlc] Re: regarding bug with vlc 0.5.0 on MacosX In-Reply-To: Message-ID: mine is french too ! I had troubles at the beginning as I installed a pre-version of the 0.5.0. But I removed everything with the name vlc inside in the preference folder and now the final 0.5.0 version is working fine... Or there is something else.... Yoc Le mercredi, 12 f?v 2003, ? 12:25 Europe/Paris, nicolas reignier a ?crit : > Maybe it's a question of localisation I knox it migth be weird but i > am not the only one with the problem. > my localisation is french. > > nico > Le mardi, 11 f?v 2003, ? 23:31 US/Pacific, Yohann Colombat a ?crit : > >> Hi, >> I have the same configuration here : >> 10.2.3, QT 6.1. >> And evrything work perfectly, no crash... >> There is just the sound which is bad. But it as never been as good as >> QuickTime even en 0.4.x... >> >> Yoc >> >> Le mardi, 11 f?v 2003, ? 22:15 Europe/Paris, nicolas reignier a ?crit >> : >> >>> Just to tell my little experiment in case it could help: >>> >>> Due to mess in my OS I decided to resinstall OS X 10.2 ( making Qt >>> go back to 6) and to my surprise vlc 0.5.0 worked perfectly ( I >>> couldn't make it work before) I then run the uptodater to instal OSX >>> 10.2.3, QT 6.1 . After update complete, VLC 0.5.0 crashed again >>> while trying to open a divx file. >>> >>> Hope it migth help >>> >>> Nicolas >>> G4 Cube 450Mhz >>> OS X.2.3 >>> -- >>> This is the vlc mailing-list, see http://www.videolan.org/vlc/ >>> To unsubscribe, please read >>> http://www.videolan.org/support/lists.html >>> If you are in trouble, please contact >>> >>> >>> >> Yoc >> www.macbidouille.com >> >> -- >> This is the vlc mailing-list, see http://www.videolan.org/vlc/ >> To unsubscribe, please read http://www.videolan.org/support/lists.html >> If you are in trouble, please contact >> >> > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > > Yoc www.macbidouille.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Wed Feb 12 16:41:34 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Wed, 12 Feb 2003 16:41:34 +0100 Subject: [vlc] Re: regarding bug with vlc 0.5.0 on MacosX In-Reply-To: Message-ID: <7763C5DA-3EA0-11D7-BAA1-0030656CFA88@student.utwente.nl> This bug has been solved in CVS for several days now. There was a bug in the localization code. Derk-Jan Hartman On woensdag, feb 12, 2003, at 16:23 Europe/Amsterdam, Yoc wrote: > mine is french too ! > I had troubles at the beginning as I installed a pre-version of the > 0.5.0. But I removed everything with the name vlc inside in the > preference folder and now the final 0.5.0 version is working fine... > Or there is something else.... > > Yoc > > Le mercredi, 12 f?v 2003, ? 12:25 Europe/Paris, nicolas reignier a > ?crit : >> Maybe it's a question of localisation I knox it migth be weird but i >> am not the only one with the problem. >> my localisation is french. >> >> nico >> Le mardi, 11 f?v 2003, ? 23:31 US/Pacific, Yohann Colombat a ?crit : >> >>> Hi, >>> I have the same configuration here : >>> 10.2.3, QT 6.1. >>> And evrything work perfectly, no crash... >>> There is just the sound which is bad. But it as never been as good >>> as QuickTime even en 0.4.x... >>> >>> Yoc >>> >>> Le mardi, 11 f?v 2003, ? 22:15 Europe/Paris, nicolas reignier a >>> ?crit : >>> >>>> Just to tell my little experiment in case it could help: >>>> >>>> Due to mess in my OS I decided to resinstall OS X 10.2 ( making Qt >>>> go back to 6) and to my surprise vlc 0.5.0 worked perfectly ( I >>>> couldn't make it work before) I then run the uptodater to instal >>>> OSX 10.2.3, QT 6.1 . After update complete, VLC 0.5.0 crashed again >>>> while trying to open a divx file. ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From reignin3 at cti.ecp.fr Wed Feb 12 16:49:00 2003 From: reignin3 at cti.ecp.fr (nicolas reignier) Date: Wed, 12 Feb 2003 16:49:00 +0100 Subject: [vlc] Re: regarding bug with vlc 0.5.0 on MacosX In-Reply-To: <7763C5DA-3EA0-11D7-BAA1-0030656CFA88@student.utwente.nl> Message-ID: <812D418F-3EA1-11D7-B452-003065A25EB0@cti.ecp.fr> thx for telling me... when will we have a new version of 0.50 then?? Nico Le mercredi, 12 f?v 2003, ? 16:41 Europe/Paris, Derk-Jan Hartman a ?crit : > This bug has been solved in CVS for several days now. > There was a bug in the localization code. > > Derk-Jan Hartman > > -- -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From alexis at via.ecp.fr Wed Feb 12 16:56:55 2003 From: alexis at via.ecp.fr (Alexis de Lattre) Date: Wed, 12 Feb 2003 16:56:55 +0100 Subject: [vlc] Re: regarding bug with vlc 0.5.0 on MacosX In-Reply-To: <812D418F-3EA1-11D7-B452-003065A25EB0@cti.ecp.fr> References: <7763C5DA-3EA0-11D7-BAA1-0030656CFA88@student.utwente.nl> <812D418F-3EA1-11D7-B452-003065A25EB0@cti.ecp.fr> Message-ID: <20030212155655.GA16713@via.ecp.fr> On Wed, Feb 12, 2003, nicolas reignier wrote : > when will we have a new version of 0.50 then?? It is scheduled for this week-end. But, as always, "release when ready..." -- Alexis -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Wed Feb 12 17:34:22 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Wed, 12 Feb 2003 17:34:22 CET Subject: [vlc] Re: Oversized Subtitles? Message-ID: >Date: Wed, 12 Feb 2003 08:26:22 -0500 >Sujet: [vlc] Oversized Subtitles? >De: Peter Curtis >A: vlc at videolan.org > >Hi, > >VLC 0.5 is great, but I was recently playing an AVI file with a .SRT >subfile, and I had a problem. The subs displayed OK, but they were BIG. >When there was a long line, it would take up half the screen. In >mplayer, the subs were normal sized. > >Is this a bug in VLC? If so, is there a fix planned? If it's not a bug, >is there a way to alter the size at which subtitles are displayed? > This can easily be fixed by changing the font used to display subtitles (--spudec-font config option). There is currently only one font shipped with vlc (font-eutopiabold36.rle) but there are scripts and instructions lying around that allows one to create new font files. I'll try to include them in the vlc source tree before the 0.5.1 release. -- Gildas ---------------------------------------------------------------------- MESSAGE PROMOTIONNEL HOROSCOPE Travail, argent, rencontres... Les astres vous r?pondent ! Retrouvez votre horoscope personnalis? au 0 892 02 61 60 (0,34 ?/mn). http://www.europe1.fr/communiquer/mobiles/aud_horoscope.jsp -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Wed Feb 12 17:34:47 2003 From: khleung at engineer.com (Andrew leung) Date: Wed, 12 Feb 2003 11:34:47 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030212163447.57298.qmail@mail.com> Dear Jean - Paul Saman, 1) You meant using wireless LAN and vlc in iPAQ to receive streaming video? well, for the time being I don't have wireless LAN ready in iPAQ....... 2) I have tried using ffmpeg to capture stream into a file and play that saved local file on iPAQ by vlc, it seems that vlc don't have problem when playing such a *local* file. Seems that really BT's matter.......but the same set of *hardware* was previously used in another project to achieve the same goal, that real video WAS ok in windows CE with BT and H.263 codecs........... codec problem?!! any other codec are proposed candidate to solve it? Anyway, Thank you very much for your analysis!!! I will keep on trying...... Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Wed, 12 Feb 2003 15:53:29 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman > > > > In the server side I use open source software "ffmpeg" to stream video captured by webcam in a real time manner, when I view it through wired LAN from other machine its quality is better, > What about changing one thing at a time and use WLAN to stream to your > iPaq. How is the quality now? > > But first thing would be to capture a stream from ffmpeg into a file and > open that with vlc on your desktop machine (or on the same machine the > ffmpeg server is). How is the quality now? > > > > > while switch to bluetooth the file , althrough can play on iPAQ, having very high delay and 1-2 frame for a few seconds. > > > After the first two test move in bluetooth. If all was well in previous > steps, then the data cannot travel correctly over your bluetooth link. > > > this "1-2 frame for a few seconds" corresponds to the 2 log files I attached in my last email. > > > > > > Thank you, > > andrew > > > > > > > > > > ----- Original Message ----- > > From: Jean-Paul Saman > > Date: Wed, 12 Feb 2003 09:04:40 +0100 > > To: vlc at videolan.org > > Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > > > > > >>Andrew leung wrote: > >> > >>>Dear Jean - Paul Saman, > >>> > >>>Thank you, I created 2 log (attached in mail) , it has many lines claiming > >>> > >>>"input warning: garbage (0XXXXXXXX)" or "packets corrupted", "late pictures skipped" > >> > >>Are you sure that the file is alright? Can you play it on your desktop > >>and check that you have video and audio? > >> > >>You get a lot of garbage messages. This means either the video file is > >>*garbage* or it turns into *garbage* when it travels your network. In > >>the latter case you have a very bad network link, with mangles the data. > >> > >> > >>>I did it twice, created 2 logs, would you mind kindly have a look for me? > >>> > >>> > >>> > >>>by the way, I would like to know more about vlc, from the vlc website I know that in familar version of > >>>vlc it can support H.263 right? can I use H.263 instead of MPEG? > >>> > >> > >>For both formats holds that you need to re-encode your video to meet the > >> needs for the transport layer. I used a 1-1.5 Mbps bitrate video movie > >>for this, which worked quite good with Wireless LAN streaming to a vlc > >>running on an iPaq. > >> > >> > >>>Is that the streaming I am using is in fact making use of MPEG-1? > >> > >>If you encode with MPEG 1, then you *have* to decode with MPEG-1 codec. > >> > >> > >>> I have tried the --codecs option and try to use ffmpeg, but iPAQ said > >> > >> > that unknow options, > >>I'll have to check this. > >> > >> > What is the role of ffmpeg in vlc? am I using it > already? > >>It is mainly used for MPEG-4 and DivX decoding AFAIK > >> > >> > >>>final question, I am using opie-vlc http://XXXXX:8090/test1.mpg, Is vlc using HTTP streming, with UDP as the network protocol? > >>> > >> > >>HTTP uses tcp as network protocol. > >> > >> > >>-- > >>Kind greetings, > >> > >>Jean-Paul Saman > >> > >>Software Architect > >> > >>e-mail (work): saman at natlab.research.philips.com > >>phone (work): 040 27 42909 > >>------------------------------------------------------------ > >>Ordina TA, > >>Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > >>e-mail : jean-paul.saman at ordina.nl > >>phone : 040 2601200 > >>fax : 040 2601199 > >> > >> > >>-- > >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ > >>To unsubscribe, please read http://www.videolan.org/support/lists.html > >>If you are in trouble, please contact > >> > > > > > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From svendp at image.dk Wed Feb 12 19:35:11 2003 From: svendp at image.dk (Svend Pedersen) Date: Wed, 12 Feb 2003 19:35:11 +0100 Subject: [vlc] SV: default viewer In-Reply-To: Message-ID: Not true! on Windows - use autologon method and run vlc --fullscreen udp: So far my client runs on Win. Havent tried other platforms yet Svend > Fra: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org]P? vegne af > Christophe Malizia ( Serviware Croissy ) > Sendt: 12. februar 2003 16:31 > Til: vlc at videolan.org > Cc: David Chevallier ( Serviware Croissy ) > Emne: [vlc] default viewer > > > Hi, > > I'm project leader to build an interactive kiosk. It must be > installed in a design office. People could be able to view image > and MPEG2 by using the AliasWavefront software PortFolio. The > problem is PortFolio can't play MPEG2. > > So, I've tried Elecard but the quality is not good enough. > > VLC seems to be OK but I can't run the player automatically and > full screen. > > Could anyone help me for this ? > > Christophe MALIZIA > www.serviware.com > cmalizia at serviware.com > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Wed Feb 12 19:42:03 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Wed, 12 Feb 2003 19:42:03 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030212163447.57298.qmail@mail.com> Message-ID: <3E4A957B.1050503@wxs.nl> Andrew leung wrote: > Dear Jean - Paul Saman, > > 1) You meant using wireless LAN and vlc in iPAQ to receive streaming video? well, for the time being I don't have wireless LAN ready in iPAQ....... > > 2) I have tried using ffmpeg to capture stream into a file and play that saved local file on iPAQ by vlc, it seems that vlc don't have problem when playing such a *local* file. > > Seems that really BT's matter.......but the same set of *hardware* was previously used in another project to achieve the same goal, that real video WAS ok in windows CE with BT and H.263 codecs........... > Your problem is the required bitrate. The ffmpeg encoding into MPEG-1 results in a streaming video that needs more bandwidth then your BT link can give. Hence the bad video on the iPaq. There are two thing you can do: 1) instruct ffmpeg to lower the bitrate that it produces for the MPEG-1, or 2) use another codec that does that for you. Look at the http://www.videolan.org/vlc/features.html page if your codec is supported on the iPaq port. Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From wotaskd at nsdeveloper.com Wed Feb 12 20:26:26 2003 From: wotaskd at nsdeveloper.com (Ed) Date: Wed, 12 Feb 2003 19:26:26 GMT Subject: [vlc] MPEG-2 audio/video files In-Reply-To: References: Message-ID: <20030212192626.29196.qmail@delta.8x.com.br> Hello, Sorry for the dumb question, but I have not found an answer for this question anywhere on the archives or faq. I'm on Mac OS X (Jaguar); I have converted a movie to a MPEG-2 video file (.m2v) and the correspondent ac3 audio files (5 channels). What I wanted to know is: 1 - Is there some way to play all of these files on VLC simultaneously (I only have been able to play them one at a time); 2 - Does anybody know an audio card for OS X that can be used with VLC to get separated audio output? I know a card from Delta, but I don't know if it's going to work. Best regards, Ed -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Wed Feb 12 20:50:21 2003 From: sam at zoy.org (Sam Hocevar) Date: Wed, 12 Feb 2003 20:50:21 +0100 Subject: [vlc] Re: VLC on LTSP? In-Reply-To: <000801c2d2b1$14598290$202141db@brainless> References: <000801c2d2b1$14598290$202141db@brainless> Message-ID: <20030212195021.GR14843@zoy.org> On Wed, Feb 12, 2003, Anurag Phadke wrote: > I am interested in knowing whether VLC will work on LTSP? VLC will run on any Linux distribution. However displaying a 25fps DVD on an exported display would require an 1Gb network, so I doubt LTSP is the best system on which to run VLC. -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yoc at macbidouille.com Wed Feb 12 21:32:55 2003 From: yoc at macbidouille.com (Yoc) Date: Wed, 12 Feb 2003 21:32:55 +0100 Subject: [vlc] Re: MPEG-2 audio/video files In-Reply-To: <20030212192626.29196.qmail@delta.8x.com.br> Message-ID: <2A8BAD8E-3EC9-11D7-91E3-000A9566D1B6@macbidouille.com> About the card, I know that m-audio cards (at least the sonic USB card) are delivered with a modified version of vlc 0.4.1 which can send separate channels to it. I don't know if the 0.5.0 version uses the same code as this 0.4.1 modified version. Yoc Le mercredi, 12 f?v 2003, ? 20:26 Europe/Paris, Ed a ?crit : > Hello, > > Sorry for the dumb question, but I have not found an answer for this > question anywhere on the archives or faq. > I'm on Mac OS X (Jaguar); I have converted a movie to a MPEG-2 video > file (.m2v) and the correspondent ac3 audio files (5 channels). What I > wanted to know is: > 1 - Is there some way to play all of these files on VLC simultaneously > (I only have been able to play them one at a time); > 2 - Does anybody know an audio card for OS X that can be used with VLC > to get separated audio output? I know a card from Delta, but I don't > know if it's going to work. > Best regards, > Ed > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > > Yoc www.macbidouille.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From amasur at gmx.de Thu Feb 13 00:15:24 2003 From: amasur at gmx.de (Andreas Masur) Date: Thu, 13 Feb 2003 00:15:24 +0100 Subject: [vlc] Re: OSX problem In-Reply-To: <9E00EB46-3C81-11D7-97C3-000A9566D1B6@free.fr> References: <9E00EB46-3C81-11D7-97C3-000A9566D1B6@free.fr> Message-ID: <3E4AD58C.5090506@gmx.de> Yohann Colombat wrote: > I think this mailing list is english only... > Can you translate what you've just said ? He said: "The application should not crash at all but rather work without any problems. I am having no problems with it." Ciao, Andreas "Software is like sex, it's better when it's free." - Linus Torvalds -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From amasur at gmx.de Thu Feb 13 00:19:19 2003 From: amasur at gmx.de (Andreas Masur) Date: Thu, 13 Feb 2003 00:19:19 +0100 Subject: [vlc] Re: Videolan und MacOS X In-Reply-To: References: Message-ID: <3E4AD677.5010905@gmx.de> Stefan Renner wrote: > Hallo, > > auf meinem Mac laeuft MacOS 10.2.3, die CPU hat 400 MHz, der RAM > betraegt 704 MByte, die Grafikkarte ist eine ATI 8500. Wenn ich Videolan > starte, dann blinkt das Icon ein wenig und das war alles. Wo liegt der > Fehler? Since this is an English mailing list chances to get a reply increase while asking in English... "I am running MacOS X 10.2.3 on a 400 MHz Mac with 704 MByte of RAM. The graphics adapter is an ATI 8500. While starting VLC, only the icon is flashing - nothing more. What could be the problem?" Ciao, Andreas "Software is like sex, it's better when it's free." - Linus Torvalds -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From slee at qixo.com Thu Feb 13 00:43:42 2003 From: slee at qixo.com (Sean Lee) Date: Wed, 12 Feb 2003 15:43:42 -0800 Subject: [vlc] [Question] Command line input? Message-ID: <0f2501c2d2f0$96a27b50$6301a8c0@sean> Dear Does Vlc have a command line interface like "mplayer"? "mplayer" has a "input.conf" file so that we can configure the command line input. Thank you. Sean Lee slee at qixo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From khleung at engineer.com Thu Feb 13 04:26:20 2003 From: khleung at engineer.com (Andrew leung) Date: Wed, 12 Feb 2003 22:26:20 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030213032620.22994.qmail@mail.com> Dear Jean - Paul Saman, Thank you very much for your valuable advices!! for lower bitrate on ffmpeg, I am trying to ask it to do so but I am still working on it, seems that I shall make the picture from 360 X 240 to a smaller size one, but one problem is when ever I call opie-vlc it give me a fullscreen, this strech the small picture to the screen size and resulted in poor resolution, does opie-vlc support non-fullscreen? As I mentioned before, I would like to ask vlc to decode H.263 or other codec, but when I type --codecs options, iPAQ complain that unknowned options.....any other plug in required to be intalled into the iPAQ for using H.263 or MPEG4? Thanks a lot, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Wed, 12 Feb 2003 19:42:03 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > 1) You meant using wireless LAN and vlc in iPAQ to receive streaming video? well, for the time being I don't have wireless LAN ready in iPAQ....... > > > > 2) I have tried using ffmpeg to capture stream into a file and play that saved local file on iPAQ by vlc, it seems that vlc don't have problem when playing such a *local* file. > > > > Seems that really BT's matter.......but the same set of *hardware* was previously used in another project to achieve the same goal, that real video WAS ok in windows CE with BT and H.263 codecs........... > > > > Your problem is the required bitrate. The ffmpeg encoding into MPEG-1 > results in a streaming video that needs more bandwidth then your BT link > can give. Hence the bad video on the iPaq. > > There are two thing you can do: > 1) instruct ffmpeg to lower the bitrate that it produces for the MPEG-1, or > 2) use another codec that does that for you. Look at the > http://www.videolan.org/vlc/features.html page if your codec is > supported on the iPaq port. > > Greetings, > > Jean-Paul Saman. > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Thu Feb 13 08:37:58 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Thu, 13 Feb 2003 08:37:58 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030213032620.22994.qmail@mail.com> Message-ID: <3E4B4B56.3090809@natlab.research.philips.com> Andrew leung wrote: > Dear Jean - Paul Saman, > > Thank you very much for your valuable advices!! > > > for lower bitrate on ffmpeg, I am trying to ask it to do so but I am still working on it, seems that I shall make the picture from 360 X 240 to a smaller size one, but one problem is when ever I call opie-vlc it give me a fullscreen, this strech the small picture to the screen size and resulted in poor resolution, does opie-vlc support non-fullscreen? Opie-vlc does not support non-fullscreen yet. I am busy with improving the qte native video output plugin, but this takes time. I only have a couple of hours in the evenings to do all my experiments ;-) > As I mentioned before, I would like to ask vlc to decode H.263 or other codec, but when I type --codecs options, iPAQ complain that unknowned options.....any other plug in required to be intalled into the iPAQ for using H.263 or MPEG4? Not for MPEG4/DivX because that is handled by the ffmpeg builtin plugin in vlc-0.4.6. For H.263 I cannot tell, because I have no experience with it. -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Thu Feb 13 08:41:41 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Thu, 13 Feb 2003 08:41:41 +0100 Subject: [vlc] Re: VLC on LTSP? References: <000001c2d2d1$c168bda0$672141db@brainless> Message-ID: <3E4B4C35.7030101@natlab.research.philips.com> Anurag Phadke wrote: > Dear Sam, > I am not talking about DVD but normal mpegs and avis and dat files being > streamed over the network with sound. > I tried using mplayer on LTSP (some 120 sec avi file(not in full screen > mode)) and it worked fine. > For LTSP though we have a 100mbps n/w, we can only allocate 3/4mbps > (max) / client. Then you cannot do files that are created from DVD's, because a DVD requires about 8/9 Mbps bandwidth. > Is it possible with such low b/w availability? Yes if you downscale your MPEG and AVI to within that bandwith requirement ;-). Otherwise though luck ;-) -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Thu Feb 13 08:43:47 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Thu, 13 Feb 2003 08:43:47 +0100 Subject: [vlc] Re: default viewer References: Message-ID: <3E4B4CB3.2050601@natlab.research.philips.com> Christophe Malizia ( Serviware Croissy ) wrote: > Hi, > > I'm project leader to build an interactive kiosk. It must be installed in a design office. People could be able to view image and MPEG2 by using the AliasWavefront software PortFolio. The problem is PortFolio can't play MPEG2. > > So, I've tried Elecard but the quality is not good enough. > > VLC seems to be OK but I can't run the player automatically and full screen. > > Could anyone help me for this ? > > Christophe MALIZIA > www.serviware.com > cmalizia at serviware.com > In the preferences menu you can set VLC to automatically use fullscreen. Do not forget to save the preferences ;-). Next time you startup VLC up it will appear in fullscreen. (it reads your configuration file that you created in the previous step.) -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Thu Feb 13 08:47:06 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Thu, 13 Feb 2003 08:47:06 +0100 Subject: [vlc] Re: [Question] Command line input? References: <0f2501c2d2f0$96a27b50$6301a8c0@sean> Message-ID: <3E4B4D7A.3060504@natlab.research.philips.com> Sean Lee wrote: > Dear > > Does Vlc have a command line interface like "mplayer"? > "mplayer" has a "input.conf" file so that we can configure the command > line input. > > Thank you. > > Sean Lee > slee at qixo.com > Yes, open a terminala and type "vlc --help" ;-) VLC even has a preference file it is calle .vlcrc and is under unix like systems located in your home directory. Through e.g. GTK or GNOME GUI you can set these options to your preferred onces. -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Thu Feb 13 13:46:52 2003 From: khleung at engineer.com (Andrew leung) Date: Thu, 13 Feb 2003 07:46:52 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030213124652.69786.qmail@mail.com> Dear Jean - Paul Saman, I see. So If i type "opie-vlc xxx.mpg" is it using ffmpeg to decode it (by default) ? But I am using MPEG1 from the streaming server, how can I know what codec the opie-vlc is in fact using? I really can't change it so far . You said no need to have plug in for MPEG4 but are there plug-in in opie-vlc for other codecs? I have asked people who develop bluez and posted questions in ffmpeg mailing list, It is quite sure that MAX rate for bluetooth is ~ 700kbps, I am finding out the actual bitrate that ffmpeg stream out from the server, and I am using method to test bluetooth's actual using some built in command.....still working Thank you very much, it seems that you are really very very busy!!! thanks for sparing time and answering my questions, :-> Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Thu, 13 Feb 2003 08:37:58 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > Thank you very much for your valuable advices!! > > > > > > for lower bitrate on ffmpeg, I am trying to ask it to do so but I am still working on it, seems that I shall make the picture from 360 X 240 to a smaller size one, but one problem is when ever I call opie-vlc it give me a fullscreen, this strech the small picture to the screen size and resulted in poor resolution, does opie-vlc support non-fullscreen? > > Opie-vlc does not support non-fullscreen yet. I am busy with improving > the qte native video output plugin, but this takes time. I only have a > couple of hours in the evenings to do all my experiments ;-) > > > As I mentioned before, I would like to ask vlc to decode H.263 or other codec, but when I type --codecs options, iPAQ complain that unknowned options.....any other plug in required to be intalled into the iPAQ for using H.263 or MPEG4? > > Not for MPEG4/DivX because that is handled by the ffmpeg builtin plugin > in vlc-0.4.6. For H.263 I cannot tell, because I have no experience with it. > > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Thu Feb 13 15:36:12 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Thu, 13 Feb 2003 15:36:12 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030213124652.69786.qmail@mail.com> Message-ID: <3E4BAD5C.60906@natlab.research.philips.com> Andrew leung wrote: > Dear Jean - Paul Saman, > > I see. So If i type "opie-vlc xxx.mpg" is it using ffmpeg to decode it (by default) ? > But I am using MPEG1 from the streaming server, how can I know what codec the opie-vlc is in fact using? I really can't change it so far . VLC detects from the stream itself what the best decoder plugin is. If you use MPEG-1 it uses it's builtin MPEG-1 decoding plugin. You can indeed override this with the commandline. Look at the page: http://www.videolan.org/vlc/ at the bottom it lists vlc user documentation. You can get more information about its commandline syntax there. The see which codecs are builtin in opie-vlc_0.4.6 you type: $> opie-vlc --list with $> opie-vlc -p ffmpeg you get more information about parameters of the ffmpeg plugin. > > You said no need to have plug in for MPEG4 but are there plug-in in opie-vlc for other codecs? > > > I have asked people who develop bluez and posted questions in ffmpeg mailing list, > It is quite sure that MAX rate for bluetooth is ~ 700kbps, I am finding out the actual bitrate that ffmpeg stream out from the server, and I am using method to test bluetooth's actual using some built in command.....still working > > > Thank you very much, it seems that you are really very very busy!!! thanks for sparing time and answering my questions, :-> > > > Andrew > > > > > ----- Original Message ----- > From: Jean-Paul Saman > Date: Thu, 13 Feb 2003 08:37:58 +0100 > To: vlc at videolan.org > Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > > >>Andrew leung wrote: >> >>>Dear Jean - Paul Saman, >>> >>>Thank you very much for your valuable advices!! >>> >>> >>>for lower bitrate on ffmpeg, I am trying to ask it to do so but I am still working on it, seems that I shall make the picture from 360 X 240 to a smaller size one, but one problem is when ever I call opie-vlc it give me a fullscreen, this strech the small picture to the screen size and resulted in poor resolution, does opie-vlc support non-fullscreen? >> >>Opie-vlc does not support non-fullscreen yet. I am busy with improving >>the qte native video output plugin, but this takes time. I only have a >>couple of hours in the evenings to do all my experiments ;-) >> >> >>>As I mentioned before, I would like to ask vlc to decode H.263 or other codec, but when I type --codecs options, iPAQ complain that unknowned options.....any other plug in required to be intalled into the iPAQ for using H.263 or MPEG4? >> >>Not for MPEG4/DivX because that is handled by the ffmpeg builtin plugin >>in vlc-0.4.6. For H.263 I cannot tell, because I have no experience with it. >> >> >>-- >>Kind greetings, >> >>Jean-Paul Saman >> >>Software Architect >> >>e-mail (work): saman at natlab.research.philips.com >>phone (work): 040 27 42909 >>------------------------------------------------------------ >>Ordina TA, >>Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven >>e-mail : jean-paul.saman at ordina.nl >>phone : 040 2601200 >>fax : 040 2601199 >> >> >>-- >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ >>To unsubscribe, please read http://www.videolan.org/support/lists.html >>If you are in trouble, please contact >> > -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Thu Feb 13 18:38:38 2003 From: sam at zoy.org (Sam Hocevar) Date: Thu, 13 Feb 2003 18:38:38 +0100 Subject: [vlc] Re: xvid_init in -lxvid... In-Reply-To: References: Message-ID: <20030213173838.GS14843@zoy.org> On Thu, Feb 13, 2003, Darryl Dixon wrote: > checking for xvid.h... yes > checking for xvid_init in -lxvid... no > configure: error: Cannot find libxvidcore library... This is fixed in current CVS and will be in 0.5.1. Sorry for the mistake. -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Thu Feb 13 18:41:46 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Thu, 13 Feb 2003 18:41:46 +0100 Subject: [vlc] proposal for a new macosx intf (again !!!!) Message-ID: <6BFC630D-3F7A-11D7-96CE-0030656CFA88@student.utwente.nl> Several ppl have stated there disliking against the current interface. 1. Not 'apple' enough 2. the play button is too large 3. too big personally i hate it that i cannot resize the playlist. I like to have a lot of items in my playlist (series or music video's for instance). In that case the current playlist is just too small. In the current design there is one big reason for this. We have a small controller and drawers always need to be smaller then the window they are attached to. If not this gives really weird effects when you hide/show the drawer (the drawer is actually temp. visible before it is shown because it is too big to fit behind your window) I have personally always enjoyed the iTunes intf. http://sidekick.student.utwente.nl/videolan/itunes.jpg My current design is still in Interface Builder, so think all the cool pictures from iTunes over the buttons etc. This is my suggestion. http://sidekick.student.utwente.nl/videolan/newinterface.jpg It consists of two views. one small view with just controller options and one large view with a visible playlist. both views will use the 'metal' look like iTunes. They will use similar buttons. To stay a bit 'special' i think we should keep the current blue/gray style of our current button-icons instead of the black from iTunes or QT Player. i like the blue/gray. ;) I'll take the large view in my explanation, the small view is similar. The three round buttons are <<, play and >> << - one click is previous playlistitem (previous chapter in a DVD) - keeping pressed is rewind (implemented trough seek). play - a play/pause toggle. i choose against a seperate stop buttong QT player doesn't need it either. why would we. >> - one click is next playlistitem (next chapter in a DVD) - keeping pressed is fastforward (implemented trough seek). The small horizontal slider is the volumeslider with small speaker icons to both sides (just as it is now). I don't see any real need for any other buttons. (stop, faster, slower, preferences) we can keep them in the menuitems. Especially in the small view. The part on the right side of the buttons should contain a LCD screen like image which contains the time and title information. It should be similar to the iTunes design or possibly the QT Player design. We already have a similar position slider developed for this. (jlj did this) The title information should scroll. The image to 'round off' the LCD should probably be a scaled vector graphic like they use in QT player. Next up is the playlist view. i was thinking of adding row numbers and implementing some way to show the currently playing item. Another possible addition might be the duration time. the row's will have alternating colours of course. ;) At the bottom I would like to add some playlist specific functions. loop, repeat, shuffle and 'item info' spring to mind at the moment. The text field to the right should sum up the number of items in the playlist and maybe later if possible the total playing time (not possible atm i think). I have chosen not to provide an add/remove item button. I think drag and drop and the menuitems take more then care of this. I can implement this new interface by myself. it's just that i need someone to take care of the graphics, which i simply don't have the talent for. Without someone who is going to take care of this, I'm not going to spend any time on this, because it would simply be ugly. Is there anyone out there who would like to contribute on this design? Suggestions, comments are welcomed. Do you think this might be better then our current design? (Beautifully designed by David Webber i might add ;) Flamewars will be /dev/null'ed Derk-Jan Hartman ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tnfb at rogers.com Thu Feb 13 18:58:19 2003 From: tnfb at rogers.com (TNFB) Date: 13 Feb 2003 12:58:19 -0500 Subject: [vlc] VLC plugin for Mozilla - I don't get it. Message-ID: <1045159100.1219.18.camel@Laptop> Hi everyone, I successfully installed VLC 0.5.0 on my Red Hat 8.0 system using the RPMs provided on the VideoLAN website. I have tested the client, and everything seems to be honkey dorey - cool! I do have one problem though and I'm not sure how to fix it: Mozilla does not see the VLC plugin, and the reason why is that there is no VLC plugin installed in my /usr/lib/mozilla-1.2.1/plugins directory. I have the following packages installed: vlc-plugin-a52-0.5.0-1 vlc-plugin-sdl-0.5.0-1 gnome-vlc-0.5.0-1 vlc-0.5.0-1 vlc-plugin-aa-0.5.0-1 vlc-plugin-ogg-0.5.0-1 vlc-plugin-mad-0.5.0-1 vlc-plugin-alsa-0.5.0-1 libdvdplay0-1.0.0-1 libdvdcss-1.2.5-fr1 [from the freshrpms.net website] libdvdread-0.9.3-fr2cvs [from the freshrpms.net website] I'm fairly certain that I've installed everything, but have I missed something? I'm starting to think that the Mozilla plugin will only be installed if I install VLC from sources. If so, can I compile just the Mozilla plugin? I hope I don't have to install VLC from sources to get the plugin...! Thanks in advance. Kanwar Sandhu -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yoc at macbidouille.com Thu Feb 13 19:30:40 2003 From: yoc at macbidouille.com (Yoc) Date: Thu, 13 Feb 2003 19:30:40 +0100 Subject: [vlc] Re: proposal for a new macosx intf (again !!!!) In-Reply-To: <6BFC630D-3F7A-11D7-96CE-0030656CFA88@student.utwente.nl> Message-ID: <411A2464-3F81-11D7-842B-000A9566D1B6@macbidouille.com> I love the vlc interface. Please, don't change it ! Le jeudi, 13 f?v 2003, ? 18:41 Europe/Paris, Derk-Jan Hartman a ?crit : > Several ppl have stated there disliking against the current interface. > 1. Not 'apple' enough > 2. the play button is too large > 3. too big > > personally i hate it that i cannot resize the playlist. I like to have > a lot of items in my playlist (series or music video's for instance). > In that case the current playlist is just too small. > In the current design there is one big reason for this. We have a > small controller and drawers always need to be smaller then the window > they are attached to. If not this gives really weird effects when you > hide/show the drawer (the drawer is actually temp. visible before it > is shown because it is too big to fit behind your window) > > I have personally always enjoyed the iTunes intf. > http://sidekick.student.utwente.nl/videolan/itunes.jpg > > My current design is still in Interface Builder, so think all the cool > pictures from iTunes over the buttons etc. > This is my suggestion. > http://sidekick.student.utwente.nl/videolan/newinterface.jpg > > It consists of two views. one small view with just controller options > and one large view with a visible playlist. > both views will use the 'metal' look like iTunes. They will use > similar buttons. > To stay a bit 'special' i think we should keep the current blue/gray > style of our current button-icons instead of the black from iTunes or > QT Player. i like the blue/gray. ;) > > I'll take the large view in my explanation, the small view is similar. > The three round buttons are <<, play and >> > << - one click is previous playlistitem (previous chapter in a DVD) > - keeping pressed is rewind (implemented trough seek). > play - a play/pause toggle. i choose against a seperate stop buttong > QT player doesn't need it either. why would we. > >> - one click is next playlistitem (next chapter in a DVD) > - keeping pressed is fastforward (implemented trough seek). > > The small horizontal slider is the volumeslider with small speaker > icons to both sides (just as it is now). > I don't see any real need for any other buttons. (stop, faster, > slower, preferences) we can keep them in the menuitems. Especially in > the small view. > > The part on the right side of the buttons should contain a LCD screen > like image which contains the time and title information. > It should be similar to the iTunes design or possibly the QT Player > design. We already have a similar position slider developed for this. > (jlj did this) > The title information should scroll. > The image to 'round off' the LCD should probably be a scaled vector > graphic like they use in QT player. > > Next up is the playlist view. i was thinking of adding row numbers and > implementing some way to show the currently playing item. > Another possible addition might be the duration time. the row's will > have alternating colours of course. ;) > > At the bottom I would like to add some playlist specific functions. > loop, repeat, shuffle and 'item info' spring to mind at the moment. > The text field to the right should sum up the number of items in the > playlist and maybe later if possible the total playing time (not > possible atm i think). > I have chosen not to provide an add/remove item button. I think drag > and drop and the menuitems take more then care of this. > > I can implement this new interface by myself. it's just that i need > someone to take care of the graphics, which i simply don't have the > talent for. > Without someone who is going to take care of this, I'm not going to > spend any time on this, because it would simply be ugly. > > Is there anyone out there who would like to contribute on this design? > Suggestions, comments are welcomed. > Do you think this might be better then our current design? > (Beautifully designed by David Webber i might add ;) > Flamewars will be /dev/null'ed > > Derk-Jan Hartman > > ----------------------------------------------------------------------- > ---- > Universiteit Twente > ----------------------------------------------------------------------- > ---- > Derk-Jan 'The DJ' Hartman > ICQnr: 10111559 > Mail: mailto:d.hartman at student.utwente.nl > WWW: http://home.student.utwente.nl/d.hartman/ > Goto: http://www.student.utwente.nl/~macsatcampus > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > > Yoc www.macbidouille.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From emulynx at delfi.lv Thu Feb 13 19:48:38 2003 From: emulynx at delfi.lv (Anatoly R.) Date: Thu, 13 Feb 2003 20:48:38 +0200 Subject: [vlc] Re: proposal for a new macosx intf (again !!!!) In-Reply-To: <411A2464-3F81-11D7-842B-000A9566D1B6@macbidouille.com> References: <411A2464-3F81-11D7-842B-000A9566D1B6@macbidouille.com> Message-ID: <52199616182.20030213204838@delfi.lv> Hello Yoc, Thursday, February 13, 2003, 8:30:40 PM, you wrote: Y> I love the vlc interface. Please, don't change it ! I also love mac interface. It shouldn't look similar to anything, it's cool. But the playlist problem is actual. It should be possible to resize it somehow... -- Lynx, http://dotNet.lv mailto:emulynx at delfi.lv -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From esrever_otua at hotmail.com Thu Feb 13 19:57:13 2003 From: esrever_otua at hotmail.com (Darryl Dixon) Date: Fri, 14 Feb 2003 07:57:13 +1300 Subject: [vlc] Re: xvid_init in -lxvid... Message-ID: Thanks Sam, After getting it running 'by hand' the other night, I found that the video quality was incredibly poor (or weird), every frame appeared to be 'smeared' into the next one, with complete changes of scene marked by 'ghosting' of the previous scene still in the background. Very odd; I know the .avi file is good; would this just be a symptom of the other issues, corrected in CVS now, or is there something else I'm likely to be missing? Cheers, DD >On Thu, Feb 13, 2003, Darryl Dixon wrote: > > > checking for xvid.h... yes > > checking for xvid_init in -lxvid... no > > configure: error: Cannot find libxvidcore library... > > This is fixed in current CVS and will be in 0.5.1. Sorry for the >mistake. > >-- >Sam. >-- _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Thu Feb 13 20:02:38 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Thu, 13 Feb 2003 20:02:38 +0100 Subject: [vlc] Re: xvid_init in -lxvid... In-Reply-To: References: Message-ID: <20030213190238.GA12335@hobbes> Sounds like you accidently activated som video filter, look in the preferences dialog or delete your config file and try again. Simgund On Fri, Feb 14, 2003 at 07:57:13AM +1300, Darryl Dixon wrote: > Thanks Sam, > > After getting it running 'by hand' the other night, I found that the video > quality was incredibly poor (or weird), every frame appeared to be > 'smeared' into the next one, with complete changes of scene marked by > 'ghosting' of the previous scene still in the background. Very odd; I know > the .avi file is good; would this just be a symptom of the other issues, > corrected in CVS now, or is there something else I'm likely to be missing? > > Cheers, > DD > > > >On Thu, Feb 13, 2003, Darryl Dixon wrote: > > > >> checking for xvid.h... yes > >> checking for xvid_init in -lxvid... no > >> configure: error: Cannot find libxvidcore library... > > > > This is fixed in current CVS and will be in 0.5.1. Sorry for the > >mistake. > > > >-- > >Sam. > >-- > > > > _________________________________________________________________ > The new MSN 8: advanced junk mail protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From cxd204 at yahoo.com Fri Feb 14 00:33:47 2003 From: cxd204 at yahoo.com (Christopher DeMarco) Date: Thu, 13 Feb 2003 15:33:47 -0800 (PST) Subject: [vlc] Re: VLC plugin for Mozilla - I don't get it. In-Reply-To: <1045159100.1219.18.camel@Laptop> Message-ID: <20030213233347.41750.qmail@web40811.mail.yahoo.com> While I can't speak to the process of getting the plugin from RPMs, it should be fairly simple to compile the plugin from source - assuming of course that the RPMs haven't hidden your libraries where Configure can't find them ;) Oddly enough the default "make install" doesn't install the plugin ANYWAY so you can just stop after everything's been built, copy the plugin over by hand and then torch all the vlc stuff that you already have. And the plugin is *cool*. Hopefully sam or somebody comes up with a bit of documentation (*cough* api *cough*) for the JavaScript controls soon ;) Either that or I learn to read C++ :b ===== ~ You are in a maze of twisty passages, all alike. Christopher DeMarco +6013 389 5658 __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From xtophe at penduick.via.ecp.fr Fri Feb 14 00:43:46 2003 From: xtophe at penduick.via.ecp.fr (Christophe Mutricy) Date: Fri, 14 Feb 2003 00:43:46 +0100 Subject: [vlc] Re: VLC plugin for Mozilla - I don't get it. In-Reply-To: <1045159100.1219.18.camel@Laptop> References: <1045159100.1219.18.camel@Laptop> Message-ID: <20030213234346.GC2719@penduick.via.ecp.fr> > I'm fairly certain that I've installed everything, but have I missed > something? I'm starting to think that the Mozilla plugin will only be > installed if I install VLC from sources. If so, can I compile just the > Mozilla plugin? I hope I don't have to install VLC from sources to get > the plugin...! You have to install the package called mozilla-plugin-vlc. There are a rpm on www.videolan.org but it seems to be Mandrake specific. I don't use RH or Mandrake but maybe you could try with this rpm. Or may-be there are a software to use debian package on RH. You can also compile from the source only the mozilla plugin with the option --enable-mozilla . hth, -- Xtophe -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Fri Feb 14 00:51:05 2003 From: sam at zoy.org (Sam Hocevar) Date: Fri, 14 Feb 2003 00:51:05 +0100 Subject: [vlc] Re: xvid_init in -lxvid... In-Reply-To: References: Message-ID: <20030213235105.GT14843@zoy.org> On Fri, Feb 14, 2003, Darryl Dixon wrote: > After getting it running 'by hand' the other night, I found that the video > quality was incredibly poor (or weird), every frame appeared to be > 'smeared' into the next one, with complete changes of scene marked by > 'ghosting' of the previous scene still in the background. Might be issues in our xvid-based plugin. Did you try to compile the ffmpeg plugin instead? It can decode XviD. -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Fri Feb 14 00:52:35 2003 From: sam at zoy.org (Sam Hocevar) Date: Fri, 14 Feb 2003 00:52:35 +0100 Subject: [vlc] Re: proposal for a new macosx intf (again !!!!) In-Reply-To: <52199616182.20030213204838@delfi.lv> References: <411A2464-3F81-11D7-842B-000A9566D1B6@macbidouille.com> <52199616182.20030213204838@delfi.lv> Message-ID: <20030213235235.GU14843@zoy.org> On Thu, Feb 13, 2003, Anatoly R. wrote: > Thursday, February 13, 2003, 8:30:40 PM, you wrote: > > Y> I love the vlc interface. Please, don't change it ! > > I also love mac interface. It shouldn't look similar to anything, > it's cool. But the playlist problem is actual. It should be possible > to resize it somehow... We have pluggable interfaces. It shouldn't be very hard to have different OS X interface plugins. And if they're well written, they could even share most of their code, couldn't they? -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From esrever_otua at hotmail.com Fri Feb 14 01:16:55 2003 From: esrever_otua at hotmail.com (Darryl Dixon) Date: Fri, 14 Feb 2003 13:16:55 +1300 Subject: [vlc] Re: xvid_init in -lxvid... Message-ID: Thanks for the tip Sam, I hadn't tried the ffmpeg plugin (haven't looked at ffmpeg in well over a year now :-) ), but I think I will tonight :-) I'll let you know how it goes. >On Fri, Feb 14, 2003, Darryl Dixon wrote: > > > After getting it running 'by hand' the other night, I found that the >video > > quality was incredibly poor (or weird), every frame appeared to be > > 'smeared' into the next one, with complete changes of scene marked by > > 'ghosting' of the previous scene still in the background. > > Might be issues in our xvid-based plugin. Did you try to compile the >ffmpeg plugin instead? It can decode XviD. > >-- >Sam. >-- >This is the vlc mailing-list, see http://www.videolan.org/vlc/ >To unsubscribe, please read http://www.videolan.org/support/lists.html >If you are in trouble, please contact _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From philippe.david at sncf.fr Fri Feb 14 09:10:00 2003 From: philippe.david at sncf.fr (DAVID Philippe) Date: 14 Feb 2003 09:10:00 +0100 Subject: [vlc] Re: VLC plugin for Mozilla - I don't get it. In-Reply-To: <20030213234346.GC2719@penduick.via.ecp.fr> References: <1045159100.1219.18.camel@Laptop> <20030213234346.GC2719@penduick.via.ecp.fr> Message-ID: <1045210200.2241.5.camel@qigon.dr.sncf.fr> Le ven 14/02/2003 ? 00:43, Christophe Mutricy a ?crit : > You have to install the package called mozilla-plugin-vlc. There are a > rpm on www.videolan.org but it seems to be Mandrake specific. I don't > use RH or Mandrake but maybe you could try with this rpm. Or may-be > there are a software to use debian package on RH. It seems that the plugin package needs glibc 2.3 via libavcodec which is not staticaly linked. a new rpm should be made with libavcodec staticaly linked. (it's a call for help) > > You can also compile from the source only the mozilla plugin with the > option --enable-mozilla . > compiling the plugin requires all the mozilla headers! > hth, > > -- > Xtophe > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- Philippe DAVID SNCF - Recherche Unit? TIC 45, rue de Londres 75379 PARIS cedex 08 t?l : (+33) (0)1 53 42 93 09 fax : (+33) (0)1 53 42 93 14 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Fri Feb 14 14:43:26 2003 From: khleung at engineer.com (Andrew leung) Date: Fri, 14 Feb 2003 08:43:26 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030214134326.90879.qmail@mail.com> Dear Jean - Paul Saman, Sorry to say "opie-vlc -p ffmpeg: doesn't gives any things.... anyway, I found that ffmpeg is not putting a high rate video out, i am still checking this... I have tried to use other format or disable the audio to make less bit but seems that vlc give poorer video when I use --noaudio options. Sorry for many negative reply, Now the best I can get is: if I use 160X128 and 3 frames / s , MPEG1, the video transmission is a little bit more stable, but after about 10s , it gives "Sementation fault" Thanks, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Thu, 13 Feb 2003 15:36:12 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > I see. So If i type "opie-vlc xxx.mpg" is it using ffmpeg to decode it (by default) ? > > But I am using MPEG1 from the streaming server, how can I know what codec the opie-vlc is in fact using? I really can't change it so far . > > VLC detects from the stream itself what the best decoder plugin is. If > you use MPEG-1 it uses it's builtin MPEG-1 decoding plugin. You can > indeed override this with the commandline. Look at the page: > http://www.videolan.org/vlc/ at the bottom it lists vlc user > documentation. You can get more information about its commandline syntax > there. > > The see which codecs are builtin in opie-vlc_0.4.6 you type: > $> opie-vlc --list > > with > $> opie-vlc -p ffmpeg > > you get more information about parameters of the ffmpeg plugin. > > > > > You said no need to have plug in for MPEG4 but are there plug-in in opie-vlc for other codecs? > > > > > > I have asked people who develop bluez and posted questions in ffmpeg mailing list, > > It is quite sure that MAX rate for bluetooth is ~ 700kbps, I am finding out the actual bitrate that ffmpeg stream out from the server, and I am using method to test bluetooth's actual using some built in command.....still working > > > > > > Thank you very much, it seems that you are really very very busy!!! thanks for sparing time and answering my questions, :-> > > > > > > Andrew > > > > > > > > > > ----- Original Message ----- > > From: Jean-Paul Saman > > Date: Thu, 13 Feb 2003 08:37:58 +0100 > > To: vlc at videolan.org > > Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > > > > > >>Andrew leung wrote: > >> > >>>Dear Jean - Paul Saman, > >>> > >>>Thank you very much for your valuable advices!! > >>> > >>> > >>>for lower bitrate on ffmpeg, I am trying to ask it to do so but I am still working on it, seems that I shall make the picture from 360 X 240 to a smaller size one, but one problem is when ever I call opie-vlc it give me a fullscreen, this strech the small picture to the screen size and resulted in poor resolution, does opie-vlc support non-fullscreen? > >> > >>Opie-vlc does not support non-fullscreen yet. I am busy with improving > >>the qte native video output plugin, but this takes time. I only have a > >>couple of hours in the evenings to do all my experiments ;-) > >> > >> > >>>As I mentioned before, I would like to ask vlc to decode H.263 or other codec, but when I type --codecs options, iPAQ complain that unknowned options.....any other plug in required to be intalled into the iPAQ for using H.263 or MPEG4? > >> > >>Not for MPEG4/DivX because that is handled by the ffmpeg builtin plugin > >>in vlc-0.4.6. For H.263 I cannot tell, because I have no experience with it. > >> > >> > >>-- > >>Kind greetings, > >> > >>Jean-Paul Saman > >> > >>Software Architect > >> > >>e-mail (work): saman at natlab.research.philips.com > >>phone (work): 040 27 42909 > >>------------------------------------------------------------ > >>Ordina TA, > >>Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > >>e-mail : jean-paul.saman at ordina.nl > >>phone : 040 2601200 > >>fax : 040 2601199 > >> > >> > >>-- > >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ > >>To unsubscribe, please read http://www.videolan.org/support/lists.html > >>If you are in trouble, please contact > >> > > > > > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Fri Feb 14 15:08:02 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Fri, 14 Feb 2003 15:08:02 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030214134326.90879.qmail@mail.com> Message-ID: <3E4CF842.3040004@wxs.nl> Andrew leung wrote: > Dear Jean - Paul Saman, > > Sorry to say "opie-vlc -p ffmpeg: doesn't gives any things.... > anyway, I found that ffmpeg is not putting a high rate video out, i am still checking this... > Could you try opie-vlc_0.5.1_test1_arm.ipk from the iPaq feed? It lists this on my iPaq opie: /mnt/ramfs/var/tmp # opie-vlc -p ffmpeg VideoLAN Client 0.5.1-test1 Natalya ffmpeg --ffmpeg-dr, --no-ffmpeg-dr direct rendering (default disabled) --ffmpeg-error-resilience error resilience --ffmpeg-workaround-bugs workaround bugs --ffmpeg-hurry-up, --no-ffmpeg-hurry-up hurry up (default disabled) Post processing --ffmpeg-pp ffmpeg postprocessing module --ffmpeg-pp-q post processing quality --ffmpeg-pp-auto, --no-ffmpeg-pp-auto auto-level Post processing quality (default di) --ffmpeg-db-yv, --no-ffmpeg-db-yv force vertical luminance deblocking (default d) --ffmpeg-db-yh, --no-ffmpeg-db-yh force horizontal luminance deblocking (default) --ffmpeg-db-cv, --no-ffmpeg-db-cv force vertical chrominance deblocking (default) --ffmpeg-db-ch, --no-ffmpeg-db-ch force horizontal chrominance deblocking (defau) --ffmpeg-dr-y, --no-ffmpeg-dr-y force luminance deringing (default disabled) --ffmpeg-dr-c, --no-ffmpeg-dr-c force chrominance deringing (default disabled) > I have tried to use other format or disable the audio to make less bit > > but seems that vlc give poorer video when I use --noaudio options. > > Sorry for many negative reply, Now the best I can get is: > > if I use 160X128 and 3 frames / s , MPEG1, the video transmission is a little bit more stable, but after about 10s , it gives "Sementation fault" 160x128 says your output frames height and width, this is important to but not the most important thing. Your video could well be 5Mbps or 8Mbps. Perhaps I have not mentioned this clearly enough or forgot to!, but with the bitrate of the video off about 750Kb and 240x192 frame output size the video on iPaq with opie-vlc (and gpe-vlc, vlc) is quite exceptable. Only scaling the output size down does not lower the bitrate ;-). Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From clslist at optonline.net Fri Feb 14 15:05:21 2003 From: clslist at optonline.net (Chris Sullens) Date: Fri, 14 Feb 2003 09:05:21 -0500 Subject: [vlc] VLC crashes my machine (XPPro) Message-ID: <000c01c2d432$2077a340$6502a8c0@down2> Hi, I have VLC 5.0 for Win32 installed. Whenever I try to play a movie it crashes (insta-reboots) my machine. I'm using the following command to run VLC from DVArchive 2.0a: C:\vlc\vlc.exe --plugin-path C:\dlv\plugins %url% Where %url% is a url to my ReplayTV machine that will stream a video feed to this computer. This command was suggested (and works) for many users on AVSForum. VLC also insta-reboots my machine when playing a local MPG (vcd format). I saw like the first frame of the video before it crashed my machine. I have Windows XP Pro SP1, Geforce4 MX 440 41.09 drivers, 512MB ram. Onboard intel sound card (SoundMAX?). Any suggestions? This is what Windows says after I reboot: BCCode : 1000008e BCP1 : C0000005 BCP2 : F82DACA5 BCP3 : F2F5975C BCP4 : 00000000 OSVer : 5_1_2600 SP : 1_0 Product : 256_1 I tried searching the mailing list archives, but I get the following error: ht://Dig error htsearch detected an error. Please report this to the webmaster of this site. The error message is: Unable to read document index file Did you run htmerge? -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 3980 bytes Desc: not available URL: From ipkiss at via.ecp.fr Fri Feb 14 16:11:54 2003 From: ipkiss at via.ecp.fr (Olivier =?iso-8859-1?Q?Teuli=E8re?=) Date: Fri, 14 Feb 2003 16:11:54 +0100 Subject: [vlc] Re: VLC crashes my machine (XPPro) In-Reply-To: <000c01c2d432$2077a340$6502a8c0@down2> References: <000c01c2d432$2077a340$6502a8c0@down2> Message-ID: <20030214151154.GB17361@via.ecp.fr> On Fri, Feb 14, 2003, Chris Sullens wrote: > I have VLC 5.0 for Win32 installed. Whenever I try to play a movie it > crashes (insta-reboots) my machine. > I'm using the following command to run VLC from DVArchive 2.0a: > C:\vlc\vlc.exe --plugin-path C:\dlv\plugins %url% What is this C:\dlv directory? The --plugin-path option for vlc looks for vlc-specific plugins, so unless you have manually modified the installation of vlc you should try the following line: C:\vlc\vlc.exe --plugin-path C:\vlc\plugins %url% Regards, -- Olivier -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From titer at videolan.org Fri Feb 14 16:23:42 2003 From: titer at videolan.org (Eric Petit) Date: Fri, 14 Feb 2003 16:23:42 +0100 Subject: [vlc] Re: ask for help! In-Reply-To: References: Message-ID: <200302141623.42869.titer@videolan.org> On Friday 14 February 2003 15:40, jiong wrote: > main root warning:cannot open 'modules/access/dvd/libdvd_plugin.so' > (libdvdcss.so.2:cannot open shared open file:no such file or directory) > main root warning:cannot open 'modules/access/dvdread/libdvdread_plugin.so' > (libdvdread.so.2:cannot open shared object file:no such file or directory) What OS / distribution are you using ? Make sure you have libdvdcss and libdvdread installed, and that the path they are installed in is specified in your /etc/ld.so.conf (if not, add it and run ldconfig). -- Eric Petit -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From clslist at optonline.net Sat Feb 15 00:34:34 2003 From: clslist at optonline.net (Chris Sullens) Date: Fri, 14 Feb 2003 18:34:34 -0500 Subject: [vlc] Re: VLC crashes my machine (XPPro) In-Reply-To: <20030214151154.GB17361@via.ecp.fr> Message-ID: <016d01c2d481$a4d77ad0$6502a8c0@down2> Actually that was a typo on the AVSForum...I actually have the correct c:\vlc\plugins dir. But never the less, VLC crashes my PC when I start the program stand-a-lone and open a MPG (vcd format). -----Original Message----- From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On Behalf Of Olivier Teuli?re Sent: Friday, February 14, 2003 10:12 AM To: vlc at videolan.org Subject: [vlc] Re: VLC crashes my machine (XPPro) On Fri, Feb 14, 2003, Chris Sullens wrote: > I have VLC 5.0 for Win32 installed. Whenever I try to play a movie it > crashes (insta-reboots) my machine. > I'm using the following command to run VLC from DVArchive 2.0a: > C:\vlc\vlc.exe --plugin-path C:\dlv\plugins %url% What is this C:\dlv directory? The --plugin-path option for vlc looks for vlc-specific plugins, so unless you have manually modified the installation of vlc you should try the following line: C:\vlc\vlc.exe --plugin-path C:\vlc\plugins %url% Regards, -- Olivier -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Sat Feb 15 16:01:29 2003 From: khleung at engineer.com (Andrew leung) Date: Sat, 15 Feb 2003 10:01:29 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030215150129.90078.qmail@mail.com> Dear Jean - Paul Saman, *************************************************** Thank you very much, with opie-vlc 0.5.1, the video is much better than before, now it is working!!! (But may have to try a few times to get one attempt resulted in a good working) I would like to express my appreciation for your help so far again. *************************************************** Now its is much stable, I keep using 160X128, ffmpeg still calims its bitrate is 32k for video (which is the bitrate claimed so far) I will try other setting anyway. Is the previous unstable performance all caused by vlc-0.4.6's problem but now the bitrate? From its performance now, shall we said that our previous conclusion on the quality and bitrate be changed? Anyway, would you knidly tell me like the difference between 0.4.6 and 0.5.1? 1)why 0.5.1 has explicitly installed ffmpeg.ipkg? (seems that 0.4.6 does not have a seperate package installation for ffmpeg. 2)If I use MPEG-1 / 2, is this ffmpeg.ipk not used? (because you have mentioned that ffmpeg is for MPEG4 or DIVX 3)Overall speaking, what has been upgraded in 0.5.1? 4) it also install opie-netsetup from the feed itself, again what is the use of opie-netsetup? Although opie-vlc is only a command line mode stuff, I am happy enough to have a working package now, I have tried to write GUI for iPAQ before but was facing a very very high diffficulities, the cross complier, tmake, qt - embedded made me crazy!!! Thank you for your great job (and your colleages') in making opie-vlc. Thanks, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Fri, 14 Feb 2003 15:08:02 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > Sorry to say "opie-vlc -p ffmpeg: doesn't gives any things.... > > anyway, I found that ffmpeg is not putting a high rate video out, i am still checking this... > > > Could you try opie-vlc_0.5.1_test1_arm.ipk from the iPaq feed? It lists > this on my iPaq opie: > > /mnt/ramfs/var/tmp # opie-vlc -p ffmpeg > VideoLAN Client 0.5.1-test1 Natalya > ffmpeg > --ffmpeg-dr, --no-ffmpeg-dr > direct rendering (default disabled) > --ffmpeg-error-resilience > error resilience > --ffmpeg-workaround-bugs > workaround bugs > --ffmpeg-hurry-up, --no-ffmpeg-hurry-up > hurry up (default disabled) > Post processing > --ffmpeg-pp ffmpeg postprocessing module > --ffmpeg-pp-q post processing quality > --ffmpeg-pp-auto, --no-ffmpeg-pp-auto > auto-level Post processing quality > (default di) --ffmpeg-db-yv, --no-ffmpeg-db-yv > force vertical luminance deblocking > (default d) --ffmpeg-db-yh, --no-ffmpeg-db-yh > force horizontal luminance deblocking > (default) --ffmpeg-db-cv, --no-ffmpeg-db-cv > force vertical chrominance deblocking > (default) --ffmpeg-db-ch, --no-ffmpeg-db-ch > force horizontal chrominance > deblocking (defau) --ffmpeg-dr-y, --no-ffmpeg-dr-y > force luminance deringing (default > disabled) > --ffmpeg-dr-c, --no-ffmpeg-dr-c > force chrominance deringing (default > disabled) > > > I have tried to use other format or disable the audio to make less bit > > > > but seems that vlc give poorer video when I use --noaudio options. > > > > Sorry for many negative reply, Now the best I can get is: > > > > if I use 160X128 and 3 frames / s , MPEG1, the video transmission is a little bit more stable, but after about 10s , it gives "Sementation fault" > > 160x128 says your output frames height and width, this is important to > but not the most important thing. Your video could well be 5Mbps or > 8Mbps. Perhaps I have not mentioned this clearly enough or forgot to!, > but with the bitrate of the video off about 750Kb and 240x192 frame > output size the video on iPaq with opie-vlc (and gpe-vlc, vlc) is quite > exceptable. Only scaling the output size down does not lower the bitrate > ;-). > > Greetings, > Jean-Paul Saman. > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Sat Feb 15 17:33:03 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Sat, 15 Feb 2003 17:33:03 +0100 Subject: [vlc] Re: It close by it self ... Help !!! In-Reply-To: <0B8F2680-4101-11D7-8B78-00039301B3C6@pepimorgia.it> Message-ID: <274CFD22-4103-11D7-B18E-0030656CFA88@student.utwente.nl> On zaterdag, feb 15, 2003, at 17:17 Europe/Amsterdam, Emiliano Morgia wrote: > Hello , after I've searching for a " player " for DivX at the end I've > found your incredible application , the Vlc , it's incredible how it > read any kind of file. > I'm using it into a mac 400 mhz 128 mega of ram , it been working good > for about two weeks , but now it dont work anymore , I've try to > download the last release 0.5.0 , but once I try to open it it close > it self whit out any message any nothing , why ? > I'm new on OsX , do I need to cancel some preference ? > where the preferences are located ? There is a bug in 0.5.0 that can corrupt your preferences. Please go to your Home Go to Library/Preferences/VLC now remove vlcrc. This should fix your problem. DJ ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Sat Feb 15 17:47:15 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Sat, 15 Feb 2003 17:47:15 +0100 Subject: [vlc] Re: size of subtitles In-Reply-To: <1B635369-40F4-11D7-AF48-000393D9D9EE@home.nl> Message-ID: <23209093-4105-11D7-B18E-0030656CFA88@student.utwente.nl> On zaterdag, feb 15, 2003, at 15:45 Europe/Amsterdam, Richard Altena wrote: > Hi there, > > i havwe just a simple short question about > VLC. When i use subtitles , it coveres > almost the compleet screen. How can > can i adjust the size of the subtitles > in VLC. You cannot adjust the size yet. At the moment we only have one font, in one size. It works well with DVD quality movies, but is way too large for smaller content. We are aware of this, but you have too understand that this is a new feature and fixing real bugs takes precedence over that. The coming week we will release 0.5.1 after that there might be some more time to fix this issue. DJ ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Sat Feb 15 21:02:47 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Sat, 15 Feb 2003 21:02:47 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030215150129.90078.qmail@mail.com> Message-ID: <3E4E9CE7.2000205@wxs.nl> Andrew leung wrote: > Dear Jean - Paul Saman, > > > *************************************************** > > Thank you very much, with opie-vlc 0.5.1, the video is much better than before, now it is working!!! (But may have to try a few times to get one attempt resulted in a good working) > Could you send me a log file for one of the failed runs? Or did you type it wrongly? > I would like to express my appreciation for your help so far again. > > *************************************************** > > Now its is much stable, I keep using 160X128, ffmpeg still calims its bitrate is 32k for video (which is the bitrate claimed so far) > 32k bitrate should be enough especially for BT ;-) > I will try other setting anyway. > That can never hurt? > Is the previous unstable performance all caused by vlc-0.4.6's problem but now the bitrate? From its performance now, shall we said that our previous conclusion on the quality and bitrate be changed? Depend ! If you used the same settings before, then there were other things that caused it to work badly. Otherwise we cannot take a conclusion. I am busy cleaning up the qte video output. According to your reports that and a lot of other changes in the core functionality made it a lot better for the iPaq. > > Anyway, would you knidly tell me like the difference between 0.4.6 and 0.5.1? > See http://developers.videolan.org/vlc/NEWS > 1)why 0.5.1 has explicitly installed ffmpeg.ipkg? (seems that 0.4.6 does not have a seperate package installation for ffmpeg. opie-vlc_0.4.6 had it statically linked in. The opie-vlc_0.5.1 uses it as a shared library. > 2)If I use MPEG-1 / 2, is this ffmpeg.ipk not used? (because you have mentioned that ffmpeg is for MPEG4 or DIVX Correct. > 3)Overall speaking, what has been upgraded in 0.5.1? See http://developers.videolan.org/vlc/NEWS > 4) it also install opie-netsetup from the feed itself, again what is the use of opie-netsetup? It is for setting up network connections. My reasoning is that vlc is a media player that can read streaming video directly from the network, thus it should depend upon this. In this way users can easily configure their network. VLC will also work without this package, so in that way it does not depend upon that. Their is no way to specify an optional dependency and I think that right. Do you think it should be in the dependency list or not? > > Although opie-vlc is only a command line mode stuff, I am happy enough to have a working package now, I have tried to write GUI for iPAQ before but was facing a very very high diffficulities, the cross complier, tmake, qt - embedded made me crazy!!! > > > Thank you for your great job (and your colleages') in making opie-vlc. :-) Greetings, Jean-Paul. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ipkiss at via.ecp.fr Sat Feb 15 23:16:41 2003 From: ipkiss at via.ecp.fr (Olivier =?iso-8859-1?Q?Teuli=E8re?=) Date: Sat, 15 Feb 2003 23:16:41 +0100 Subject: [vlc] Re: "Open With" Support In-Reply-To: <000801c2d51e$4de1e420$1ebfe542@comp1> References: <000801c2d51e$4de1e420$1ebfe542@comp1> Message-ID: <20030215221641.GA8429@via.ecp.fr> On Sat, Feb 15, 2003, chow wrote: > In windows 2000, setting files to "open with" VLC 0.5.0 produces > nothing upon trying to open the files. For this to work, you need to edit the file association and replace "vlc" with "vlc --plugin-path=c:\directory_of_vlc\plugins" Regards, -- Olivier -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jredman at ergotech.com Sat Feb 15 23:23:42 2003 From: jredman at ergotech.com (Jim Redman) Date: Sat, 15 Feb 2003 15:23:42 -0700 (MST) Subject: [vlc] ffmpeg & VLS/VLC Message-ID: <37638.66.93.220.104.1045347822.squirrel@mail.ergotech-usa.com> I'm interested in setting up a system that has some of the features of the ffserver. That is, support for low-bandwidth realplayer or WMP imaging (Internet) and support for high quality multicast MPEG images (Intranet). I can get the two pieces of this working - but not together. VLS/VLC with V4L (from CVS) work well in either unicast or multicast. ffmpeg provides some great low-bandwidth options. As an aside, it's really impressive that I can get a test system running well with a components (brooktree board and camera) that probably cost less than $20US total. It seems that I should, in priciple, be able to either use ffmpeg as an input to VLC (or VLS) or use VLS as an imput to ffserver. I can grap an ffmpeg stream and feed it into ffserver. ffserver supports multicast, but I have yet to get it working with VLC. Any suggestions? VLS would seem to be another solution for the high quality multicast and I've seen that it been set to use ffmpeg encode files previously: On Wednesday 12 June 2002 15:24, you wrote: > Marco Mellia wrote: > > Hi, > > I'm trying to setup a simple server to stream live content on our campus > > LAN. I'm able to use ffmpeg to produce a mpeg1-PS stream from the TV card > > without any problem, and I'm able to set vls correctly up so that it can > > stream the encoded file. But again, I have not been able to get this to work. Do anyone have any suggestions for the inputs/formats to use? There is a problem with this approach. The CPU usage is considerable since all the encoding is now in software. (It's even higher the the V4L code for vls.) This concerns me because I would like to do this in a (relatively) low power fanless diskless embedded system (500MHz max). Could I instead use vls as the input to ffserver and use a board that supports hardware MPEG encoding and so free up some CPU time? Has anyone done any of this or have any suggestions or pointers to help with the configuration? Thanks, Jim -- Jim Redman ErgoTech Systems, Inc. +1 505 662 5156 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Sat Feb 15 23:57:12 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Sat, 15 Feb 2003 23:57:12 +0100 Subject: [vlc] Re: "Open With" Support In-Reply-To: <20030215221641.GA8429@via.ecp.fr> References: <000801c2d51e$4de1e420$1ebfe542@comp1> <20030215221641.GA8429@via.ecp.fr> Message-ID: <20030215225712.GA1878@hobbes> I've heard at least two different reports of this not working, so it whould deffinitly be worth looking into. And if it does work, whould it be an idea to have the installer set this in a default config file? Sigmund On Sat, Feb 15, 2003 at 11:16:41PM +0100, Olivier Teuli?re wrote: > On Sat, Feb 15, 2003, chow wrote: > > In windows 2000, setting files to "open with" VLC 0.5.0 produces > > nothing upon trying to open the files. > > For this to work, you need to edit the file association and replace > "vlc" with "vlc --plugin-path=c:\directory_of_vlc\plugins" > > Regards, > > -- > Olivier > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Sun Feb 16 12:06:18 2003 From: khleung at engineer.com (Andrew leung) Date: Sun, 16 Feb 2003 06:06:18 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030216110619.18990.qmail@mail.com> Dear Jean - Paul Saman, Um......what is meant by hurt? well.....actually it is still unstable and my change of settings helps less. I would like to know if this warning important: config file /root/.vlc/vlcrc does not exist yet should it be there? I get this error........ Thank you, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Sat, 15 Feb 2003 21:02:47 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > > > *************************************************** > > > > Thank you very much, with opie-vlc 0.5.1, the video is much better than before, now it is working!!! (But may have to try a few times to get one attempt resulted in a good working) > > > Could you send me a log file for one of the failed runs? Or did you type > it wrongly? > > > I would like to express my appreciation for your help so far again. > > > > *************************************************** > > > > Now its is much stable, I keep using 160X128, ffmpeg still calims its bitrate is 32k for video (which is the bitrate claimed so far) > > > 32k bitrate should be enough especially for BT ;-) > > > I will try other setting anyway. > > > That can never hurt? > > > Is the previous unstable performance all caused by vlc-0.4.6's problem but now the bitrate? From its performance now, shall we said that our previous conclusion on the quality and bitrate be changed? > > Depend ! If you used the same settings before, then there were other > things that caused it to work badly. Otherwise we cannot take a conclusion. > > I am busy cleaning up the qte video output. According to your reports > that and a lot of other changes in the core functionality made it a lot > better for the iPaq. > > > > > Anyway, would you knidly tell me like the difference between 0.4.6 and 0.5.1? > > > See http://developers.videolan.org/vlc/NEWS > > > 1)why 0.5.1 has explicitly installed ffmpeg.ipkg? (seems that 0.4.6 does not have a seperate package installation for ffmpeg. > opie-vlc_0.4.6 had it statically linked in. The opie-vlc_0.5.1 uses it > as a shared library. > > > 2)If I use MPEG-1 / 2, is this ffmpeg.ipk not used? (because you have mentioned that ffmpeg is for MPEG4 or DIVX > Correct. > > > 3)Overall speaking, what has been upgraded in 0.5.1? > See http://developers.videolan.org/vlc/NEWS > > > 4) it also install opie-netsetup from the feed itself, again what is the use of opie-netsetup? > It is for setting up network connections. My reasoning is that vlc is a > media player that can read streaming video directly from the network, > thus it should depend upon this. In this way users can easily configure > their network. VLC will also work without this package, so in that way > it does not depend upon that. Their is no way to specify an optional > dependency and I think that right. > > Do you think it should be in the dependency list or not? > > > > > Although opie-vlc is only a command line mode stuff, I am happy enough to have a working package now, I have tried to write GUI for iPAQ before but was facing a very very high diffficulities, the cross complier, tmake, qt - embedded made me crazy!!! > > > > > > Thank you for your great job (and your colleages') in making opie-vlc. > > :-) > > Greetings, > Jean-Paul. > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From kapitaen at haifischbar.com Sun Feb 16 12:15:47 2003 From: kapitaen at haifischbar.com (Kapitaen) Date: Sun, 16 Feb 2003 12:15:47 +0100 Subject: [vlc] vlc 0.5.1 test1 / osx / m audio delta 66 sound card Message-ID: Hi, just five minutes ago i decided to reinstall my delta 66 soundcard. Installed the drivers, works fine. Then i started vlc 0.5.1 t1, started to play a svcd and switched the sound output from build in to delta 66, analog output 3 & 4. vlc played some more seconds, then crashed. No error message, simply crashed and ended. Only OSX told me that the program crash "will not affect other programs". Tested a second time, same result. vlc switched to M Audio delta 66, analog output --> crashes, switched to buil in sound output --> plays ok. I didnt test with older versions of vlc. Any ideas? -- ==================================== Bedenke immer, die Welt ist eine flache Scheibe. kapitaen at haifischbar.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Sun Feb 16 12:56:51 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Sun, 16 Feb 2003 12:56:51 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030216110619.18990.qmail@mail.com> Message-ID: <3E4F7C83.3060107@wxs.nl> Andrew leung wrote: > Dear Jean - Paul Saman, > > Um......what is meant by hurt? Ignore that one. The question mark was meant to be a !. .. just a typo. > well.....actually it is still unstable and my change of settings helps less. > > I would like to know if this warning important: > > config file /root/.vlc/vlcrc does not exist yet > > should it be there? I get this error........ No that is not a problem. It just says you do not have an configuration options file, which is quite normal. Please send logfiles otherwise it is very hard to help. If I cannot see the context of what happens inside vlc, then I am unable to help. Greetings, Jean-Paul Saman. > > Thank you, > Andrew > > > > ----- Original Message ----- > From: Jean-Paul Saman > Date: Sat, 15 Feb 2003 21:02:47 +0100 > To: vlc at videolan.org > Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > > >>Andrew leung wrote: >> >>>Dear Jean - Paul Saman, >>> >>> >>>*************************************************** >>> >>>Thank you very much, with opie-vlc 0.5.1, the video is much better than before, now it is working!!! (But may have to try a few times to get one attempt resulted in a good working) >>> >> >>Could you send me a log file for one of the failed runs? Or did you type >> it wrongly? >> >> >>>I would like to express my appreciation for your help so far again. >>> >>>*************************************************** >>> >>>Now its is much stable, I keep using 160X128, ffmpeg still calims its bitrate is 32k for video (which is the bitrate claimed so far) >>> >> >>32k bitrate should be enough especially for BT ;-) >> >> >>>I will try other setting anyway. >>> >> >>That can never hurt? >> >> >>>Is the previous unstable performance all caused by vlc-0.4.6's problem but now the bitrate? From its performance now, shall we said that our previous conclusion on the quality and bitrate be changed? >> >>Depend ! If you used the same settings before, then there were other >>things that caused it to work badly. Otherwise we cannot take a conclusion. >> >>I am busy cleaning up the qte video output. According to your reports >>that and a lot of other changes in the core functionality made it a lot >>better for the iPaq. >> >> >>>Anyway, would you knidly tell me like the difference between 0.4.6 and 0.5.1? >>> >> >>See http://developers.videolan.org/vlc/NEWS >> >> >>>1)why 0.5.1 has explicitly installed ffmpeg.ipkg? (seems that 0.4.6 does not have a seperate package installation for ffmpeg. >> >>opie-vlc_0.4.6 had it statically linked in. The opie-vlc_0.5.1 uses it >>as a shared library. >> >> >>>2)If I use MPEG-1 / 2, is this ffmpeg.ipk not used? (because you have mentioned that ffmpeg is for MPEG4 or DIVX >> >>Correct. >> >> >>>3)Overall speaking, what has been upgraded in 0.5.1? >> >>See http://developers.videolan.org/vlc/NEWS >> >> >>>4) it also install opie-netsetup from the feed itself, again what is the use of opie-netsetup? >> >>It is for setting up network connections. My reasoning is that vlc is a >>media player that can read streaming video directly from the network, >>thus it should depend upon this. In this way users can easily configure >>their network. VLC will also work without this package, so in that way >>it does not depend upon that. Their is no way to specify an optional >>dependency and I think that right. >> >>Do you think it should be in the dependency list or not? >> >> >>>Although opie-vlc is only a command line mode stuff, I am happy enough to have a working package now, I have tried to write GUI for iPAQ before but was facing a very very high diffficulities, the cross complier, tmake, qt - embedded made me crazy!!! >>> >>> >>>Thank you for your great job (and your colleages') in making opie-vlc. >> >>:-) >> >>Greetings, >>Jean-Paul. >> >>-- >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ >>To unsubscribe, please read http://www.videolan.org/support/lists.html >>If you are in trouble, please contact >> > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From vincent.lonngren at telia.com Sun Feb 16 14:46:10 2003 From: vincent.lonngren at telia.com (=?ISO-8859-1?Q?Vincent_L=F6nngren?=) Date: Sun, 16 Feb 2003 14:46:10 +0100 Subject: [vlc] ./config.rpath Message-ID: <3E4F9622.7050801@telia.com> The following is output from ./configure: checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory Does that mean a file is missing from the distribution? If not, what does it mean and what, if anything, should I do about it? -- Vincent L?nngren vincent.lonngren at telia.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ipkiss at via.ecp.fr Sun Feb 16 16:52:20 2003 From: ipkiss at via.ecp.fr (Olivier =?iso-8859-1?Q?Teuli=E8re?=) Date: Sun, 16 Feb 2003 16:52:20 +0100 Subject: [vlc] Re: VLC 0.5.0 Win32 Bug? In-Reply-To: <1045387133.2090.277.camel@timetop> References: <1045387133.2090.277.camel@timetop> Message-ID: <20030216155220.GA14236@via.ecp.fr> On Sun, Feb 16, 2003, philo vivero wrote: > titlebar: > libwin32_plugin > text: > RichEdit line insertion error. > button: > OK > > This keeps happening until I get an access violation in RICHED20.DLL. This bug will be fixed in VLC 0.5.1 > I tried doing the "vlc.exe -vvvvv -intf=logger" command as suggested > in the README, but it doesn't actually play the movie or log anything, > just brings up a separate DOS box with a help as though I'd typed the > command incorrectly. Actually you did type the command incorrectly, it should have been "--intf" instead of "-intf" :) Anyway, in your case it wouldn't have been of any help. Regards, -- Olivier -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Sun Feb 16 17:00:01 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Sun, 16 Feb 2003 17:00:01 +0100 Subject: [vlc] Re: vlc 0.5.1 test1 / osx / m audio delta 66 sound card In-Reply-To: Message-ID: On zondag, feb 16, 2003, at 12:15 Europe/Amsterdam, Kapitaen wrote: > just five minutes ago i decided to reinstall my delta 66 soundcard. > Installed the drivers, works fine. > Then i started vlc 0.5.1 t1, started to play a svcd and switched the > sound output from build in to delta 66, analog output 3 & 4. > vlc played some more seconds, then crashed. No error message, simply > crashed and ended. Only OSX told me that the program crash "will not > affect other programs". > > Tested a second time, same result. vlc switched to M Audio delta 66, > analog output --> crashes, switched to buil in sound output --> plays > ok. This is a known problem. Please copy the crashlog in: Home -> Library -> Logs -> CrashReporter -> vlc.crash.log and mail it to us. DJ ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yad at yad.mine.nu Sun Feb 16 17:34:25 2003 From: yad at yad.mine.nu (Y. Dessertenne) Date: Sun, 16 Feb 2003 17:34:25 +0100 Subject: [vlc] Via EPIA with Via C3 processor References: <37638.66.93.220.104.1045347822.squirrel@mail.ergotech-usa.com> Message-ID: <001f01c2d5d9$4addbae0$0a0aa8c0@yadlocal> Hi, Is anyone have tried the VLC client under WinXP on a VIA EPIA motherboard. I cannot manage to get a DVD stream from the network displayed smoothly. I don't know if vlc support all the possible acceleration features of the board ? On the same board I manage to play correctly a local DVD with a dvd player with less than 30% CPU ressources. Anyone can help ? Regards, Yannick -------------- next part -------------- An HTML attachment was scrubbed... URL: From kapitaen at haifischbar.com Sun Feb 16 17:58:06 2003 From: kapitaen at haifischbar.com (Kapitaen) Date: Sun, 16 Feb 2003 17:58:06 +0100 Subject: [vlc] Re: vlc 0.5.1 test1 / osx / m audio delta 66 sound card In-Reply-To: References: Message-ID: i forgot to say: if you need additional information (complete profiler info or something like that), please mail. Greetings, Christian St?ben -- ==================================== Bedenke immer, die Welt ist eine flache Scheibe. kapitaen at haifischbar.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Sun Feb 16 17:56:11 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Sun, 16 Feb 2003 17:56:11 +0100 Subject: [vlc] Re: Via EPIA with Via C3 processor In-Reply-To: <001f01c2d5d9$4addbae0$0a0aa8c0@yadlocal> References: <37638.66.93.220.104.1045347822.squirrel@mail.ergotech-usa.com> <001f01c2d5d9$4addbae0$0a0aa8c0@yadlocal> Message-ID: <20030216165611.GA16850@hobbes> Vlc does not take advantage of mpeg acelleration hardware. It only uses the cpu (with mmx/3dnow etc when available) and the video overlay features of the graphics board (which pretty much suck on the epia iirc). The conclution is that DVD quality MPEG2 is too heavy for vlc on most EPIA boards, possibly with the exception of the fastest versions (900+ mhz) Sigmund On Sun, Feb 16, 2003 at 05:34:25PM +0100, Y. Dessertenne wrote: > Hi, > > Is anyone have tried the VLC client under WinXP on a VIA EPIA motherboard. > I cannot manage to get a DVD stream from the network displayed smoothly. > I don't know if vlc support all the possible acceleration features of the board ? > On the same board I manage to play correctly a local DVD with a dvd player with less than 30% CPU ressources. > > Anyone can help ? > > Regards, > > Yannick -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From pfr+vlc at cs.cmu.edu Sun Feb 16 18:06:48 2003 From: pfr+vlc at cs.cmu.edu (Patrick Riley) Date: Sun, 16 Feb 2003 12:06:48 -0500 Subject: [vlc] Audio filter not found error Message-ID: <15951.50472.23509.44250@gs231.sp.cs.cmu.edu> First, thank you to the developers for a great product. I'm very happy to see the dvd selection menu support in this new version. I just upgraded to the 0.5.0 from 0.4.4 and did an OS reinstall at the same time. I am running a slightly atypical version of RH7.1 and compilied vlc and various libraries from source. I am unable to get audio playback working. I have tried to play several mpg files as well as DVDs, all with no success. Here is my configure line ./configure --prefix=/usr/local --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-gnome --enable-gtk --enable-fb --enable-esd --enable-dvdread --disable-dvbpsi --enable-a52 --enable-dvdplay -with-dvdcss=/usr/local --with-dvdread=/usr/local --with-dvdplay=/usr/local --with-a52=/usr/local --enable-debug Below, I have included the full output of the following command vlc --verbose 2 -A esd AlienSong.mpg (AlienSong.mpg is available at http://gs231.sp.cs.cmu.edu/pfr/AlienSong.mpg ) but the following messages seem to be the most important: [00000017] main module debug: using decoder module "mpeg_audio" [00000143] main audio output debug: looking for audio output module [00000143] main audio output debug: probing 1 candidate [00000092] main module debug: using audio output module "esd" [00000143] main audio output debug: output 's16l' 44100 Hz Mono frame=1 samples/2 bytes [00000143] main audio output debug: mixer 's16l' 44100 Hz Mono frame=1 samples/2 bytes [00000143] main audio output debug: filter(s) 'fl32'->'s16l' 44100 Hz->44100 Hz Mono->Mono [00000144] main private debug: looking for audio filter module [00000042] main module debug: using audio filter module "float32tos16" [00000143] main audio output debug: found a filter for the whole conversion [00000143] main audio output debug: looking for audio mixer module [00000143] main audio output debug: probing 3 candidates [00000115] main module debug: using audio mixer module "trivial_mixer" [00000143] main audio output debug: looking for audio mixer module [00000143] main audio output debug: probing 3 candidates [00000115] main module debug: using audio mixer module "trivial_mixer" [00000143] main audio output debug: input 'mpga' 44100 Hz Mono frame=1152 samples/1262 bytes [00000143] main audio output debug: filter(s) 'mpga'->'fl32' 44100 Hz->44100 Hz Mono->Mono [00000145] main private debug: looking for audio filter module [00000143] main audio output error: couldn't find a filter for the conversion [00000143] main audio output error: couldn't set an input pipeline [00000017] main module debug: unlocking module "mpeg_audio" [00000001] main vlc debug: removing all audio outputs Does anyone know what might be going wrong? The error messages are somewhat cryptic to me. Thank you for any help you can give. -- Patrick Riley The full output: VideoLAN Client 0.5.0 Natalya [00000000] main root debug: VLC media player - version 0.5.0 Natalya - (c) 1996-2003 VideoLAN [00000000] main root debug: libvlc was configured with ./configure --prefix=/usr/local --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-gnome --enable-gtk --enable-fb --enable-esd --enable-dvdread --disable-dvbpsi --enable-a52 --enable-dvdplay -with-dvdcss=/usr/local --with-dvdread=/usr/local --with-dvdplay=/usr/local --with-a52=/usr/local --enable-debug [00000001] main vlc debug: translation test: code is "C" [00000000] main root debug: checking builtin modules [00000000] main root debug: checking plugin modules [00000000] main root debug: recursively browsing `modules' [00000000] main root debug: recursively browsing `/usr/local/lib/vlc' [00000000] main root debug: recursively browsing `plugins' [00000001] main vlc debug: module bank initialized, found 118 modules [00000001] main vlc debug: opening config file /usr0/pfr/.vlc/vlcrc [00000001] main vlc warning: config file /usr0/pfr/.vlc/vlcrc does not exist yet [00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU [00000001] main vlc debug: looking for memcpy module [00000001] main vlc debug: probing 3 candidates [00000111] main module debug: using memcpy module "memcpymmxext" [00000135] main playlist debug: waiting for thread completion [00000135] main playlist debug: thread 1026 (playlist) created at priority 0 (src/playlist/playlist.c:73) [00000135] main playlist debug: adding playlist item ? AlienSong.mpg ? [00000136] main interface debug: looking for interface module [00000136] main interface debug: probing 3 candidates [00000136] main interface debug: looking for gtk_main module [00000136] main interface debug: probing 1 candidate [00000137] main private debug: waiting for thread completion [00000135] main playlist debug: creating new input thread [00000138] main input: playlist item `AlienSong.mpg' [00000138] main input debug: waiting for thread completion [00000138] main input debug: thread 3076 (input) created at priority 0 (src/input/input.c:156) [00000138] main input debug: access `', demux `', name `AlienSong.mpg' [00000138] main input debug: looking for access module [00000138] main input debug: probing 8 candidates [00000138] dvdplay input debug: plugin discarded (not a valid source) [00000138] dvdplay input debug: plugin discarded (not a valid source) [00000138] dvdread input warning: dvdread module discarded (not a valid source) [00000138] dvdread input warning: dvdread module discarded (not a valid source) [00000138] dvd input warning: dvd module discarded (not a valid block device) [00000138] dvd input warning: dvd module discarded (not a valid block device) [00000138] vcd input debug: using .cue file: AlienSong.cue [00000138] vcd input warning: could not open AlienSong.mpg [00000138] access_file input debug: opening file `AlienSong.mpg' [00000062] main module debug: using access module "access_file" [00000138] main input debug: looking for demux module [00000138] main input debug: probing 12 candidates [00000138] mp4 input warning: MP4 plugin discarded (not a valid file) [00000138] avi input warning: avi module discarded (invalid headr) [00000138] asf input warning: ASF v1.0 plugin discarded (not a valid file) [00000138] ts input warning: TS module discarded (no sync) [00000138] a52sys input warning: a52 module discarded (no startcode) [00000138] es input warning: ES module discarded (system startcode) [00000138] wav input warning: WAV plugin discarded (not a valid file) [00000138] main input debug: looking for id3 module [00000138] main input debug: probing 1 candidate [00000138] id3 input debug: Checking for ID3 tag [00000029] main module debug: using id3 module "id3" [00000029] main module debug: unlocking module "id3" [00000138] main input debug: looking for mpeg-system module [00000138] main input debug: probing 1 candidate [00000033] main module debug: using mpeg-system module "mpeg_system" [00000137] main private debug: thread 2051 (gtk_main) created at priority 0 (modules/misc/gtk_main.c:98) [00000103] main module debug: using gtk_main module "gnome_main" [00000094] main module debug: using interface module "gnome" [00000136] main interface debug: interface initialized [00000136] main interface debug: thread 4101 (manager) created at priority 0 (src/interface/interface.c:104) [00000136] gnome interface debug: stream has changed, refreshing interface [00000138] main input debug: selecting ES 0xe0 [00000139] main decoder debug: looking for decoder module [00000139] main decoder debug: probing 9 candidates [00000018] main module debug: using decoder module "mpeg_video" [00000139] main decoder debug: thread 5126 (decoder) created at priority 0 (src/input/input_dec.c:140) [00000138] main input debug: selecting ES 0xc0 [00000140] main decoder debug: looking for decoder module [00000140] main decoder debug: probing 9 candidates [00000017] main module debug: using decoder module "mpeg_audio" [00000139] main decoder debug: looking for motion compensation module [00000139] main decoder debug: probing 3 candidates [00000016] main module debug: using motion compensation module "motionmmxext" [00000139] main decoder debug: looking for idct module [00000139] main decoder debug: probing 4 candidates [00000012] main module debug: using idct module "idctmmxext" [00000140] main decoder debug: thread 6151 (decoder) created at priority 0 (src/input/input_dec.c:140) [00000138] main input debug: dumping stream ID 0x0 [OK:0/D:0] [00000138] main input debug: seekable stream, position: 0/3201028 (-:--:--/-:--:--) [00000138] main input debug: dumping program 0x0, version 0 (complete) [00000138] main input debug: ES 0xbe, stream 0xbe, fourcc ` ', not selected [OK:0/ERR:0] [00000138] main input debug: ES 0xe0, stream 0xe0, fourcc `mpgv', selected [OK:0/ERR:0] [00000138] main input debug: ES 0xc0, stream 0xc0, fourcc `mpga', selected [OK:0/ERR:0] [00000035] main module debug: using demux module "ps" [00000139] main decoder debug: no usable vout present, spawning one [00000142] main video output debug: looking for video output module [00000142] main video output debug: probing 6 candidates [00000142] xvideo video output debug: adaptor 0, port 43, format 0x32315659 (YV12) planar [00000136] gnome interface debug: stream has changed, refreshing interface [00000140] main decoder debug: no aout present, spawning one [00000143] main audio output debug: looking for audio output module [00000143] main audio output debug: probing 1 candidate [00000092] main module debug: using audio output module "esd" [00000143] main audio output debug: output 's16l' 44100 Hz Mono frame=1 samples/2 bytes [00000143] main audio output debug: mixer 's16l' 44100 Hz Mono frame=1 samples/2 bytes [00000143] main audio output debug: filter(s) 'fl32'->'s16l' 44100 Hz->44100 Hz Mono->Mono [00000144] main private debug: looking for audio filter module [00000144] main private debug: probing 17 candidates [00000042] main module debug: using audio filter module "float32tos16" [00000143] main audio output debug: found a filter for the whole conversion [00000143] main audio output debug: looking for audio mixer module [00000143] main audio output debug: probing 3 candidates [00000115] main module debug: using audio mixer module "trivial_mixer" [00000143] main audio output debug: looking for audio mixer module [00000143] main audio output debug: probing 3 candidates [00000115] main module debug: using audio mixer module "trivial_mixer" [00000143] main audio output debug: input 'mpga' 44100 Hz Mono frame=1152 samples/1262 bytes [00000143] main audio output debug: filter(s) 'mpga'->'fl32' 44100 Hz->44100 Hz Mono->Mono [00000145] main private debug: looking for audio filter module [00000145] main private debug: probing 17 candidates [00000143] main audio output error: couldn't find a filter for the conversion [00000143] main audio output error: couldn't set an input pipeline [00000061] main module debug: using video output module "xvideo" [00000142] main video output debug: got 8 direct buffer(s) [00000142] main video output debug: picture in 320x240, chroma 0x30323449 (I420), aspect ratio 4:3 [00000142] main video output debug: picture out 320x240, chroma 0x32315659 (YV12), aspect ratio 4:3 [00000142] main video output debug: direct render, mapping render pictures 0-6 to system pictures 1-7 [00000142] main video output debug: thread 7176 (video output) created at priority 0 (src/video_output/video_output.c:366) [00000139] mpeg_video decoder warning: dts != current_pts (-578516) [00000139] mpeg_video decoder warning: vpar synchro warning: pts != current_date (-41667) [00000139] mpeg_video decoder warning: stream periodicity changed from B[1] to B[2] [00000139] mpeg_video decoder debug: decoded 103/105 pictures [00000001] main vlc debug: removing all interfaces [00000136] main interface debug: thread 4101 joined (src/interface/interface.c:145) [00000137] main private debug: thread 2051 joined (modules/misc/gtk_main.c:134) [00000103] main module debug: unlocking module "gnome_main" [00000094] main module debug: unlocking module "gnome" [00000001] main vlc debug: removing all playlists [00000138] main input debug: 8 loops consuming user: 1, system: 2 [00000138] main input debug: freeing info structures... [00000138] main input debug: dumping stream ID 0x0 [OK:0/D:209] [00000138] main input debug: seekable stream, position: 407564/3201028 (0:00:05/0:00:42) [00000138] main input debug: dumping program 0x0, version 0 (complete) [00000138] main input debug: ES 0xbe, stream 0xbe, fourcc ` ', not selected [OK:0/ERR:0] [00000138] main input debug: ES 0xe0, stream 0xe0, fourcc `mpgv', selected [OK:161/ERR:0] [00000138] main input debug: ES 0xc0, stream 0xc0, fourcc `mpga', selected [OK:30/ERR:0] [00000139] mpeg_video decoder debug: 155 loops among 1 sequence(s) [00000139] mpeg_video decoder debug: cpu usage (user: 2, system: 0) [00000139] mpeg_video decoder debug: read 116 frames/fields (I 8/P 31/B 77) [00000139] mpeg_video decoder debug: decoded 114 frames/fields (I 8/P 31/B 75) [00000139] mpeg_video decoder debug: read 0 malformed frames/fields (I 0/P 0/B 0) [00000139] mpeg_video decoder debug: MPEG-1 stream (320x240), 24.0 pi/s [00000139] mpeg_video decoder debug: Progressive, non-scalable, matrix_coeff: 0 [00000012] main module debug: unlocking module "idctmmxext" [00000016] main module debug: unlocking module "motionmmxext" [00000139] main decoder debug: thread 5126 joined (src/input/input_dec.c:180) [00000139] main decoder debug: killing decoder for 0xe0, fourcc `mpgv', 26 PES in FIFO [00000018] main module debug: unlocking module "mpeg_video" [00000092] main module debug: unlocking module "esd" [00000042] main module debug: unlocking module "float32tos16" [00000115] main module debug: unlocking module "trivial_mixer" [00000140] main decoder debug: thread 6151 joined (src/input/input_dec.c:180) [00000140] main decoder debug: killing decoder for 0xc0, fourcc `mpga', 9 PES in FIFO [00000017] main module debug: unlocking module "mpeg_audio" [00000033] main module debug: unlocking module "mpeg_system" [00000035] main module debug: unlocking module "ps" [00000138] access_file input: closing `/://AlienSong.mpg' [00000062] main module debug: unlocking module "access_file" [00000138] main input debug: pes: 28 packets [00000138] main input debug: data: 28 packets [00000138] main input debug: buffers: 13 packets [00000138] main input debug: thread 3076 joined (src/input/input.c:191) [00000135] main playlist debug: thread 1026 joined (src/playlist/playlist.c:96) [00000001] main vlc debug: removing all video outputs [00000061] main module debug: unlocking module "xvideo" [00000142] main video output debug: thread 7176 joined (src/video_output/video_output.c:390) [00000001] main vlc debug: removing all audio outputs [00000111] main module debug: unlocking module "memcpymmxext" -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From titer at videolan.org Sun Feb 16 18:16:36 2003 From: titer at videolan.org (Eric Petit) Date: Sun, 16 Feb 2003 18:16:36 +0100 Subject: [vlc] Re: Audio filter not found error In-Reply-To: <15951.50472.23509.44250@gs231.sp.cs.cmu.edu> References: <15951.50472.23509.44250@gs231.sp.cs.cmu.edu> Message-ID: <200302161816.36175.titer@videolan.org> On Sunday 16 February 2003 18:06, you wrote: > Here is my configure line > ./configure --prefix=/usr/local --x-includes=/usr/X11R6/include > --x-libraries=/usr/X11R6/lib --enable-gnome --enable-gtk --enable-fb > --enable-esd --enable-dvdread --disable-dvbpsi --enable-a52 > --enable-dvdplay -with-dvdcss=/usr/local --with-dvdread=/usr/local > --with-dvdplay=/usr/local --with-a52=/usr/local --enable-debug > > 'mpga'->'fl32' 44100 Hz->44100 Hz Mono->Mono [00000145] main private debug: > looking for audio filter module > [00000143] main audio output error: couldn't find a filter for the > conversion VLC uses mad to decode mpeg audio data (http://mad.sf.net). You need to install it and add '--enable-mad' to your configure line. HTH, -- Eric Petit -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From mas118 at york.ac.uk Mon Feb 17 02:51:58 2003 From: mas118 at york.ac.uk (Michel Alexandre Salim) Date: Mon, 17 Feb 2003 01:51:58 +0000 Subject: [vlc] Query on OS X encrypted DVD playback Message-ID: <66ABE6BA-421A-11D7-8F0D-000A956A69F6@york.ac.uk> Hello, My new computer is a Powerbook that unfortunately has an RPC-2 DVD drive with no currently available firmware flash update. As such I am extremely wary of setting it to any regions. The question is whether it is possible to play back encrypted DVDs in this configuration, or whether I have to select *any* region, then VLC will play back DVDs from all regions? Currently I cannot play back encrypted DVDs - I get the following: using experimental menu, on a region-2 DVD: main debug: adding playlist item ? dvdplay:///dev/rdisk3 ? main debug: creating new input thread main: playlist item `dvdplay:///dev/rdisk3' main debug: waiting for thread completion main debug: access `dvdplay', demux `', name `/dev/rdisk3' main debug: looking for access module main debug: probing 2 candidates dvdplay debug: dvdroot=/dev/rdisk3 title=0 chapter=1 angle=1 main debug: thread 33716272 (input) created at priority 34 (src/input/input.c:157) dvdplay error: cannot open /dev/rdisk3 dvdplay debug: dvdroot=/dev/rdisk3 title=0 chapter=1 angle=1 dvdplay error: cannot open /dev/rdisk3 main warning: no access module matching "dvdplay" could be loaded main error: no suitable access module for `dvdplay/:///dev/rdisk3' main debug: thread 33716272 joined (src/input/input.c:191) otherwise, main debug: adding playlist item ? dvdold:///dev/rdisk3 at 1,1 ? main debug: creating new input thread main: playlist item `dvdold:///dev/rdisk3 at 1,1' main debug: waiting for thread completion main debug: access `dvdold', demux `', name `/dev/rdisk3 at 1,1' main debug: looking for access module main debug: probing 2 candidates dvd debug: dvd=/dev/rdisk3 raw= title=1 chapter=1 angle=1 main debug: thread 33549616 (input) created at priority 34 (src/input/input.c:157) dvd error: dvdcss cannot open device dvd debug: dvd=/dev/rdisk3 raw= title=1 chapter=1 angle=1 dvd error: dvdcss cannot open device main warning: no access module matching "dvdold" could be loaded main error: no suitable access module for `dvdold/:///dev/rdisk3 at 1,1' main debug: thread 33549616 joined (src/input/input.c:191) Thanks in advance, - Michel Salim "It's what you learn after you know it all that counts." -- John Wooden __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 17 05:42:12 2003 From: khleung at engineer.com (Andrew leung) Date: Sun, 16 Feb 2003 23:42:12 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030217044212.52278.qmail@mail.com> Dear Jean - Paul Saman, In fact, my meaning of "unstable" is different for 0.4.6 and 0.5.1 in 0.5.1, *once* its gives a video connection and start playing video, it will keep going on (some times dead with "sementation fault" ) I meant, sometimes it doesn't play the video and just hang, some times it gives stable video, this is what I meant by "unstable". So in 0.5.1 at leeast iPAQ HAS gave me acceptable video, but I should say successful running is about 5-6 out of 10 trials. in 0.4.6, NO such video has been given by iPAQ, those are just still pictures :P Just like this morning, I tried running opie-vlc 3 times , iPAQ gave the video I need in all the 3 attempts (although quality is not good at the bluetooth link) but at least it gave what I need and I am happy anyway. but some times I tried 10 times and iPAQ opie-vlc doesn't work at all!. Um.........for the 3 "sucessful" connections mentioned above I have kept the error log, So you may know what is the content of the error log in the *BEST* situation I can get from my iPAQ. thank you for your help again, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Sun, 16 Feb 2003 12:56:51 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > Um......what is meant by hurt? > Ignore that one. The question mark was meant to be a !. .. just a typo. > > > well.....actually it is still unstable and my change of settings helps less. > > > > I would like to know if this warning important: > > > > config file /root/.vlc/vlcrc does not exist yet > > > > should it be there? I get this error........ > No that is not a problem. It just says you do not have an configuration > options file, which is quite normal. > > > Please send logfiles otherwise it is very hard to help. If I cannot see > the context of what happens inside vlc, then I am unable to help. > > Greetings, > Jean-Paul Saman. > > > > > Thank you, > > Andrew > > > > > > > > ----- Original Message ----- > > From: Jean-Paul Saman > > Date: Sat, 15 Feb 2003 21:02:47 +0100 > > To: vlc at videolan.org > > Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > > > > > >>Andrew leung wrote: > >> > >>>Dear Jean - Paul Saman, > >>> > >>> > >>>*************************************************** > >>> > >>>Thank you very much, with opie-vlc 0.5.1, the video is much better than before, now it is working!!! (But may have to try a few times to get one attempt resulted in a good working) > >>> > >> > >>Could you send me a log file for one of the failed runs? Or did you type > >> it wrongly? > >> > >> > >>>I would like to express my appreciation for your help so far again. > >>> > >>>*************************************************** > >>> > >>>Now its is much stable, I keep using 160X128, ffmpeg still calims its bitrate is 32k for video (which is the bitrate claimed so far) > >>> > >> > >>32k bitrate should be enough especially for BT ;-) > >> > >> > >>>I will try other setting anyway. > >>> > >> > >>That can never hurt? > >> > >> > >>>Is the previous unstable performance all caused by vlc-0.4.6's problem but now the bitrate? From its performance now, shall we said that our previous conclusion on the quality and bitrate be changed? > >> > >>Depend ! If you used the same settings before, then there were other > >>things that caused it to work badly. Otherwise we cannot take a conclusion. > >> > >>I am busy cleaning up the qte video output. According to your reports > >>that and a lot of other changes in the core functionality made it a lot > >>better for the iPaq. > >> > >> > >>>Anyway, would you knidly tell me like the difference between 0.4.6 and 0.5.1? > >>> > >> > >>See http://developers.videolan.org/vlc/NEWS > >> > >> > >>>1)why 0.5.1 has explicitly installed ffmpeg.ipkg? (seems that 0.4.6 does not have a seperate package installation for ffmpeg. > >> > >>opie-vlc_0.4.6 had it statically linked in. The opie-vlc_0.5.1 uses it > >>as a shared library. > >> > >> > >>>2)If I use MPEG-1 / 2, is this ffmpeg.ipk not used? (because you have mentioned that ffmpeg is for MPEG4 or DIVX > >> > >>Correct. > >> > >> > >>>3)Overall speaking, what has been upgraded in 0.5.1? > >> > >>See http://developers.videolan.org/vlc/NEWS > >> > >> > >>>4) it also install opie-netsetup from the feed itself, again what is the use of opie-netsetup? > >> > >>It is for setting up network connections. My reasoning is that vlc is a > >>media player that can read streaming video directly from the network, > >>thus it should depend upon this. In this way users can easily configure > >>their network. VLC will also work without this package, so in that way > >>it does not depend upon that. Their is no way to specify an optional > >>dependency and I think that right. > >> > >>Do you think it should be in the dependency list or not? > >> > >> > >>>Although opie-vlc is only a command line mode stuff, I am happy enough to have a working package now, I have tried to write GUI for iPAQ before but was facing a very very high diffficulities, the cross complier, tmake, qt - embedded made me crazy!!! > >>> > >>> > >>>Thank you for your great job (and your colleages') in making opie-vlc. > >> > >>:-) > >> > >>Greetings, > >>Jean-Paul. > >> > >>-- > >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ > >>To unsubscribe, please read http://www.videolan.org/support/lists.html > >>If you are in trouble, please contact > >> > > > > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Mon Feb 17 11:10:18 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Mon, 17 Feb 2003 11:10:18 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030217044212.52278.qmail@mail.com> Message-ID: <3E50B50A.2070405@natlab.research.philips.com> Please, give me an error log of the unsuccessfull test. If there is some error in there I'd like to get it out. At home I cannot recreate the problem, so it is not possible to fix. Whithout logs I cannot improve the stability. So pleease ....! send them for opie-vlc-0.5.1_test1. -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 17 16:44:28 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 17 Feb 2003 10:44:28 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030217154428.99086.qmail@mail.com> Dear Jean Paul Saman, I am very sorry, Mail.com discareded ALL my emails which contain attachment files, I know you need error logs, I will send it to you ASAP using another account, I am sorry. Thanks, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 17 Feb 2003 11:10:18 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Please, give me an error log of the unsuccessfull test. If there is some > error in there I'd like to get it out. At home I cannot recreate the > problem, so it is not possible to fix. > > Whithout logs I cannot improve the stability. So pleease ....! send them > for opie-vlc-0.5.1_test1. > > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From mas118 at york.ac.uk Mon Feb 17 17:02:02 2003 From: mas118 at york.ac.uk (Michel Alexandre Salim) Date: Mon, 17 Feb 2003 16:02:02 +0000 Subject: [vlc] VLC 0.5.1 broken on OS X Message-ID: <26FF0070-4291-11D7-9C18-000A956A69F6@york.ac.uk> Hello, VLC 0.5.0 works great apart from playing encrypted DVDs (see my previous post .. no reply yet), but surprisingly VLC 0.5.1 opens with the menu set to Japanese! I tried changing it in Preferences but then the application unexpectedly quit. Bizarre :( Hint anyone? Do I have to trash my configuration files from the previous VLC install? Regards, Michel Salim Men of quality are not afraid of women for equality. - Michel Public key: http://salimma.freeshell.org/files/crypto/publickey.asc Fingerprint: 2030 FCC0 39EF 8BB6 1518 8BAA B469 B1DE B58A 8357 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From mas118 at york.ac.uk Mon Feb 17 18:56:27 2003 From: mas118 at york.ac.uk (Michel Alexandre Salim) Date: Mon, 17 Feb 2003 17:56:27 +0000 Subject: [vlc] Re: VLC 0.5.1 broken on OS X In-Reply-To: <26FF0070-4291-11D7-9C18-000A956A69F6@york.ac.uk> Message-ID: <232120E8-42A1-11D7-9C18-000A956A69F6@york.ac.uk> On Monday, February 17, 2003, at 04:02 PM, Michel Alexandre Salim wrote: > VLC 0.5.0 works great apart from playing encrypted DVDs (see my > previous post .. no reply yet), but surprisingly VLC 0.5.1 opens with > the menu set to Japanese! > Replying to myself here, apparently the 0.5.1 image for OS X was compiled without English support, so it just moved to the next language (which on OS X was funnily Japanese...) Funnily, once I change my language preference ordering so French is second, the menu does not crash anymore... hmm Regards, For every complex problem, there is a solution that is simple, neat, and wrong. -- H. L. Mencken -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Mon Feb 17 19:45:01 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Mon, 17 Feb 2003 19:45:01 +0100 Subject: [vlc] Re: VLC 0.5.1 broken on OS X In-Reply-To: <232120E8-42A1-11D7-9C18-000A956A69F6@york.ac.uk> Message-ID: On maandag, feb 17, 2003, at 18:56 Europe/Amsterdam, Michel Alexandre Salim wrote: > On Monday, February 17, 2003, at 04:02 PM, Michel Alexandre Salim > wrote: > >> VLC 0.5.0 works great apart from playing encrypted DVDs (see my >> previous post .. no reply yet), but surprisingly VLC 0.5.1 opens with >> the menu set to Japanese! >> > Replying to myself here, apparently the 0.5.1 image for OS X was > compiled without English support, so it just moved to the next > language (which on OS X was funnily Japanese...) > > Funnily, once I change my language preference ordering so French is > second, the menu does not crash anymore... hmm Actually it's even more complicated than that. I'll do the long version ;) VLC uses an alternate system for creating localizations then the standard macosx way. We use this method, because of it's portability to other platforms as well. This method (gettext) uses the system variable LANG. On platforms where this variable is not set, we consult your system's localization options and set this variable ourselves. The problem was that we had forgotten to add English to this list (we actually had British, but that's not that useful ). So whenever you had an unset LANG variable, with English as your preferred language, it would actually turn to the next preferred language. When you were editing your 'International' settings, the system reset the LANG variable itself and you no longer experienced the problem, because VLC didn't have to turn to it's faulty code. Actually the whole problem is Apple's fault for having an unset LANG variable in some cases, which causes us to sometimes having to set this ourselves. A new macosx release (0.5.1a) will be made available tonight to fix this specific issue. Hoping this will answer some questions for some ppl, Derk-Jan Hartman ------------------------------------------------------------------------ Universiteit Twente ------------------------------------------------------------------------ Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Mon Feb 17 20:23:58 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Mon, 17 Feb 2003 20:23:58 +0100 Subject: [vlc] Re: No video or Audio problem FIXED In-Reply-To: <000001c2d680$bc76dea0$9dd2fec1@Torlind> References: <000001c2d680$bc76dea0$9dd2fec1@Torlind> Message-ID: <200302172023.58965.gbazin@netcourrier.com> On Monday 17 February 2003 13:33, Lars-?ke Torlind wrote: > Hi, > The other day I sent a question regarding that I couldn't pick up video > and audio from a multicast stream in Microsoft XP. > > That is fixed now. The cause was 2 Local interfaces that are created > when usin Vmware. When I disabled IP in these two devices so that they > dissapeared then it worked. At first I didn't think it mattered since > these devices are called Local area connection 2 and 3. Anyway now it > works and hopefully this information can help someone else > This is due to win32 wanting to bind to a specific interface when in multicast receiving mode. When no interface is specified, it binds to the default one (you can set the default interface used for multicast with the "route" command). VLC also has a config option that allows you to specify which interface you want to bind to when in multicast mode ("--iface-addr foo" where foo is the ip address of the chosen interface). It is a lot more handy than removing interfaces ;) I'll add this info to the FAQ ASAP. -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Mon Feb 17 21:07:52 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Mon, 17 Feb 2003 21:07:52 +0100 Subject: [vlc] Re: 0.5.1 - now no sound In-Reply-To: <39504.66.65.33.240.1045505898.squirrel@webmail.logicworks.net> References: <39504.66.65.33.240.1045505898.squirrel@webmail.logicworks.net> Message-ID: <200302172107.52345.gbazin@netcourrier.com> On Monday 17 February 2003 19:18, Christopher Long wrote: > Thanks for VLC! > > I seem to be having a sound problem with version 0.5.1. I'm not getting > sound with the current version, with version 0.5.0 sound was good. > Keep up the awesome work!! > Which operating system are you using ? -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Mon Feb 17 21:45:26 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Mon, 17 Feb 2003 21:45:26 +0100 Subject: [vlc] Re: Frame by Frame In-Reply-To: Message-ID: Well the problem is, that vlc doesn't decode frames, but packets. This is because originally VLC was designed for usage of streams over the network. This fundamental design difference between us and other players makes the implementation of a frame by frame option, a tad difficult as I understand. What you can do however is use the slower command (multiple times) to play the video really slow, and then pausing the video at the shot you want to take a screenshot of (which is the most common reason for frame by frame). Derk-Jan Hartman On maandag, feb 17, 2003, at 19:59 Europe/Amsterdam, ... wrote: > I like your player but there is something I miss on this or in the > Apple DVD > Player and that's a Frame by Frame Option. This option has every > Stand-Alone > DVD Player but non of the Software Player on the Mac. If this feature > could > be implanted in a next version would be fantastic. ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Mon Feb 17 23:26:55 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Mon, 17 Feb 2003 23:26:55 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030217154428.99086.qmail@mail.com> Message-ID: <3E5161AF.20003@wxs.nl> Andrew leung wrote: > Dear Jean Paul Saman, > > I am very sorry, Mail.com discareded ALL my emails which contain attachment files, > > I know you need error logs, I will send it to you ASAP using another account, I am sorry. > You could inline them in the e-mail or do copy-and-paste. Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From flohr at itp.uni-hannover.de Tue Feb 18 00:46:43 2003 From: flohr at itp.uni-hannover.de (Michael Flohr) Date: Tue, 18 Feb 2003 00:46:43 +0100 Subject: [vlc] Sources? Message-ID: <3E517463.3@itp.uni-hannover.de> Lots of precompiled binaries - but none for SuSE! So, where are the sources for vlc 0.5.1 such that I can build it myself for my SuSE box???? Where have the tar-balls gone???? Michael -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Tue Feb 18 01:15:04 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Tue, 18 Feb 2003 01:15:04 +0100 Subject: [vlc] Re: Sources? In-Reply-To: <3E517463.3@itp.uni-hannover.de> References: <3E517463.3@itp.uni-hannover.de> Message-ID: <200302180115.05031.gbazin@netcourrier.com> On Tuesday 18 February 2003 00:46, Michael Flohr wrote: > Lots of precompiled binaries - but none for SuSE! > So, where are the sources for vlc 0.5.1 such that I can build it > myself for my SuSE box???? Where have the tar-balls gone???? > It is true that the link to the sources on http://www.videolan.org/vlc/ isn't exactly obvious. Here it is: http://www.videolan.org/vlc/download-sources.html Regards, -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From lyra at fastwebnet.it Tue Feb 18 11:39:41 2003 From: lyra at fastwebnet.it (xchris) Date: Tue, 18 Feb 2003 11:39:41 +0100 Subject: [vlc] Interface name Message-ID: <005c01c2d73a$0b5a2f90$6300a8c0@m57> i'm trying to set the incoming interface under windows but i don't know to set it. My net is Local Lan vpn connection i would like to receive on vpn connection but i don't know which name to use i tried ppp0 (linux style), the name frome a route print command the name from ipconfig /all but they didn't work. ANy ideas? Thanks A lot Xchris -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Tue Feb 18 11:40:15 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Tue, 18 Feb 2003 11:40:15 CET Subject: [vlc] Re: vlc-0.5.0 execution errors Message-ID: >Subject: [vlc] vlc-0.5.0 execution errors >Date: Tue, 18 Feb 2003 10:54:37 +0800 >From: "simonlu" >To: > >Dear vlc , > >We got some "windows errors" when we execute vlc-0.5.0-win32 under WinXp . Our steps are as follows : File ==>Open file==>Choose a mpeg1 >file ==>open . Then it pop up two sub-windows . One is normally playing the mpeg1video and the other showing windows error > >" >libwin32_plugin >RichEdit line insertion error >" > >The error message pop up one by one till the application hangs and shows " stack overflow" on the last window . >Finally the application close by itself . > >Can you give us any suggestion ? Or what should we note ? > A new version of vlc (0.5.1) that should fix this problem is available for download on www.videolan.org. If you still have this problem with the newer version, please report it. Regards, -- Gildas ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,15 ? TTC/min) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Tue Feb 18 12:14:38 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Tue, 18 Feb 2003 12:14:38 CET Subject: [vlc] Re: Interface name Message-ID: >From: "xchris" >To: >Subject: [vlc] Interface name >Date: Tue, 18 Feb 2003 11:39:41 +0100 > >i'm trying to set the incoming interface under windows but i don't know to >set it. >My net is > >Local Lan >vpn connection > >i would like to receive on vpn connection but i don't know which name to use >i tried ppp0 (linux style), >the name frome a route print command >the name from ipconfig /all >but they didn't work. >ANy ideas? It depends on what you are trying to do. If you want to connect to a unicast stream, then you don't need to specify an interface at all because vlc will listen on all of them by default. If you want to connect to a multicast stream then you'll need to specify the interface you want to listen to. For this you'll have to use the "--iface-addr foo" command line option or the equivalent option in the "preferences" menu. Just replace "foo" with the ip address of the interface you want to use. Hope this helps, -- Gildas ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,15 ? TTC/min) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From d.hartman at student.utwente.nl Tue Feb 18 12:24:25 2003 From: d.hartman at student.utwente.nl (Derk-Jan Hartman) Date: Tue, 18 Feb 2003 12:24:25 +0100 Subject: [vlc] Re: Bug Report In-Reply-To: Message-ID: <88EF7DC6-4333-11D7-A1ED-0030656CFA88@student.utwente.nl> On dinsdag, feb 18, 2003, at 03:36 Europe/Amsterdam, Anthony Vu wrote: > I can?t play SVCD?s in VLC 0.51. They work just fine in 0.5. In 0.51 > the audio sounds all distorted and the movie takes even longer to load > up. 0.5.1 introduced a bug. Please download 0.5.1a from the site DJ ------------------------------------------------------------------------ --- Universiteit Twente ------------------------------------------------------------------------ --- Derk-Jan 'The DJ' Hartman ICQnr: 10111559 Mail: mailto:d.hartman at student.utwente.nl WWW: http://home.student.utwente.nl/d.hartman/ Goto: http://www.student.utwente.nl/~macsatcampus -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From lyra at fastwebnet.it Tue Feb 18 11:36:54 2003 From: lyra at fastwebnet.it (xchris) Date: Tue, 18 Feb 2003 11:36:54 +0100 Subject: [vlc] interface name under windows Message-ID: <003201c2d739$a7a9dc70$6300a8c0@m57> i'm trying to set the incoming interface under windows but i don't know to set it. My net is Local Lan vpn connectio i would like to receive on vpn connection but i don't know which name to use i tried ppp0 (linux style), the name frome a route print command the name from ipconfig /all but they didn't work. ANy ideas? Thanks A lot Good Job Xchris -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From graeme_ogilvie at btinternet.com Tue Feb 18 15:10:58 2003 From: graeme_ogilvie at btinternet.com (Graeme Ogilvie) Date: Tue, 18 Feb 2003 14:10:58 -0000 Subject: [vlc] Re: interface name under windows In-Reply-To: <003201c2d739$a7a9dc70$6300a8c0@m57> Message-ID: <000601c2d757$8fbeadc0$470101c0@Tps0005sgq10> Try doing issuing a "route print" at a command prompt. It should give you an interface list right at the beginning. The interfaces are numeric 0x1, 0x2, etc. Graeme -----Original Message----- From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On Behalf Of xchris Sent: 18 February 2003 10:37 To: vlc at videolan.org Subject: [vlc] interface name under windows i'm trying to set the incoming interface under windows but i don't know to set it. My net is Local Lan vpn connectio i would like to receive on vpn connection but i don't know which name to use i tried ppp0 (linux style), the name frome a route print command the name from ipconfig /all but they didn't work. ANy ideas? Thanks A lot Good Job Xchris -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Tue Feb 18 15:11:19 2003 From: khleung at engineer.com (Andrew leung) Date: Tue, 18 Feb 2003 09:11:19 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030218141119.28171.qmail@mail.com> Dear Jean - Paul Saman, I would like to know if opie-vlc-0.5.1_test1 different from opie-vlc-0.5.1 ? anyway, I have received your mail in reply to my attachment files, I will futher test the speed of the bluetooth link, I will let you know the result and search for the actual cause of the problem. Thanks, Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Mon, 17 Feb 2003 23:26:55 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean Paul Saman, > > > > I am very sorry, Mail.com discareded ALL my emails which contain attachment files, > > > > I know you need error logs, I will send it to you ASAP using another account, I am sorry. > > > You could inline them in the e-mail or do copy-and-paste. > > Greetings, > Jean-Paul Saman. > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Tue Feb 18 16:13:38 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Tue, 18 Feb 2003 16:13:38 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030218141119.28171.qmail@mail.com> Message-ID: <3E524DA2.2020609@wxs.nl> Andrew leung wrote: > Dear Jean - Paul Saman, > > I would like to know if opie-vlc-0.5.1_test1 different from opie-vlc-0.5.1 ? > There are not a lot of differences between those two versions. I only cleaned up the video output so that support for multiple screen sizes can be implemented. What really differs is the package dependencies? opie-vlc-0.5.1 now depends on libffmpeg instead of ffmpeg. See http://www.videolan.org/vlc/download-familiar.html howto resolve that. Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Tue Feb 18 17:31:29 2003 From: khleung at engineer.com (Andrew leung) Date: Tue, 18 Feb 2003 11:31:29 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030218163129.83706.qmail@mail.com> Dear Jean - Paul Saman, Thank you, That means I can use a non-fullscreen to improve the solution? great!! but how? Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Tue, 18 Feb 2003 16:13:38 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > I would like to know if opie-vlc-0.5.1_test1 different from opie-vlc-0.5.1 ? > > > There are not a lot of differences between those two versions. I only > cleaned up the video output so that support for multiple screen sizes > can be implemented. > > What really differs is the package dependencies? opie-vlc-0.5.1 now > depends on libffmpeg instead of ffmpeg. > > See http://www.videolan.org/vlc/download-familiar.html howto resolve that. > > Greetings, > Jean-Paul Saman. > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tristan.leteurtre at videolan.org Tue Feb 18 20:27:25 2003 From: tristan.leteurtre at videolan.org (Tristan Leteurtre) Date: Tue, 18 Feb 2003 20:27:25 +0100 Subject: [vlc] Re: do not open! In-Reply-To: References: Message-ID: <20030218192725.GA30454@via.ecp.fr> On Tue, Feb 18, 2003, Timo Steinmann wrote: > i want to use VLC but it is not possible! > it dont start when i use the vlc.exe Try to search for a file called 'vlcrc' and delete it. -- Tristan -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ipkiss at via.ecp.fr Tue Feb 18 21:15:15 2003 From: ipkiss at via.ecp.fr (Olivier =?iso-8859-1?Q?Teuli=E8re?=) Date: Tue, 18 Feb 2003 21:15:15 +0100 Subject: [vlc] Re: do not open! In-Reply-To: <20030218192725.GA30454@via.ecp.fr> References: <20030218192725.GA30454@via.ecp.fr> Message-ID: <20030218201515.GB17801@via.ecp.fr> On Tue, Feb 18, 2003, Tristan Leteurtre wrote: > On Tue, Feb 18, 2003, Timo Steinmann wrote: > > i want to use VLC but it is not possible! > > it dont start when i use the vlc.exe > > Try to search for a file called 'vlcrc' and delete it. Also check that you unzipped the file correctly, respecting the directory structure. In particular, you need to have a "plugins" subdirectory... -- Olivier -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yad at yad.mine.nu Tue Feb 18 21:52:53 2003 From: yad at yad.mine.nu (Y. Dessertenne) Date: Tue, 18 Feb 2003 21:52:53 +0100 Subject: [vlc] Re: Via EPIA with Via C3 processor References: <37638.66.93.220.104.1045347822.squirrel@mail.ergotech-usa.com> <001f01c2d5d9$4addbae0$0a0aa8c0@yadlocal> <20030216165611.GA16850@hobbes> Message-ID: <004001c2d78f$bb4d5da0$0a0aa8c0@yadlocal> Thank for your answer, btw, is it possible to develop a module for Win32 or Linux in order to support hardware acceleration ? Is vlc designed for such add-on module ? Regards, Yannick ----- Original Message ----- From: Sigmund Augdal To: vlc at videolan.org Sent: Sunday, February 16, 2003 5:56 PM Subject: [vlc] Re: Via EPIA with Via C3 processor Vlc does not take advantage of mpeg acelleration hardware. It only uses the cpu (with mmx/3dnow etc when available) and the video overlay features of the graphics board (which pretty much suck on the epia iirc). The conclution is that DVD quality MPEG2 is too heavy for vlc on most EPIA boards, possibly with the exception of the fastest versions (900+ mhz) Sigmund On Sun, Feb 16, 2003 at 05:34:25PM +0100, Y. Dessertenne wrote: > Hi, > > Is anyone have tried the VLC client under WinXP on a VIA EPIA motherboard. > I cannot manage to get a DVD stream from the network displayed smoothly. > I don't know if vlc support all the possible acceleration features of the board ? > On the same board I manage to play correctly a local DVD with a dvd player with less than 30% CPU ressources. > > Anyone can help ? > > Regards, > > Yannick -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jan at JanMostert.com Tue Feb 18 22:31:48 2003 From: Jan at JanMostert.com (Jan Mostert) Date: Tue, 18 Feb 2003 22:31:48 +0100 Subject: [vlc] Problem with subtitle in VLS 0.50 on MacOS X Message-ID: <63335607-4388-11D7-AAC2-000393AADC28@JanMostert.com> Hello, Recently I installed VLC 0.50 on MacOS X. Works very smothly, except for one thing. For one DivX movie I also downloaded a subtitle file wih the extension .srt. It is recognized as such, but I am not able to use it. According to the instructions I should open both files, but I cannot. How do I use the subtitle file? I know it is experimental, but I would like to try it out. Kind regards, Jan Mostert. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From andreas.krings at rwth-aachen.de Tue Feb 18 22:46:53 2003 From: andreas.krings at rwth-aachen.de (Andreas Krings) Date: Tue, 18 Feb 2003 22:46:53 +0100 Subject: [vlc] Firewire-support in vlc/vls In-Reply-To: <20030218192725.GA30454@via.ecp.fr> References: <20030218192725.GA30454@via.ecp.fr> Message-ID: <3E52A9CD.7030905@rwth-aachen.de> Hallo, first I am fascinated of this great software. Please keep going on with this great work!! My question is, if it is possible to stream the video of my DV-Camcorder with Firewire over my network (perhaps even in realtime)?? - Or it is not possible for vlc or vls to stream video from the firewire-device on X11 or a network??? I aske this because i thought about buying such a firewire-pci-card for my computer and i do not want to buy such a card if it is not possible to use it for streaming over a network! So if somebody has got any experience in using firewire with vlc/vls or something like that, i would be very grateful if he/she could tell me her experience! Much thanks for help and attention! Andreas Krings -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From lameth at tiscali.it Wed Feb 19 03:20:31 2003 From: lameth at tiscali.it (lameth) Date: Wed, 19 Feb 2003 03:20:31 +0100 Subject: [vlc] "pure" MPEG1 over multicast UDP Message-ID: <000601c2d7bd$79ec8650$432a0525@lancse.csebo.it> Hi! Can VLC receive via multicast UDP a MPEG1 audio/video stream ? That is to say not a UDP/RTP flux, but pure MPEG1 data multicasted over a group ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From titer at videolan.org Wed Feb 19 04:20:33 2003 From: titer at videolan.org (Eric Petit) Date: Wed, 19 Feb 2003 04:20:33 +0100 Subject: [vlc] Re: "pure" MPEG1 over multicast UDP In-Reply-To: <000601c2d7bd$79ec8650$432a0525@lancse.csebo.it> References: <000601c2d7bd$79ec8650$432a0525@lancse.csebo.it> Message-ID: <20030219032032.GA13391@via.ecp.fr> On Wed, Feb 19, 2003, lameth wrote: > Can VLC receive via multicast UDP a MPEG1 audio/video stream ? > > That is to say not a UDP/RTP flux, but pure MPEG1 data multicasted over > a group ? The short answer: "yes". The long answer: a few MPEG1 files are not really streamable (needed headers present only once at the beginning of the file). You may have problems while trying to stream these files with VLS, use VLC's stream output instead. -- Eric Petit -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Wed Feb 19 08:15:44 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Wed, 19 Feb 2003 08:15:44 +0100 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ References: <20030218163129.83706.qmail@mail.com> Message-ID: <3E532F20.10604@natlab.research.philips.com> Andrew leung wrote: > Dear Jean - Paul Saman, > > Thank you, That means I can use a non-fullscreen to improve the solution? great!! > Do not jump to conclusions yet. I said *can be* implemented and that means it is not implemented yet! It only means that there are some preparations made in the code to make it possible. > but how? > Wait till I'm finished with implementing non-fullscreen ;-) > Andrew -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Wed Feb 19 08:20:48 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Wed, 19 Feb 2003 08:20:48 +0100 Subject: [vlc] Re: 0.5.1 RPMS for Red Hat - where are they? References: <1045617643.2552.2.camel@Laptop> Message-ID: <3E533050.80607@natlab.research.philips.com> Kanwar Sandhu wrote: > Just like the topic reads - where are the 0.5.1 RPMs for Red Hat? Are > they going to be released, or do Red Hat users have to compile from > source (I really, really would rather not)? > > Any info would be appreciated. > > Lates, > > Kanwar RPM's for RH 8.0 are here: http://www.videolan.org/vlc/download-redhat.html -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Wed Feb 19 10:17:55 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Wed, 19 Feb 2003 10:17:55 CET Subject: [vlc] Re: Always On Top shortcut Message-ID: >From: "Marco" > >The CTRL+T shortcut for making the VLC video window "always on top" isn't >working properly. The feature won't get enabled/disabled. >Using the popup menu works, but that's only available with the Win32 >interface. It would be nice to make it working on other interfaces also, >like rc and dummy ones. >F key for fullscreen works good, though. > >Tested on Windows 2000 SP3, VLC 0.51. > You can also enable this using the system menu of the video window (click on the vlc icon at the top left of the video window). This method will work with whichever interface you'll be using. Regards, -- Gildas ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,15 ? TTC/min) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sam at zoy.org Wed Feb 19 14:57:20 2003 From: sam at zoy.org (Sam Hocevar) Date: Wed, 19 Feb 2003 14:57:20 +0100 Subject: [vlc] Re: Information Requested on VideoLan.. In-Reply-To: <81C7C9D6B8B8FF4BA4E250A855CAE2D4E45E62@dig-ex001.dataintegration.com> References: <81C7C9D6B8B8FF4BA4E250A855CAE2D4E45E62@dig-ex001.dataintegration.com> Message-ID: <20030219135720.GJ11615@zoy.org> On Wed, Feb 19, 2003, Andrew Brimson wrote: > For one of our clients, we will provide the entire solution from TV IP > Headend to 15" touch screen monitors at the head-end. I am little confused > as to the terms of the GPL licence. > > Can we integrate Videolan into our solution? If so, what is the licence > implications and what cost is there to use your product? You can integrate any GPL program into your solution if the inte- gration consists of a mere aggregation of binary programs. What you are not allowed to do is link VideoLAN with one of your proprietary libraries or add proprietary code to VideoLAN. Then you also need to provide source code for the GPL program you are distributing. It does not need to be public, but the people to whom you are selling VideoLAN must have a way to get the source code to VideoLAN and any modifications you did to it. See section 4.1 of the VLC FAQ at http://www.videolan.org/doc/faq-vlc/faq/, as well as the GPL FAQ at http://www.gnu.org/licenses/gpl-faq.html And finally, the cost to use our product is zero, but we welcome donations. -- Sam. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Wed Feb 19 15:12:09 2003 From: khleung at engineer.com (Andrew leung) Date: Wed, 19 Feb 2003 09:12:09 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030219141209.4312.qmail@mail.com> Dear Jean Paul Saman, I see, Thank you. Andrew ----- Original Message ----- From: Jean-Paul Saman Date: Wed, 19 Feb 2003 08:15:44 +0100 To: vlc at videolan.org Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ > Andrew leung wrote: > > Dear Jean - Paul Saman, > > > > Thank you, That means I can use a non-fullscreen to improve the solution? great!! > > > Do not jump to conclusions yet. I said *can be* implemented and that > means it is not implemented yet! It only means that there are some > preparations made in the code to make it possible. > > > but how? > > > Wait till I'm finished with implementing non-fullscreen ;-) > > > Andrew > -- > Kind greetings, > > Jean-Paul Saman > > Software Architect > > e-mail (work): saman at natlab.research.philips.com > phone (work): 040 27 42909 > ------------------------------------------------------------ > Ordina TA, > Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven > e-mail : jean-paul.saman at ordina.nl > phone : 040 2601200 > fax : 040 2601199 > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tnfb at rogers.com Wed Feb 19 17:16:30 2003 From: tnfb at rogers.com (TNFB) Date: 19 Feb 2003 11:16:30 -0500 Subject: [vlc] Re: 0.5.1 RPMS for Red Hat - where are they? In-Reply-To: <3E533050.80607@natlab.research.philips.com> References: <1045617643.2552.2.camel@Laptop> <3E533050.80607@natlab.research.philips.com> Message-ID: <1045671391.1314.10.camel@Laptop> Yep, I see them alright, but the RPMS at that URL are for 0.5.0, not 0.5.1. I already have 0.5.0 installed and it works great, but the RPMS for the new release, 0.5.1, are not on the website. That's why I'm asking about the 0.5.1 Red Hat RPMS. I haven't been able to find them. On Wed, 2003-02-19 at 02:20, Jean-Paul Saman wrote: Kanwar Sandhu wrote: > Just like the topic reads - where are the 0.5.1 RPMs for Red Hat? Are > they going to be released, or do Red Hat users have to compile from > source (I really, really would rather not)? > > Any info would be appreciated. > > Lates, > > Kanwar RPM's for RH 8.0 are here: http://www.videolan.org/vlc/download-redhat.html -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From Dave at 0Bits.COM Wed Feb 19 21:32:31 2003 From: Dave at 0Bits.COM (Dave at 0Bits.COM) Date: Wed, 19 Feb 2003 20:32:31 +0000 (GMT) Subject: [vlc] Why does vlc 0.5.x depend on a52dec when dependencies can be resolved from ffmpeg ? Message-ID: Hi, Says in the subject line, and i spent a few hours trying to decode why my divx/dvd/vob's wouldn't play with vlc 0.5.x since (lib)ffmpeg had all the audio and video decoding facilities in it - including a52, so why is it (vlc) dependent on liba52 and refuses to use it (ffmpeg) as a valid audio decoder ? Without building in liba52, i always got [00000149] main audio output debug: input 'a52 ' 48000 Hz Stereo frame=1536 samples/768 bytes [00000149] main audio output debug: filter(s) 'a52 '->'fl32' 48000 Hz->48000 Hz Stereo->Stereo [00000150] main private debug: looking for audio filter module [00000150] main private debug: probing 17 candidates [00000149] main audio output error: couldn't find a filter for the conversion [00000149] main audio output error: couldn't set an input pipeline To prove this i forced configure to believe i have a52 installed and removed the -la52 from the Makefile line LDFLAGS_a52tofloat32 = -lm so that my audio_filter liba52tofloat32_plugin.so didn't have a dependency on liba52 # ldd liba52tofloat32_plugin.so `./liba52tofloat32_plugin.so' libpthread.so.0 => /lib/libpthread.so.0 (0x40012000) libm.so.6 => /lib/libm.so.6 (0x40027000) libc.so.6 => /lib/libc.so.6 (0x40049000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) And voila, vlc still works fine. Developers please remove dependencies on a52dec if ffmpeg is being used. Thanx Dave -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From lyra at fastwebnet.it Thu Feb 20 13:00:00 2003 From: lyra at fastwebnet.it (xchris) Date: Thu, 20 Feb 2003 13:00:00 +0100 Subject: [vlc] Vlc for linux Message-ID: <02ac01c2d8d7$98b62f80$6300a8c0@m57> i have a Suse 8.0- I tried to compile from the sources. I compiled every single library.. but i get this: lyra:~ # vlc VideoLAN Client 0.5.1 Natalya Segmentation fault Any idea? Thanks a lot! bye xchris -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Thu Feb 20 13:04:26 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Thu, 20 Feb 2003 13:04:26 +0100 Subject: [vlc] Re: Vlc for linux In-Reply-To: <02ac01c2d8d7$98b62f80$6300a8c0@m57> References: <02ac01c2d8d7$98b62f80$6300a8c0@m57> Message-ID: <20030220120425.GA2299@hobbes> On Thu, Feb 20, 2003 at 01:00:00PM +0100, xchris wrote: > i have a Suse 8.0- > I tried to compile from the sources. > I compiled every single library.. but i get this: > > lyra:~ # vlc > VideoLAN Client 0.5.1 Natalya > Segmentation fault Sounds like you have some old plugins from previous versions of vlc laying around, try cleaning up in /usr/local and compiling from a clean source tree. Sigmund -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Thu Feb 20 13:07:36 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Thu, 20 Feb 2003 13:07:36 +0100 Subject: [vlc] Re: VLC In-Reply-To: <3E54AE08.3070405@eikon.tum.de> References: <3E54AE08.3070405@eikon.tum.de> Message-ID: <20030220120736.GB2299@hobbes> On Thu, Feb 20, 2003 at 11:29:28AM +0100, Serdar Uezuemcue wrote: > Hi, > > i? ve installed the VLC . > My questions is can , how change the TTL of the VLC Stream ? > > > I want to stream multicast with the VLC , it this possible or need i the > VLS ? This option was added to the vlc stream output very reasently, and are not present in any released version. Try compiling the current cvs or wait for the next release. Sigmund -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From Dave at 0Bits.COM Thu Feb 20 13:08:08 2003 From: Dave at 0Bits.COM (Dave at 0Bits.COM) Date: Thu, 20 Feb 2003 12:08:08 +0000 (GMT) Subject: [vlc] Re: Vlc for linux Message-ID: What compiler does Suse 8.0 use ? I've had issues with the 3.x series of gcc, but compiled using 2.95.2 and all works fine. Where is the stack from gdb? Run gdb vlc gdb>run then when it SEGV's please run the command "bt" under gdb and post the stack. It may give us a hint of where it is crashing (assuming you compiled with debugging on) Also, post the o/p of vlc -v2 D -------- Original Message -------- Subject: [vlc] Vlc for linux Date: Thu, 20 Feb 2003 13:00:00 +0100 From: xchris Reply-To: vlc at videolan.org To: i have a Suse 8.0- I tried to compile from the sources. I compiled every single library.. but i get this: lyra:~ # vlc VideoLAN Client 0.5.1 Natalya Segmentation fault Any idea? Thanks a lot! bye xchris -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Thu Feb 20 13:26:28 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Thu, 20 Feb 2003 13:26:28 +0100 Subject: [vlc] Re: Vlc for linux References: <02ac01c2d8d7$98b62f80$6300a8c0@m57> Message-ID: <3E54C974.4090608@natlab.research.philips.com> xchris wrote: > i have a Suse 8.0- > I tried to compile from the sources. > I compiled every single library.. but i get this: > > lyra:~ # vlc > VideoLAN Client 0.5.1 Natalya > Segmentation fault > > Any idea? > Thanks a lot! > bye > xchris > Send a log file: vlc -vvvvvvvv 2>error.log -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From alexis at via.ecp.fr Thu Feb 20 15:48:17 2003 From: alexis at via.ecp.fr (Alexis de Lattre) Date: Thu, 20 Feb 2003 15:48:17 +0100 Subject: [vlc] Re: Streaming out by command In-Reply-To: <42636D1419D8924DBC53248D7984CD9605F4F8@yoko-server.yoko-tech.com> References: <42636D1419D8924DBC53248D7984CD9605F4F8@yoko-server.yoko-tech.com> Message-ID: <20030220144817.GC26674@via.ecp.fr> On Thu, Feb 20, 2003, simonlu wrote : > I need to streaming some video out under RedHat Linux 7.3 .Is it possible that I can use command mode to stream my movie out without > the original graphical user interface ? Yes, use the command : vlc movie.mpg --sout udp/ts://145.12.42.2 -- Alexis -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tnfb at rogers.com Thu Feb 20 16:03:51 2003 From: tnfb at rogers.com (TNFB) Date: 20 Feb 2003 10:03:51 -0500 Subject: [vlc] No 0.5.1 Red Hat RPMS available Message-ID: <1045753432.1464.5.camel@Laptop> Hi everyone, Does anyone know why there are no 0.5.1 Red Hat RPMS available? I don't understand. Thanks in advance. Lates, Kanwar -------------- next part -------------- An HTML attachment was scrubbed... URL: From Dave at 0Bits.COM Thu Feb 20 16:22:16 2003 From: Dave at 0Bits.COM (Dave at 0Bits.COM) Date: Thu, 20 Feb 2003 15:22:16 +0000 (GMT) Subject: [vlc] Re: vlc problem Message-ID: What are you basing this bug against ? Previous versions of vlc with the same divx files ? Other divx players (mplayer, xine) and the same files ? Vlc is by far the best i've used in terms of not overusing cpu cycles. The problem is more likely with your computer/video card. I upgraded to a good 64mb AGP card with DDR and the load from my cpu went down from ~100% (on my onboard AGP) to ~30% with the new card. Moral of the story: it is probably not a bug in vlc. -------- Original Message -------- Subject: [vlc] vlc problem Date: Thu, 20 Feb 2003 14:44:49 +0200 From: avi kroparo Reply-To: vlc at videolan.org To: i would to report a bug in vlc this program causes the cpu over load in playing some divx or xvid files why? -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sjtulinhua at vip.sina.com Thu Feb 20 16:29:22 2003 From: sjtulinhua at vip.sina.com (Lin hua) Date: Thu, 20 Feb 2003 23:29:22 +0800 Subject: [vlc] Re: No 0.5.1 Red Hat RPMS available References: <1045753432.1464.5.camel@Laptop> Message-ID: <000e01c2d8f4$db036d90$a22a50d3@lh> Hi everyone, Does anyone know the mechanism of the synchronization problem used in vlc? Especially the Lip-sync function. By the way, it is said that there is no need to recover the STC in pure-software implementation. Then, how to keep sync? help help help and thanks. Lin ----- Original Message ----- From: TNFB To: vlc at videolan.org Sent: Thursday, February 20, 2003 11:03 PM Subject: [vlc] No 0.5.1 Red Hat RPMS available Hi everyone, Does anyone know why there are no 0.5.1 Red Hat RPMS available? I don't understand. Thanks in advance. Lates, Kanwar -------------- next part -------------- An HTML attachment was scrubbed... URL: From lyra at fastwebnet.it Thu Feb 20 17:24:50 2003 From: lyra at fastwebnet.it (xchris) Date: Thu, 20 Feb 2003 17:24:50 +0100 Subject: [vlc] Re: Vlc for linux References: <02ac01c2d8d7$98b62f80$6300a8c0@m57> <3E54C974.4090608@natlab.research.philips.com> Message-ID: <02f401c2d8fc$97efd270$6300a8c0@m57> ----- Original Message ----- From: "Jean-Paul Saman" To: Sent: Thursday, February 20, 2003 1:26 PM Subject: [vlc] Re: Vlc for linux > Send a log file: vlc -vvvvvvvv 2>error.log lyra:~ # vlc -v2 VideoLAN Client 0.5.1 Natalya Segmentation fault lyra:~ # vlc -vvvvvvvv 2>error.log Segmentation fault lyra:~ # cat error.log VideoLAN Client 0.5.1 Natalya lyra:~ # i didn't compile with debugging on :( (i think it's the next step) Thanks xchris -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From lyra at fastwebnet.it Thu Feb 20 19:41:27 2003 From: lyra at fastwebnet.it (xchris) Date: Thu, 20 Feb 2003 19:41:27 +0100 Subject: [vlc] Re: Vlc for linux References: Message-ID: <03ad01c2d90f$ada34350$6300a8c0@m57> ----- Original Message ----- From: To: Sent: Thursday, February 20, 2003 1:08 PM Subject: [vlc] Re: Vlc for linux > > What compiler does Suse 8.0 use ? > I've had issues with the 3.x series > of gcc, but compiled using 2.95.2 and > all works fine. gcc version 2.95.3 20010315 (SuSE) > Where is the stack from gdb? > > Run > gdb vlc > gdb>run > after having compiled with debugging and having type "run" it seems to hang! I think i will give up :( with suse and i will install it on my brand new machine (with woody) Thank you. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From tristan.leteurtre at videolan.org Fri Feb 21 02:27:08 2003 From: tristan.leteurtre at videolan.org (Tristan Leteurtre) Date: Fri, 21 Feb 2003 02:27:08 +0100 Subject: [vlc] Re: Vlc for linux In-Reply-To: <02f401c2d8fc$97efd270$6300a8c0@m57> References: <02ac01c2d8d7$98b62f80$6300a8c0@m57> <3E54C974.4090608@natlab.research.philips.com> <02f401c2d8fc$97efd270$6300a8c0@m57> Message-ID: <20030221012708.GA2766@via.ecp.fr> On Thu, Feb 20, 2003, xchris wrote: > lyra:~ # vlc -v2 > VideoLAN Client 0.5.1 Natalya > Segmentation fault > lyra:~ # vlc -vvvvvvvv 2>error.log > Segmentation fault > lyra:~ # cat error.log > VideoLAN Client 0.5.1 Natalya > lyra:~ # Try to delete your vlcrc file (~/.vlc/vlcrc). -- Tristan -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From mhf at labyrinth.net.au Fri Feb 21 07:54:56 2003 From: mhf at labyrinth.net.au (mhf at labyrinth.net.au) Date: Fri, 21 Feb 2003 06:54:56 -0000 Subject: [vlc] Re: Installing VLC on mac OS X In-Reply-To: Message-ID: <20030221065456.D4D7A7DE27@king.southern.net.au> Greetings from Oz My guess would be that the download did not complete properly. I was able to download and install the file satisfactorily. BTW, I'd like to express my thanks for VLC and provide some feedback. It enables me to play DVD's under OSX on my 700Mhz iBook (the one with just the internal CD), by means of an external Firewire combo drive. The nasty OSX installer will not give me Apple DVD Player v3.x - it has decided I don't need or deserve it. Strangely, OS9.2.2 gives me DVD Player v2.7, which does work, but only to the LCD screen. With VLC I'm happy. There are occasionally tiny artifacts, so I guess I'm near the minimum MHz necessary. I didn't notice these using DVD Player v2.7 under OS9. there may be some technical reason I'm not aware of why this is the case. Another advantage in running under OSX is that I can now use my Apple TV adapter, which will not work under OS9. As a joke I loaded VLC on my G3 Desktop 266, and the result is like a powerpoint presentation or a series of slides! but it doesn't crash, so it's robust code. The audio is fine though. I wonder how it would go with a Sonnet G4 upgrade ... ? I am unlikely to ever make use of streaming as I rely on a 56K modem connection. Keep up the good work, as there is no commercial equivalent under OSX that I know off, and it opens up possibilities for people like me with external equipment. I'd pay money for a commercial release, for sure. cheers Martin Foot Adam Valdez said: > > Bonjour, > > I have just recently downloaded the file: "vlc-0.5.1a.dmg" for Mac osX. > > I read the online user guide about installation, but my computer thinks this > is a text file, not an application. When I double-click on the file, > Microsoft Explorer wants to open it as text. > > Can you tell me what I have to do to run the program? Or has something gone > wrong in the download? > > Cheers, > Adam Valdez > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > -- -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From chet at pressler.com Fri Feb 21 19:32:39 2003 From: chet at pressler.com (Chet Pressler) Date: Fri, 21 Feb 2003 10:32:39 -0800 Subject: [vlc] VLC on Redhat 7.2 Message-ID: <5.1.0.14.0.20030221102908.01f93738@pop.pressler.com> Is there someone who can recommend the version I should try to use with Redhat 7.2 I have been having problems (mostly lib dependencies such as libc.so.6 GLIBC2.3) with the 8.0 version trying to install under 7.2 I will be more than happy to document this process if I can get a little help from folks out there. I think 7.2(x) Redhat is fairly widely installed right now. Not a lot of folks have upgraded to 8.0 yet. Chet Pressler -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Fri Feb 21 22:39:17 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Fri, 21 Feb 2003 22:39:17 +0100 Subject: [vlc] Re: VLC on Redhat 7.2 References: <5.1.0.14.0.20030221102908.01f93738@pop.pressler.com> Message-ID: <3E569C85.7050503@wxs.nl> Chet Pressler wrote: > > > Is there someone who can recommend the version I should try to use with > Redhat 7.2 I have been having problems (mostly lib dependencies such as > libc.so.6 GLIBC2.3) with the 8.0 version trying to install under 7.2 I > will be more than happy to document this process if I can get a little > help from folks out there. I think 7.2(x) Redhat is fairly widely > installed right now. Not a lot of folks have upgraded to 8.0 yet. > > > Chet Pressler > Just install all gcc3 packages from RH8.0 ;-) and it will work. ... or compile vlc from source ;-) Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From mszick at goquest.com Fri Feb 21 22:35:11 2003 From: mszick at goquest.com (Michael S.Zick) Date: Fri, 21 Feb 2003 15:35:11 -0600 Subject: [vlc] Re: VLC on Redhat 7.2 In-Reply-To: <3E569C85.7050503@wxs.nl> References: <5.1.0.14.0.20030221102908.01f93738@pop.pressler.com> <3E569C85.7050503@wxs.nl> Message-ID: <03022115351100.01021@localhost.localdomain> On Friday 21 February 2003 03:39 pm, Jean-Paul Saman wrote: > Chet Pressler wrote: > > Is there someone who can recommend the version I should try to use with > > Redhat 7.2 I have been having problems (mostly lib dependencies such as > > libc.so.6 GLIBC2.3) with the 8.0 version trying to install under 7.2 I > > will be more than happy to document this process if I can get a little > > help from folks out there. I think 7.2(x) Redhat is fairly widely > > installed right now. Not a lot of folks have upgraded to 8.0 yet. > > > > > > Chet Pressler > > Just install all gcc3 packages from RH8.0 ;-) and it will work. Not a good idea. There was an ABI change. > ... or > compile vlc from source ;-) Do it that way. > > Greetings, > Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From chet at pressler.com Sat Feb 22 16:35:38 2003 From: chet at pressler.com (Chet Pressler) Date: Sat, 22 Feb 2003 07:35:38 -0800 Subject: [vlc] Re: VLC on Redhat 7.2 In-Reply-To: <03022115351100.01021@localhost.localdomain> References: <3E569C85.7050503@wxs.nl> <5.1.0.14.0.20030221102908.01f93738@pop.pressler.com> <3E569C85.7050503@wxs.nl> Message-ID: <5.1.0.14.0.20030222073522.013fc180@pop.pressler.com> I will give that a try and post the results At 03:35 PM 2/21/2003 -0600, you wrote: >On Friday 21 February 2003 03:39 pm, Jean-Paul Saman wrote: > > Chet Pressler wrote: > > > Is there someone who can recommend the version I should try to use with > > > Redhat 7.2 I have been having problems (mostly lib dependencies such as > > > libc.so.6 GLIBC2.3) with the 8.0 version trying to install under 7.2 I > > > will be more than happy to document this process if I can get a little > > > help from folks out there. I think 7.2(x) Redhat is fairly widely > > > installed right now. Not a lot of folks have upgraded to 8.0 yet. > > > > > > > > > Chet Pressler > > > > Just install all gcc3 packages from RH8.0 ;-) and it will work. > >Not a good idea. There was an ABI change. > > ... or > > compile vlc from source ;-) > >Do it that way. > > > > Greetings, > > Jean-Paul Saman. >-- >This is the vlc mailing-list, see http://www.videolan.org/vlc/ >To unsubscribe, please read http://www.videolan.org/support/lists.html >If you are in trouble, please contact Chet Pressler Pressler Inc. Video Systems Specialists http://www.pressler.com/ 8170 S. Eastern Avenue, Suite 196, Las Vegas, NV 89123 702-616-3760 Voice 801-383-3908 FAX 702-493-6098 Cell (pager e-mail 7024936098 at mobile.att.net) email - chet at pressler.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Sat Feb 22 22:08:32 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Sat, 22 Feb 2003 22:08:32 +0100 Subject: [vlc] Re: Dvd playing over a network In-Reply-To: <002101c2da20$f6a78ea0$ca01a8c0@compaq> References: <002101c2da20$f6a78ea0$ca01a8c0@compaq> Message-ID: <200302222208.33452.gbazin@netcourrier.com> On Saturday 22 February 2003 04:17, Francisco J. Le?n wrote: > Is it possible to play a dvd over a network? Yes, you can use vlc to stream a dvd over the network and you can also use vlc as a client to view the stream. > Even more restrictive, can > the machine hosting the dvd drive use Windows, and let linux use it? > Well not exactly. You can stream the dvd with vlc from the Windows machine, but streaming is a one-way operation. The client doesn't have any control over what's streamed, it just receives the data. That means for instance that you can't stream the menus included on dvds (well you can stream them but the client won't be able to interfact with them). > The most i have been able to do, is share the dvd drive over samba and > play yhe .vob files. > That will only work if the dvd is not encrypted. But streaming with vlc might be a better solution because it will also stream encrypted dvds. If the dvd is not encrypted and you share it via samba, you should also be able to use vlc on the client machine to play the whole dvd as if it was locally available (select the dvd menu feature in vlc and give it the name of the directory where you mounted the shared dvd). > I have read some info about setting the dvd writer as a raw device, but > since the drive is not in my machine i dont know if this would work > I honestly doubt this would work (with encrypted dvds) because to decrypt a dvd the software needs to talk directly with the drive, which won't be possible over a network. Hope this helps, -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Sun Feb 23 02:15:27 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Sun, 23 Feb 2003 02:15:27 +0100 Subject: [vlc] Re: Dvd playing over a network In-Reply-To: <200302222208.33452.gbazin@netcourrier.com> References: <002101c2da20$f6a78ea0$ca01a8c0@compaq> <200302222208.33452.gbazin@netcourrier.com> Message-ID: ? (At) 22:08 +0100 22/02/03, Gildas Bazin ?crivait (wrote) : > > I have read some info about setting the dvd writer as a raw device, but >> since the drive is not in my machine i dont know if this would work >> > >I honestly doubt this would work (with encrypted dvds) because to decrypt a >dvd the software needs to talk directly with the drive, which won't be >possible over a network. Another solution would be to use libdvdread's ability to read from a VIDEO_TS folder (for instance from a samba file sharing). -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Sun Feb 23 12:15:04 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Sun, 23 Feb 2003 12:15:04 +0100 Subject: [vlc] Re: Dvd playing over a network In-Reply-To: References: <002101c2da20$f6a78ea0$ca01a8c0@compaq> <200302222208.33452.gbazin@netcourrier.com> Message-ID: <200302231215.04815.gbazin@netcourrier.com> On Sunday 23 February 2003 02:15, Christophe Massiot wrote: > ? (At) 22:08 +0100 22/02/03, Gildas Bazin ?crivait (wrote) : > > Another solution would be to use libdvdread's ability to read from a > VIDEO_TS folder (for instance from a samba file sharing). > This is exactly what I had tried to explain here: > If the dvd is not encrypted and you share it via samba, you should also be > able to use vlc on the client machine to play the whole dvd as if it was > locally available (select the dvd menu feature in vlc and give it the name > of the directory where you mounted the shared dvd). And now that I think of it, it should even be possible to do the same with an encrypted dvd disc, as long as you authenticated the disc before sharing it. To authenticate a dvd, you just need to start a dvd player and play a few second of this specific disc (using vlc or whatever other dvd player). The disc should stay authenticated as long as you don't reboot your pc or replace the dvd with another one. Hope this helps, -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Sun Feb 23 12:45:14 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Sun, 23 Feb 2003 12:45:14 +0100 Subject: [vlc] Re: Sound is choppy using ver 0.5.1 under Win98 In-Reply-To: <5bc101c2d971$3dd29d20$748017ac@blueyonder.net> References: <5bc101c2d971$3dd29d20$748017ac@blueyonder.net> Message-ID: <200302231245.14307.gbazin@netcourrier.com> On Friday 21 February 2003 07:19, pleung at blueyonder.co.uk wrote: > Hi, > > First of all, I like to thank you for an excellant player. It's the only player I can play movies with AC3 codec. > > I have been using the ver 0.4.6 with Win98, but sometimes the picture and audio is out of sync. After reading the FAQ I realise this is a known problem. I also noticed there is a later version, namely, ver 0.5.1. I have 2 queries about this. > > 1. There isn't an .exe version like 0.4.6 for Win OS? > There isn't yet, but will surely be in the future. > 2. I downloaded the zip version, unzipped the files to a folder, as instructed, and ran the vlc.exe. I noticed the sound is very choppy. > > Do I need to change any settings. It's happening to all movies. > Could you do a few tests for me please ? 1 - run vlc, go into the preferences menu, in the audio section select the "aout_directx" audio output module. Then try to play a movie. 2 - run vlc, go into the preferences menu, in the audio section select the "waveout" audio output module. Then try to play a movie. 3 - download the test version here: http://www.videolan.org/pub/testing/vlc-0.5.2-pre1-win32.zip, install it and re-run the first 2 tests. Does any of these tests improve the sound quality at all ? Regards, -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From khleung at engineer.com Mon Feb 24 15:29:38 2003 From: khleung at engineer.com (Andrew leung) Date: Mon, 24 Feb 2003 09:29:38 -0500 Subject: [vlc] Re: CANNOT play avi and asf with opie-vlc in iPAQ Message-ID: <20030224142938.24938.qmail@mail.com> Dear Jean - Paul Saman, Hello, I would like to update my status of playing vlc over BT on my iPAQ. I have used relatively larger files test my BT's substainable BW, the test result is: for transmission of files around 1-1.5 Mb, (using scp for file transmission), the speed is around 130 kbps ONLY!!! not 700kbps that BT should do! if my boss give me $ to buy Anycom BT card :), I will test for Anycom BT t osee if is PCMCIA card 's problem so make it slow. Thanks, Andrew -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From chet at pressler.com Tue Feb 25 05:24:48 2003 From: chet at pressler.com (Chet Pressler) Date: Mon, 24 Feb 2003 20:24:48 -0800 Subject: [vlc] Re: VLC on Redhat 7.2 In-Reply-To: <5.1.0.14.0.20030222073522.013fc180@pop.pressler.com> References: <03022115351100.01021@localhost.localdomain> <3E569C85.7050503@wxs.nl> <5.1.0.14.0.20030221102908.01f93738@pop.pressler.com> <3E569C85.7050503@wxs.nl> Message-ID: <5.1.0.14.0.20030224202048.020c1500@pop.pressler.com> I was able to get the VLC 0.5.1 version to run under a Redhat 7.2 by compiling from sources. However the libdv(0.98 , 0.95 0.9 etc) source's ./configure could not complete since it was looking for more recent gcc files. Since I am not interested in DV files, I skipped this build and did a make ( and make install) in all of the other libs and I was able to use the VLC under this configuration. Maybe this will help someone else out. At 07:35 AM 2/22/2003 -0800, you wrote: >I will give that a try and post the results > > >At 03:35 PM 2/21/2003 -0600, you wrote: >>On Friday 21 February 2003 03:39 pm, Jean-Paul Saman wrote: >> > Chet Pressler wrote: >> > > Is there someone who can recommend the version I should try to use with >> > > Redhat 7.2 I have been having problems (mostly lib dependencies such as >> > > libc.so.6 GLIBC2.3) with the 8.0 version trying to install under 7.2 I >> > > will be more than happy to document this process if I can get a little >> > > help from folks out there. I think 7.2(x) Redhat is fairly widely >> > > installed right now. Not a lot of folks have upgraded to 8.0 yet. >> > > >> > > >> > > Chet Pressler >> > >> > Just install all gcc3 packages from RH8.0 ;-) and it will work. >> >>Not a good idea. There was an ABI change. >> > ... or >> > compile vlc from source ;-) >> >>Do it that way. >> > >> > Greetings, >> > Jean-Paul Saman. >>-- >>This is the vlc mailing-list, see http://www.videolan.org/vlc/ >>To unsubscribe, please read http://www.videolan.org/support/lists.html >>If you are in trouble, please contact > > >Chet Pressler >Pressler Inc. Video Systems Specialists http://www.pressler.com/ >8170 S. Eastern Avenue, Suite 196, Las Vegas, NV 89123 >702-616-3760 Voice >801-383-3908 FAX >702-493-6098 Cell (pager e-mail 7024936098 at mobile.att.net) > >email - chet at pressler.com > >-- >This is the vlc mailing-list, see http://www.videolan.org/vlc/ >To unsubscribe, please read http://www.videolan.org/support/lists.html >If you are in trouble, please contact Chet Pressler Pressler Inc. Video Systems Specialists http://www.pressler.com/ 8170 S. Eastern Avenue, Suite 196, Las Vegas, NV 89123 702-616-3760 Voice 801-383-3908 FAX 702-493-6098 Cell (pager e-mail 7024936098 at mobile.att.net) email - chet at pressler.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From roland.staring at surfnet.nl Tue Feb 25 09:31:52 2003 From: roland.staring at surfnet.nl (Roland Staring) Date: Tue, 25 Feb 2003 09:31:52 +0100 Subject: [vlc] Re: Streaming out a live camera stream with VLC References: Message-ID: <3E5B29F8.2080801@surfnet.nl> Thomas, > Can we stream out a live camera stream (say mpeg-2) with VLC? If yes, how > to do that? I have a camera and MPEG-2 encoder card already; If no, any > plan on that? Thanks a lot. We do it with the kfir card and vls (running linux) http://www.linuxtv.org/mpeg2/kfir.xml Works fine. The kfir code is a bit tricky to get compiled. Roland -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jredman at ergotech.com Tue Feb 25 14:25:40 2003 From: jredman at ergotech.com (Jim Redman) Date: Tue, 25 Feb 2003 06:25:40 -0700 (MST) Subject: [vlc] Re: Streaming out a live camera stream with VLC In-Reply-To: <3E5B29F8.2080801@surfnet.nl> References: <3E5B29F8.2080801@surfnet.nl> Message-ID: <42584.66.93.220.104.1046179540.squirrel@mail.ergotech-usa.com> The V4L code in the CVS archive also worked well for me. Jim > Thomas, > >> Can we stream out a live camera stream (say mpeg-2) with VLC? If yes, >> how to do that? I have a camera and MPEG-2 encoder card already; If >> no, any plan on that? Thanks a lot. > > We do it with the kfir card and vls (running linux) > http://www.linuxtv.org/mpeg2/kfir.xml > > Works fine. The kfir code is a bit tricky to get compiled. > > Roland > > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- Jim Redman ErgoTech Systems, Inc. +1 505 662 5156 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From muh74_2000 at yahoo.com Tue Feb 25 16:23:09 2003 From: muh74_2000 at yahoo.com (Muhammad Ali) Date: Tue, 25 Feb 2003 07:23:09 -0800 (PST) Subject: [vlc] how to start vls In-Reply-To: <3E5B29F8.2080801@surfnet.nl> Message-ID: <20030225152309.17984.qmail@web40107.mail.yahoo.com> Please anyone help me how to start vls in Redhat Linux 8. What to give at the program options in the following command to start vls > start program .............. --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more -------------- next part -------------- An HTML attachment was scrubbed... URL: From dimitr at SOFTEN.KTU.LT Tue Feb 25 16:30:58 2003 From: dimitr at SOFTEN.KTU.LT (Kvark) Date: Tue, 25 Feb 2003 17:30:58 +0200 Subject: [vlc] [vls] how to start vls References: <20030225152309.17984.qmail@web40107.mail.yahoo.com> Message-ID: <007501c2dce2$e5214e40$2366a8c0@djesika> Hi, I download win version of vls but I can't used it :( I don't undestend how to run it and start sending stream... Who can explain to me how to start? I use XP Pro Corporate, try and win98 but it' not work... :( I think that I doing sometging wrong... can you help me how I can run server and play files via net? (in ethernet) Kvark -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpsaman at wxs.nl Tue Feb 25 20:02:44 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Tue, 25 Feb 2003 20:02:44 +0100 Subject: [vlc] Re: satellite-card streaming References: <3E5A48CA.5070802@web.de> Message-ID: <3E5BBDD4.6060302@wxs.nl> seanconnery wrote: > Hi there, > > How do I implement the DVB-support for streaming? In the actual > VLC-guide you tell that you have to click on the "satellite"-button in > the GUI, but there is no such button... I also have the dvbpsi-files > (but it seems that I have to compile these first, right?) which vlc version on which platform are you using? Greetings, Jean-Paul Saman. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From jpsaman at wxs.nl Tue Feb 25 20:05:39 2003 From: jpsaman at wxs.nl (Jean-Paul Saman) Date: Tue, 25 Feb 2003 20:05:39 +0100 Subject: [vlc] Re: VLC problems finding shared libs References: <20030224202224.55102.qmail@web13802.mail.yahoo.com> Message-ID: <3E5BBE83.7010703@wxs.nl> John Ketchum wrote: > I have installed VLC on a RH7.3 machine with a custom > compiled kernel (2.4.19 w/low latency patches). > Installation is compiled from sources. VLC runs,but > it can't find the DVD player. When I start it in > -vvvv mode, I get these warnings: > > [00000000] main root warning: cannot open > `/usr/local/lib/vlc/access/libdvd_plugin.so' > (libdvdcss.so.2: cannot open shared object file: No > such file or directory) Where did you install vlc in /usr/local? Did you add /usr/local/lib to /etc/ld.so.conf? And did you ran ldconfig afterwards? Which versio of vlc are you using? > > However, the files that it complains about not finding > do in fact exist in the directory where it is looking. > > Also, when I try to set Open a disk, I get the > following errors to the console: > > [00000124] main interface error: option frequency does > not exist > [00000124] main interface error: option symbol-rate > does not exist > > and > [00000126] main input error: no access module matched > "dvd" > [00000126] main input error: no suitable access module > for `dvd/:///dev/dvd' > [00000126] main input debug: thread 4101 joined > (src/input/input.c:191) > > > any help much appreciated > Thank you > > > John k > Greetings, Jean-Paul Saman -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From babal at via.ecp.fr Wed Feb 26 05:30:48 2003 From: babal at via.ecp.fr (Boris =?iso-8859-15?Q?Dor=E8s?=) Date: Wed, 26 Feb 2003 05:30:48 +0100 Subject: [vlc] Re: sqrt undefined in headphone_channel_mixer In-Reply-To: <200302260130.h1Q1UPx04267@moe.2bsd.com> References: <200302260130.h1Q1UPx04267@moe.2bsd.com> Message-ID: <20030226043048.GA3954@via.ecp.fr> On Tue, Feb 25, 2003 at 05:30:25PM (GMT-0800), Steven M. Schultz wrote: > vlc: can't resolve symbol 'sqrt' > Looking into the plugins I see that sqrt is undefined in > /audio_filter/libheadphone_channel_mixer_plugin.so: U sqrt > It feels like a missing "-lm" but I have not found where the best > place to add "-lm" would be (yet). Thanks for reporting. Should be fixed now. -- babal -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From saman at natlab.research.philips.com Wed Feb 26 08:07:38 2003 From: saman at natlab.research.philips.com (Jean-Paul Saman) Date: Wed, 26 Feb 2003 08:07:38 +0100 Subject: [vlc] Re: vlc] Re: VLC problems finding shared libs References: <20030225200045.91057.qmail@web13806.mail.yahoo.com> Message-ID: <3E5C67BA.7010700@natlab.research.philips.com> Could you send the complete log? -- Kind greetings, Jean-Paul Saman Software Architect e-mail (work): saman at natlab.research.philips.com phone (work): 040 27 42909 ------------------------------------------------------------ Ordina TA, Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven e-mail : jean-paul.saman at ordina.nl phone : 040 2601200 fax : 040 2601199 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From alexis.guerin at isep.fr Wed Feb 26 17:14:36 2003 From: alexis.guerin at isep.fr (Alexis Guerin) Date: Wed, 26 Feb 2003 16:14:36 +0000 Subject: [vlc] streaming output question(s) Message-ID: <200302261614.36187.alexis.guerin@isep.fr> Hello, I am giving a try to the streaming feature of VLC 0.5.1 and i have a few question about it. - It doesn't seem to be possible to send the video output both to the network (or file) and to screen display, or better, to the network, to screen display AND to a file. Is there any plan to implement that? That would be a great feature. - What are exactly the MPEG-4 streaming features of vlc? On the streaming feature page of your web site, it is written MPEG PS/TS muxer and AVI muxer. These 3 format are available via in the interface for output to a file, but only the TS muxer is available for output to the network. So my question is : how is the MPEG-4 compressed stream muxed in a TS stream? Is it the same as for an MPEG-2 streams? Is it a "standard" (common) way to stream MPEG-4, and is VLC the only client able to read such a stream? - I tried to stream a file containing MPEG-4 video (DIVX) and MP3 audio (I also tried the same file with AC3 audio instead of MP3 --> same result), and it is worked, but the video is bad during a few seconds (during 5-10s I can mostly see gray blocks on the screen) and it then come back to the normal quality. Have someone else seen this problem or i am doing something wrong? The MPEG-4 file plays fine on VLC without streaming so it is not a corrupted file , and it's not a bandwidth pb either since I can stream MPEG-2 file without any pb. - A last question is about transcoding. Does anyone know if it is possible to make VLC use stdin as an input? What I want want to do is to send the output of transcode or mencoder to vlc. but it might actually not even be possible to send the output of mencoder on stdin... any comments? Thanks for your comments, And thanks for this great software!! These new streaming output capabilities are very interesting, especially the divx streaming one. Alexis -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From ZAVALA_JUAN_NONLILLY at LILLY.COM Wed Feb 26 17:40:36 2003 From: ZAVALA_JUAN_NONLILLY at LILLY.COM (ZAVALA_JUAN_NONLILLY at LILLY.COM) Date: Wed, 26 Feb 2003 12:40:36 -0400 Subject: [vlc] Re: VLC media player Message-ID: To download vlc go to: http://www.videolan.org/vlc/download-macosx.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From zorglub at via.ecp.fr Wed Feb 26 17:46:50 2003 From: zorglub at via.ecp.fr (=?iso-8859-1?Q?Cl=E9ment?= Stenac) Date: Wed, 26 Feb 2003 17:46:50 +0100 Subject: [vlc] Re: VLC media player In-Reply-To: References: Message-ID: <20030226164650.GA23846@via.ecp.fr> Hello > i would need to get the "VLC media player" for Mac OS 9.2 to run my DVD The VLC is not available for the MacOS 9 and previous OS. The problem is that it would need a huge amount of work to achieve the OS 9 port, as it is very different from macosX. That's why the developers prefer to concentrate on adding new features and improving the ones that exist, rather than on porting the VLC on a old and not supported anymore OS. -- Cl?ment Stenac -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From emulynx at delfi.lv Wed Feb 26 18:28:38 2003 From: emulynx at delfi.lv (Anatoly R.) Date: Wed, 26 Feb 2003 19:28:38 +0200 Subject: [vlc] Re: VLC media player In-Reply-To: <20030226164650.GA23846@via.ecp.fr> References: <20030226164650.GA23846@via.ecp.fr> Message-ID: <267759928.20030226192838@delfi.lv> Hello Cl?ment, Wednesday, February 26, 2003, 6:46:50 PM, you wrote: >> i would need to get the "VLC media player" for Mac OS 9.2 to run my DVD CS> The VLC is not available for the MacOS 9 and previous OS. CS> The problem is that it would need a huge amount of work to achieve the CS> OS 9 port, as it is very different from macosX. CS> That's why the developers prefer to concentrate on adding new features CS> and improving the ones that exist, rather than on porting the VLC on a CS> old and not supported anymore OS. That's why he should switch to Intel and Windows, where everything from Win9x is compatible ;) -- Lynx, http://dotNet.lv mailto:emulynx at delfi.lv -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Wed Feb 26 18:32:51 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Wed, 26 Feb 2003 18:32:51 +0100 Subject: [vlc] Re: vlc] Re: VLC problems finding shared libs In-Reply-To: <20030225200045.91057.qmail@web13806.mail.yahoo.com> References: <20030225200045.91057.qmail@web13806.mail.yahoo.com> Message-ID: <20030226173251.GA31721@via.ecp.fr> On Tue, Feb 25, 2003, John Ketchum wrote: > I ran ldconfig just in case, but it didn't do any > good. > > It is finding libdvdcss.so.2 in /usr/local/lib... it Probably your libdvdcss installation is corrupt. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From eaglebtc at runbox.com Wed Feb 26 18:35:39 2003 From: eaglebtc at runbox.com (Bradley Chapman) Date: Wed, 26 Feb 2003 10:35:39 -0700 Subject: [vlc] [vls] Configuring VLS to play DivX on Demand Message-ID: <005f01c2ddbd$7bdbb930$81f6070a@yorbamicro> Hi everyone. I have XP with the IIS Web Server installed. How can i configure VLS to support divx on demand through http requests? We have a guy with a large movie database that is accessible to all of the on-campus dormitories, but when people download first then play the movie, it's very taxing on his system. I would like a way to setup streaming-divx-on-demand via HTTP. Is it also possible to setup a listing of movies, with clickable URLs? thanks, - brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From vincent.lonngren at telia.com Wed Feb 26 19:04:06 2003 From: vincent.lonngren at telia.com (=?ISO-8859-1?Q?Vincent_L=F6nngren?=) Date: Wed, 26 Feb 2003 19:04:06 +0100 Subject: [vlc] [Fwd: Re: configure script told me to bug report this] Message-ID: <3E5D0196.5040503@telia.com> Should I bug report this, and if so, how? -- Vincent L?nngren vincent.lonngren at telia.com -------------- next part -------------- An embedded message was scrubbed... From: unknown sender Subject: no subject Date: no date Size: 38 URL: From akim at epita.fr Wed Feb 26 11:32:15 2003 From: akim at epita.fr (Akim Demaille) Date: Wed, 26 Feb 2003 11:32:15 +0100 Subject: configure script told me to bug report this In-Reply-To: <3E490754.9020006@telia.com> (Vincent =?iso-8859-1?q?L=F6nngren's?= message of "Tue, 11 Feb 2003 15:23:16 +0100") References: <3E490754.9020006@telia.com> Message-ID: Please, report this to the package maintainers, as it's a configure.ac problem. The Autoconf 2.57 doc says: Previous versions of Autoconf merely checked whether the header was accepted by the preprocessor. This was changed because the old test was inappropriate for typical uses. Headers are typically used to compile, not merely to preprocess, and the old behavior sometimes accepted headers that clashed at compile-time. If you need to check whether a header is preprocessable, you can use `AC_PREPROC_IFELSE' (*note Running the Preprocessor::). This scheme, which improves the robustness of the test, also requires that you make sure that headers that must be included before the HEADER-FILE be part of the INCLUDES, (*note Default Includes::). If looking for `bar.h', which requires that `foo.h' be included before if it exists, we suggest the following scheme: AC_CHECK_HEADERS([foo.h]) AC_CHECK_HEADERS([bar.h], [], [], [#if HAVE_FOO_H # include # endif ]) Thanks! | Hi. | I'm not sure how to report this, so I'll just paste the text that says | I should... | | configure: WARNING: dvbpsi/dr.h: present but cannot be compiled | configure: WARNING: dvbpsi/dr.h: check for missing prerequisite | headers? configure: WARNING: dvbpsi/dr.h: proceeding with the | preprocessor's result configure: WARNING: ## | ------------------------------------ ## | configure: WARNING: ## Report this to bug-autoconf at gnu.org. ## | configure: WARNING: ## ------------------------------------ ## --------------090506000601060400090301-- -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Wed Feb 26 22:08:43 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Wed, 26 Feb 2003 22:08:43 +0100 Subject: [vlc] Re: vlc] Re: VLC problems finding shared libs In-Reply-To: <20030226185615.35469.qmail@web13803.mail.yahoo.com> References: <20030226185615.35469.qmail@web13803.mail.yahoo.com> Message-ID: ? (At) 10:56 -0800 26/02/03, John Ketchum ?crivait (wrote) : >relative to the build directory. Also, >libdvdplay.so.0 >libdvdread.so.2 >libdvbpsi.so.1 >all exist in /usr/local/lib. ls -al /usr/local/lib/libdvbpsi.so.1 ? -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Thu Feb 27 00:55:00 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Thu, 27 Feb 2003 00:55:00 +0100 Subject: [vlc] VLC 0.5.2-test2 & localization files Message-ID: Dear friends, We're preparing the 0.5.2 release for next Sunday and the strings have been frozen tonight. Localizers can start working on the 0.5.2 po files which are available here : http://www.videolan.org/pub/videolan/devtools/vlc-po-files.tar.gz People on Mac OS X can test their localizations with VLC 0.5.2-test2, which is available here : http://www.videolan.org/pub/videolan/testing/vlc-0.5.2-test2/macosx/vlc-0.5.2-test2.dmg This version fixes numerous bugs reported in the 0.5.x series. It would also be a good idea to report regressions from 0.5.1 ASAP. We'd like to avoid releasing a 0.5.2a this time :-p. For the VLC team, -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From cxd204 at yahoo.com Thu Feb 27 08:30:50 2003 From: cxd204 at yahoo.com (Christopher DeMarco) Date: Wed, 26 Feb 2003 23:30:50 -0800 (PST) Subject: [vlc] Missing something with audio... Message-ID: <20030227073050.97638.qmail@web40808.mail.yahoo.com> I've built/installed a working vlc before on a minimal RH8. But now, trying again on a bloated kitchen-sink RH8 install I can't seem to get audio working - I keep getting this: [00000140] main audio output error: couldn't find a filter for the first part of the conversion [00000140] main audio output error: couldn't set an input pipeline at the top of my logs right after all the plugins are tested. The video plays fine, but no audio. I've not yet grokked the OSS/ALSA/ESD situation so I can't speak to what drivers my system is using, but if anybody could either point me in the right direction or elucidate what vlc is talking about above, I'd be very grateful... ===== ~ You are in a maze of twisty passages, all alike. Christopher DeMarco +6013 389 5658 __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From Dave at 0Bits.COM Thu Feb 27 10:19:25 2003 From: Dave at 0Bits.COM (Dave at 0Bits.COM) Date: Thu, 27 Feb 2003 09:19:25 +0000 (GMT) Subject: [vlc] Re: Missing something with audio... Message-ID: As per my previous post, ensure you have configured/compiled with a52dec library (liba52) or else you wont get any sound even though ffmpeg has all the necessary code to do the decoding (since it includes a52dec in its sources), or use my posted fix for the developers that takes out the a52dec dependency and links with libavcodec from ffmpeg. Cheers Dave -------- Original Message -------- Subject: [vlc] Missing something with audio... Date: Wed, 26 Feb 2003 23:30:50 -0800 (PST) From: Christopher DeMarco Reply-To: vlc at videolan.org To: vlc at videolan.org I've built/installed a working vlc before on a minimal RH8. But now, trying again on a bloated kitchen-sink RH8 install I can't seem to get audio working - I keep getting this: [00000140] main audio output error: couldn't find a filter for the first part of the conversion [00000140] main audio output error: couldn't set an input pipeline at the top of my logs right after all the plugins are tested. The video plays fine, but no audio. I've not yet grokked the OSS/ALSA/ESD situation so I can't speak to what drivers my system is using, but if anybody could either point me in the right direction or elucidate what vlc is talking about above, I'd be very grateful... ===== ~ You are in a maze of twisty passages, all alike. Christopher DeMarco +6013 389 5658 __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From fabrice.morel9 at free.fr Thu Feb 27 11:58:03 2003 From: fabrice.morel9 at free.fr (Morel Fabrice) Date: Thu, 27 Feb 2003 11:58:03 +0100 Subject: [vlc] where is the glibc-2.3.2 for VLC-0.5.0 linux mandrake? Message-ID: <200302271158.03839.fabrice.morel9@free.fr> Hello, I try to use rpm packages to install VLC-0.5.0 linux mandrake but the dependancies necessary are glibc-2.3.2 for libxosd.so.2 file: "[00000000] main root warning: cannot open `/usr/lib/vlc/visualization/libxosd_pl ugin.so' (/lib/i686/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/lib/libxosd.so.2))" I try to find glibc with google but i only found somes words about it but no packages, nor sources files. Where i can find it??? -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From boxmanichou at free.fr Thu Feb 27 14:59:01 2003 From: boxmanichou at free.fr (Yann Broly) Date: Thu, 27 Feb 2003 14:59:01 +0100 Subject: [vlc] Re: VLC 0.5.2-test2 & localization files In-Reply-To: Message-ID: <9FF5FA92-4A5B-11D7-BE6C-003065F5659E@free.fr> Hi, I am on Mac OSX and i have problems with the 0.5.2 test version : Regression from 0.5.1 : - VLC freezes after 5 seconds when it reads a DivX / MP3. During these 5 seconds, there is no sound. The other formats i tried seems to work as usual. - In fact there is no sound from any video i tried so far :-(. Audio settings seems right though (worked on 051 anyway). - When i try to change volume or switch from USB speaker system to internal audio, video continues to run but VLC doesn't respond anymore (doesn't depend on the video or audio format of the movie). Problem i had with 0.5.1 : - There is a LOT of cracks in the sound when i try to read a video incoded in MP3. I can still ear the right sound in the background but boy, this is terrible ! The videos work ok on a PC (VLC is not installed on it). i heard it is an OSX problem but can't we do anything ? Quicktime doesn't read audio at all, i have to convert DIvX/MP3 with DivX Doctor to be able to read it in Quicktime (doesn't work on VLC then, it is converted in .mov). Hope it helps you somehow. If you can help with the MP3 stuff that would be great :) Keep up the great work. Le jeudi, 27 f?v 2003, ? 00:55 Europe/Paris, Christophe Massiot a ?crit : > Dear friends, > > We're preparing the 0.5.2 release for next Sunday and the strings have > been frozen tonight. Localizers can start working on the 0.5.2 po > files which are available here : > http://www.videolan.org/pub/videolan/devtools/vlc-po-files.tar.gz > > People on Mac OS X can test their localizations with VLC 0.5.2-test2, > which is available here : > http://www.videolan.org/pub/videolan/testing/vlc-0.5.2-test2/macosx/ > vlc-0.5.2-test2.dmg > > This version fixes numerous bugs reported in the 0.5.x series. It > would also be a good idea to report regressions from 0.5.1 ASAP. We'd > like to avoid releasing a 0.5.2a this time :-p. > > For the VLC team, > > -- > Christophe Massiot. > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From boxmanichou at free.fr Thu Feb 27 16:22:56 2003 From: boxmanichou at free.fr (Yann Broly) Date: Thu, 27 Feb 2003 16:22:56 +0100 Subject: [vlc] Re: VLC 0.5.2-test2 & localization files In-Reply-To: <9FF5FA92-4A5B-11D7-BE6C-003065F5659E@free.fr> Message-ID: <58F744C3-4A67-11D7-9FF8-003065F5659E@free.fr> > - There is a LOT of cracks in the sound when i try to read a video > incoded in MP3. I can still ear the right sound in the background but > boy, this is terrible ! The videos work ok on a PC (VLC is not > installed on it). i heard it is an OSX problem but can't we do > anything ? Quicktime doesn't read audio at all, i have to convert > DIvX/MP3 with DivX Doctor to be able to read it in Quicktime (doesn't > work on VLC then, it is converted in .mov). > Silly me ! I only had to set the audio preference output at less than 128, and the cracks are gone ... Sometimes my brain stops, sorry ;-) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From qphan at xiran.com Thu Feb 27 19:11:21 2003 From: qphan at xiran.com (Quang Phan) Date: Thu, 27 Feb 2003 10:11:21 -0800 Subject: [vlc] Question of running vlc (Win32 ver) on system with multiple NIC Message-ID: I am running vlc (WIn32 version) on a system with 2 NIC's. How do I tell vlc which NIC card to use? Does something like this would work? 1) To let vlc plays video streaming on NIC#1 (ip = 192.168.192.2) from command line type: vlc udp:@192.168.192.2:1234 1) To let vlc plays video streaming on NIC#2 (ip = 192.168.195.110) from command line type: vlc udp:@192.168.195.110:1234 Note that the vls server unicast video on UPD port 1234. Any help would be very appreciated. -qp- -------------- next part -------------- An HTML attachment was scrubbed... URL: From gbazin at netcourrier.com Thu Feb 27 21:33:38 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Thu, 27 Feb 2003 21:33:38 +0100 Subject: [vlc] Re: Question of running vlc (Win32 ver) on system with multiple NIC In-Reply-To: References: Message-ID: <200302272133.38612.gbazin@netcourrier.com> On Thursday 27 February 2003 19:11, Quang Phan wrote: > I am running vlc (WIn32 version) on a system with 2 NIC's. How do I tell vlc which NIC card to use? Does something like this would work? > > 1) To let vlc plays video streaming on NIC#1 (ip = 192.168.192.2) > from command line type: > vlc udp:@192.168.192.2:1234 > > 1) To let vlc plays video streaming on NIC#2 (ip = 192.168.195.110) > from command line type: > vlc udp:@192.168.195.110:1234 > > Note that the vls server unicast video on UPD port 1234. > If you are trying to play a unicast stream, then you don't need to indicate vlc which card to use. VLC will just listen on both cards, so should work perfectly well just by typing "vlc udp:" The syntax you are using above tells vlc to connect to the multicast stream at address 192.168.192.x. This address isn't a multicast address so vlc will give an error. Now if you want to play a multicast stream, on windows you need to tell vlc which card to use (when you have several). You can do so by using the option "--iface-address ip_address_nic" Hope this helps, -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Fri Feb 28 01:00:48 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Fri, 28 Feb 2003 01:00:48 +0100 Subject: [vlc] Re: VLC pour PocketPC In-Reply-To: <3E5B8C72.8060209@crc.ca> References: <3E5B8C72.8060209@crc.ca> Message-ID: <200302280100.49026.gbazin@netcourrier.com> On Tuesday 25 February 2003 16:32, David Bernard wrote: > Bonjour! > > Premi?rement j'aimerais vous f?licitez, vous faites vraiment un > l'excellent travail! Je me demandais si vous pr?voyiez faire une version > Windows pour PocketPC (ou Ipaq) de votre logiciel VLC? Car ?a serait > vraiment pratique de pouvoir faire de la lecture de vid?o MPEG sur un > PocketPC, parce que pr?sentement, il n'y pas grand chose pour lire des > vid?o en streaming sur PocketPC. Enfin, j'imagine que ?a doit pas ?tre > ?vident de faire une version pour ce genre d'appareil, mais si c'est > dans vos plans, ?a serait bien. :) > VLC has actually already been ported to Windows CE. This port is still experimental though. Another problem I am aware of is that WinCE doesn't support DirectX which means you can't really expect high performance video playback on one of these devices. VLC for WinCE is supposed to be compilable with embedded VC++, but I don't know if the evc project files have been tried recently. Hope this helps, -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From gbazin at netcourrier.com Fri Feb 28 01:10:38 2003 From: gbazin at netcourrier.com (Gildas Bazin) Date: Fri, 28 Feb 2003 01:10:38 +0100 Subject: [vlc] Re: Program flow In-Reply-To: <42636D1419D8924DBC53248D7984CD9608DD2A@yoko-server.yoko-tech.com> References: <42636D1419D8924DBC53248D7984CD9608DD2A@yoko-server.yoko-tech.com> Message-ID: <200302280110.38318.gbazin@netcourrier.com> On Wednesday 26 February 2003 11:06, simonlu wrote: > Dear VLC , > > We want to modify some programs of vlc . > But we don't know the execution flow . > Is there any document that describes the program flow from read file to stream it out ? > A good start would be to read the documents available at http://developers.videolan.org/vlc/ Regards, -- Gildas -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From fenrir at via.ecp.fr Fri Feb 28 01:41:48 2003 From: fenrir at via.ecp.fr (Laurent Aimar) Date: Fri, 28 Feb 2003 01:41:48 +0100 Subject: [vlc] Re: streaming output question(s) In-Reply-To: <200302261614.36187.alexis.guerin@isep.fr> References: <200302261614.36187.alexis.guerin@isep.fr> Message-ID: <20030228004148.GA26250@via.ecp.fr> On Wed, Feb 26, 2003, Alexis Guerin wrote: > Hello, Hi, > - It doesn't seem to be possible to send the video output both to the > network (or file) and to screen display, or better, to the network, to > screen display AND to a file. Is there any plan to implement that? That > would be a great feature. It won't be done in the near future, but I'm think about it. For a workaround, just start another vlc. (You could dump raw file with this vlc, for example to dump a network stream: vlc udp/dump://@address --demuxdump-file or use stream output capabilities. ) > - What are exactly the MPEG-4 streaming features of vlc? > On the streaming feature page of your web site, it is written MPEG PS/TS > muxer and AVI muxer. These 3 format are available via in the interface > for output to a file, but only the TS muxer is available for output to the > network. So my question is : how is the MPEG-4 compressed stream muxed in > a TS stream? > Is it the same as for an MPEG-2 streams? Is it a "standard" (common) way to > stream MPEG-4, and is VLC the only client able to read such a stream? MPEG-4 is muxed in TS by the same way that mpeg2, there is just some new descriptors(mandatory) in PMT to help the demuxer. This way is standardisated by the amendment 7 of the ISO/IEC 13818-1 (mpeg 2 system). But I don't know another player that will accecpt such stream. (If you find one I will be interested to test interoperability.) > - I tried to stream a file containing MPEG-4 video (DIVX) and MP3 audio (I > also tried the same file with AC3 audio instead of MP3 --> same result), and > it is worked, but the video is bad during a few seconds (during 5-10s I can > mostly see gray blocks on the screen) and it then come back to the normal > quality. > Have someone else seen this problem or i am doing something wrong? No,it's all right, the decoder need a I-frame to produce correct video. But MPEG4 I-frame is emited rarely compared to mpeg2 (as I-frame needs a lot of bits to be encoded compared with P-frame), thus producing bad video for a few seconds. The only way to avoid that, is to encode your video with more I-frames, (but required a higher bitrate). > - A last question is about transcoding. Does anyone know if it is possible to > make VLC use stdin as an input? Yes, use "-" as input file name. cat file.mpg | vlc - will play file.mpg. Works well with mpeg/ogg/asf file, will work only with a few avi. > What I want want to do is to send the output > of transcode or mencoder to vlc. but it might actually not even be possible > to send the output of mencoder on stdin... any comments? See their documentation, or you could use name fifo (man mkfifo ;). > Thanks for your comments, > And thanks for this great software!! These new streaming output capabilities > are very interesting, especially the divx streaming one. Thanks :) -- fenrir -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From fillide.cambrai at nordnet.fr Fri Feb 28 10:03:16 2003 From: fillide.cambrai at nordnet.fr (Fabien ILLIDE) Date: Fri, 28 Feb 2003 10:03:16 +0100 Subject: [vlc] Re: [ANN] VLC for YOPY/Linupy In-Reply-To: <20030226232202.GO25210@via.ecp.fr> References: <20030226232202.GO25210@via.ecp.fr> Message-ID: <3E5F25D4.2030106@nordnet.fr> Hi to all Marc ARIBERTI wrote: > The VideoLAN team is very happy to announce that vlc now works on a > new architecture. The port of vlc to YOPY/linupy is still in an > experimental state, but has been reported to work well with linupy > 1.4.1. > > > YOPY is a PDA based on a linux distribution called linupy. If you > have such a PDA, go to the download page and test vlc : > > http://www.videolan.org/vlc/download-linupy.html ... > Enjoy ! I only want to say you Thanks !!! A movie Player was the lack of Yopy, now it has the best ! Bye, Fabien :) -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From xuemei09 at yahoo.co.uk Fri Feb 28 10:19:06 2003 From: xuemei09 at yahoo.co.uk (=?iso-8859-1?q?xuemei=20bp?=) Date: Fri, 28 Feb 2003 09:19:06 +0000 (GMT) Subject: [vlc] video streaming problems Message-ID: <20030228091906.92665.qmail@web14806.mail.yahoo.com> Hi all, Could anybody give me any hints for my problems on video streaming via an intranet? I installed the vls in one of the network PCs. I run the vls on this PC and tried to send video stream to another PC (client) in the network. The connection speed of the intranet is 10Mbps. however the video stream that was received by the client PC via "vlc" was not smooth. The quality of the video is not very good. How could I solve this problem? Thanks. Xuemei --------------------------------- With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs -------------- next part -------------- An HTML attachment was scrubbed... URL: From hawknet3d at hotmail.com Fri Feb 28 10:46:51 2003 From: hawknet3d at hotmail.com (Hawkmoon Hawkmoon) Date: Fri, 28 Feb 2003 09:46:51 +0000 Subject: [vlc] How to compile VLC from the last CVS Sources ? Message-ID: Hi all, Sorry for that stupid question... :) I have downloaded all the sources from the CVS and all the needed library. according to the documentation i compiled all the library using the $ ./configure --enable-shared and everything works ok but when i attempt to compile VLC i cannot find the ./configure and the $ autoconf returns an error. Can someone tell me what's the procedure is to compile vlc from the CVS ? Thanks in advance . Hawkmoon _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From sigmunau at stud.ntnu.no Fri Feb 28 11:02:29 2003 From: sigmunau at stud.ntnu.no (Sigmund Augdal) Date: Fri, 28 Feb 2003 11:02:29 +0100 Subject: [vlc] Re: How to compile VLC from the last CVS Sources ? In-Reply-To: References: Message-ID: <20030228100228.GA8993@hobbes> Run the bootstrap script, as described in the HACKING file. Sigmund On Fri, Feb 28, 2003 at 09:46:51AM +0000, Hawkmoon Hawkmoon wrote: > Hi all, > > Sorry for that stupid question... :) > I have downloaded all the sources from the CVS and all the needed library. > > according to the documentation i compiled all the library using the $ > ./configure --enable-shared > and everything works ok but when i attempt to compile VLC i cannot find the > ./configure and the $ autoconf returns an error. > > Can someone tell me what's the procedure is to compile vlc from the CVS ? > > Thanks in advance . > Hawkmoon > > _________________________________________________________________ > MSN Messenger : discutez en direct avec vos amis ! > http://www.msn.fr/msger/default.asp > > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Fri Feb 28 11:02:45 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Fri, 28 Feb 2003 11:02:45 +0100 Subject: [vlc] Re: How to compile VLC from the last CVS Sources ? In-Reply-To: References: Message-ID: <20030228100245.GA19143@via.ecp.fr> On Fri, Feb 28, 2003, Hawkmoon Hawkmoon wrote: > Can someone tell me what's the procedure is to compile vlc from the CVS ? The procedure is detailed in the HACKING file. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From massiot at via.ecp.fr Fri Feb 28 11:22:03 2003 From: massiot at via.ecp.fr (Christophe Massiot) Date: Fri, 28 Feb 2003 11:22:03 +0100 Subject: [vlc] Re: Question of running vlc (Win32 ver) on system with multiple NIC In-Reply-To: <200302272133.38612.gbazin@netcourrier.com> References: <200302272133.38612.gbazin@netcourrier.com> Message-ID: <20030228102203.GC19143@via.ecp.fr> On Thu, Feb 27, 2003, Gildas Bazin wrote: > > I am running vlc (WIn32 version) on a system with 2 NIC's. How do I tell > vlc which NIC card to use? Does something like this would work? > > > > 1) To let vlc plays video streaming on NIC#1 (ip = 192.168.192.2) > > from command line type: > > vlc udp:@192.168.192.2:1234 > > > > 1) To let vlc plays video streaming on NIC#2 (ip = 192.168.195.110) > > from command line type: > > vlc udp:@192.168.195.110:1234 > > > > Note that the vls server unicast video on UPD port 1234. > > > > If you are trying to play a unicast stream, then you don't need to indicate > vlc which card to use. VLC will just listen on both cards, so should work > perfectly well just by typing "vlc udp:" The problem is that you will get both streams mixed up. > The syntax you are using above tells vlc to connect to the multicast stream > at address 192.168.192.x. This address isn't a multicast address so vlc > will give an error. No it tells VLC to bind to the specified address instead of binding to INADDR_ANY. If the specified address is a multicast address, it also issues the required IGMP request. But AFAIK his syntax is correct, and will allow only those packets who are sent in unicast to the specified IP to be decoded. > Now if you want to play a multicast stream, on windows you need to tell vlc > which card to use (when you have several). You can do so by using the > option "--iface-address ip_address_nic" That's true. -- Christophe Massiot. -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From yoc at macbidouille.com Fri Feb 28 15:07:48 2003 From: yoc at macbidouille.com (Yoc) Date: Fri, 28 Feb 2003 15:07:48 +0100 Subject: [vlc] Re: VLC 0.5.2-test2 & localization files In-Reply-To: Message-ID: <045E135B-4B26-11D7-BA7A-000A9566D1B6@macbidouille.com> Hi, A strange thing happens with this new test version. The sound makes some tremolo sometimes (with DVD and DivX/mp3) : the tone makes up and down.... I'm sorry perhaps I'm not clear, english is not my native language.. (I can speak french if you prefer..) Yoc Le jeudi, 27 f?v 2003, ? 00:55 Europe/Paris, Christophe Massiot a ?crit : > Dear friends, > > We're preparing the 0.5.2 release for next Sunday and the strings have > been frozen tonight. Localizers can start working on the 0.5.2 po > files which are available here : > http://www.videolan.org/pub/videolan/devtools/vlc-po-files.tar.gz > > People on Mac OS X can test their localizations with VLC 0.5.2-test2, > which is available here : > http://www.videolan.org/pub/videolan/testing/vlc-0.5.2-test2/macosx/ > vlc-0.5.2-test2.dmg > > This version fixes numerous bugs reported in the 0.5.x series. It > would also be a good idea to report regressions from 0.5.1 ASAP. We'd > like to avoid releasing a 0.5.2a this time :-p. > > For the VLC team, > > -- > Christophe Massiot. > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact > > > Yoc www.macbidouille.com -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From boban at freemail.it Fri Feb 28 16:45:37 2003 From: boban at freemail.it (boban at freemail.it) Date: 28 Feb 2003 15:45:37 -0000 Subject: [vlc] vlc stream output Message-ID: <20030228154537.29156.qmail@mail.supereva.it> Hi guys! I'm trying to saving the stream I recieve through VLC in a file on my HD under Windows 98, but I'm having some difficulties ... The output file is just an audio file, even if I checked the option "video output". In my "Encodec" tab I have no encoder: may it be the reason of this strange output? Do I need any encoder to install? Thanx in advance, Givan. ----------------------------------------------------- Invia un sms gratis! http://freesms.supereva.it/index.php messaggio inviato con Freemail by www.superEva.it ----------------------------------------------------- -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From charon0 at attbi.com Fri Feb 28 20:59:52 2003 From: charon0 at attbi.com (charon0 at attbi.com) Date: Fri, 28 Feb 2003 19:59:52 +0000 Subject: [vlc] Mozilla plugin for embedded playback in webpages Message-ID: <20030228195956.31EE73AC29@zen.via.ecp.fr> I noticed in the changes for VLC 5 that Mozilla plugin based on libvlc for embedded playback in webpages of any format that VLC can play was added. Is there any documentation on how to use this? So far, I haven't found anything but I am still searching the site. I want to make webpage with links to movies, click on link bring up vlc embeded in webpage or VOD -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From admin at lctn.org Fri Feb 28 21:51:13 2003 From: admin at lctn.org (Raymond Norton) Date: Fri, 28 Feb 2003 14:51:13 -0600 (CST) Subject: [vlc] error launching program Message-ID: <32853.204.220.62.133.1046465473.squirrel@support.lctn.k12.mn.us> I installed vlc with rmps for my redhat 8.0 server. I am getting the following error. I found a couple post on this, but not sure I am having the same problem. vlc: error while loading shared libraries: libavcodec.so: cannot open shared object file: No such file or directory -- Raymond Norton Little Crow Telemedia Network 320-234-0270 -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact From surinder.sarohia at digiglobal.com Sat Feb 15 11:55:48 2003 From: surinder.sarohia at digiglobal.com (Surinder Sarohia) Date: Sat, 15 Feb 2003 10:55:48 -0000 Subject: [vlc] Re: VLC 0.5.2-test3 In-Reply-To: <1046942419.2233.2.camel@qigon.dr.sncf.fr> Message-ID: I get the same error with Red Hat 7.3 Make: *** No rule to make target 'm4/oldgettext4.m4', needed by 'aclocal.m4'. stop Best Regards Surinder -----Original Message----- From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On Behalf Of DAVID Philippe Sent: 06 March 2003 09:20 To: vlc at videolan.org Subject: [vlc] Re: VLC 0.5.2-test3 Le mer 05/03/2003 ? 14:11, Christophe Massiot a ?crit : > We have set up a new test release for 0.5.2. It is available here : > http://www.videolan.org/pub/testing/vlc-0.5.2-test3/ > > We expect this version to become 0.5.2 quite soon. I got it and get the following error message during compilation: -- make: *** Pas de r?gle pour fabriquer la cible `m4/oldgettext.m4', n?cessaire pour `aclocal.m4'. Arr?t I use mandrake 9 on a Intel notebook > Christophe Massiot. > -- > This is the vlc mailing-list, see http://www.videolan.org/vlc/ > To unsubscribe, please read http://www.videolan.org/support/lists.html > If you are in trouble, please contact -- Philippe DAVID -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact -- This is the vlc mailing-list, see http://www.videolan.org/vlc/ To unsubscribe, please read http://www.videolan.org/support/lists.html If you are in trouble, please contact