Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-24 Thread Andrey Filippov
Eric, ETRAX is little-endian. Are you trying just to try the driver in the camera or prepare it to be included in the camera software for others? In any case, to make the software built it has either be included in http://elphel.cvs.sourceforge.net/viewvc/elphel/elphel353-8.0/subdirs.list?view=mar

Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-24 Thread Eric Boudrand
Andrey, Thanks for the explanation. I am reading AXIS SDK documentation in configure-file/source. Is there an example how to create and add a package in the image ? I could compile driver rtl8712u with cris compiler. But, is ETRAX FS processor little endian or big endian ? Thanks. Éric Le ve

[Elphel-support] Compiling bug fix for VLC streaming

2012-02-24 Thread Andrey Filippov
Eric, target.list is used only for the verification, it does not replace functionality of the of "configure" or "Makefile". When everything is "installed" (on the host computer), the build script make a list of the installed files and directories, creates target.list.new and diff-s it with the sav

Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-24 Thread Eric Boudrand
Hi, 2) target.list - if new files are installed. This file is automatically generated (under the name target.list.new) each time you re-build the software, and the script reports differences between target.list and target.list.new. I do not understand how it works. I added files into two direc

Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-17 Thread Eric Boudrand
Hello Andrey, I do not need to provide a patch because the code I made is exactly the code in CVS repository pointed out by Sebastian. I simply made an update of CVS sources and compiled them. I could reflash my camera with a 8.2.0 version and this time VLC was working as expected. Regards. Éric

Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-16 Thread Andrey Filippov
Eric, Does yoru patch add new source files or installed files? If it does, some other files need to be modified also: 1) src.list (if new files are added to the the CVS repository). You may verify the changes by running ./diff_srclist_cvs 2) target.list - if new files are installed. This file is a

Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-16 Thread Andrey Filippov
Hello Eric, Thank you for making a patch. Do you have Sourceforge account? We'll provide developer access to the CVS repository. Most difference in 8.1.x is related to IMU/GPS functionality, but we did make some minor improvements in other areas also. Andrey On Thu, Feb 16, 2012 at 2:49 AM, Eric

Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-16 Thread Eric Boudrand
Hi, That's the code I was about to compile ! I am going to do a CVS update. What's the difference between 8.1.x and 8.0.x ? I received last month a 353L with 8.1.1 software. Regards. -- Éric Boudrand Le mercredi 15 février 2012 à 19:44 +0100, Sebastian Pichelhofer a écrit : > Hi Éric > > Ca

Re: [Elphel-support] Compiling bug fix for VLC streaming

2012-02-15 Thread Sebastian Pichelhofer
Hi Éric Can you please verify that your bug is not fixed with this recent commit (5 weeks ago): http://elphel.cvs.sourceforge.net/viewvc/elphel/elphel353-8.0/apps/astreamer/rtsp.cpp?r1=1.10&r2=1.11 The above fix addresses the issue that VLC recently changed the RTSP streaming code and expected a

[Elphel-support] Compiling bug fix for VLC streaming

2012-02-15 Thread Eric Boudrand
Hello, I found a bug in astreamer code concerning VLC. Astreamer is sending a badly formatted SETUP response packet that prevents VLC from displaying 353 stream. The issue is in RTSP_Server::make_transport(). I have a problem for compiling astreamer directory content. I have to run a global "make