Wed, 25 Aug 2010
Long time no patch. Exactly 10 versions ago I released the last patch for rtsp. With 2.6.36 coming up some small build time fixes are needed again. As usual you can get it here.
I removed the POM repository since I doubt anyone used it at all.
Tue, 24 Nov 2009
Just for all the people looking for newer rtsp kernel patches. If not otherwise noted the latest patch always works with kernel versions >= its own version. Right now 2.6.26 which is the latest works with kernels all the way up to the 2.6.32-rc series.
Quick update on the RTSP front. I put the source online on github in the hope that more people will work on it. There are one or two bugs open I cannot fix myself so help is appreciated. So if you know the netfilter code head over to github and help out.
Sun, 08 Feb 2009
Just a quick heads-up for everyone using the new tarball. Alexandre noted that the current version was not compiling at all with his setup. The problem occurs if NF_CONNTRACK support is compiled statically in the kernel. Instead of obj-m, obj-y is set and no module is compiled. I changed the Makefile and put up a new tarball.
Sat, 07 Feb 2009
Wow, I should blog more often. I just was told that you can no longer post comments on my site which steems from the fact that I am using the no_old_comments plugin which makes sure, that there are no posts to old comments. Since I am not writing new entries that often nowadays, you cannot post at all. Well I fixed this for now, so if you were not able to post, well try again.
As for the RTSP patch, the latest one still works with a recent kernel, I have it running with 2.6.28.2 that's why there is no release of a new tarball.
Mon, 03 Nov 2008
Hello everyone,
Starting with 2.6.26 the format of the patch I provide will differ. With the former patch you had to patch your kernel by hand and enable the module in the configuration. A few people remakred that this was a little bit difficult to handle.
From now on the patch is setup as an external module. Just extract the tarball, enter the directory and call:
- make
- make install
You need to have NF_CONNTRACK_NAT enabled in your kernel configuration though. For more information consult the README file. You can get the source here.
The name starts with rtsp-module.
NB: As always, this code works for me, if you find any bugs or have fixes please contact me.
BTW this code also works with 2.7.27 so do not look for a tarball.
Thu, 24 Jul 2008
So there is a patch for 2.6.26 now. As usual you can get it here. Some more changes to the API this time but it works for me.
NB: As always, this code works for me, if you find any bugs or have fixes please contact me.
If anyone is interested I also updated the POM repository for the RTSP patch. You can find it here as well.
Fri, 18 Apr 2008
Finally 2.6.25 is out. As usual you can get the RTSP patch here. There has been no change between this and the latest RC.
On a side note. I am curious who is actually using this patch. Of course I could read my apache logs but having a comment like "Yes, I am using it for ...." is so much nicer.
NB: As always, this code works for me, if you find any bugs or have fixes please contact me.
Sat, 08 Mar 2008
Im am not dead ...yet. Just to inform the guys downloading the RTSP from here as soon as 2.6.25 proper is out I will put a patch online. The current -RC kernel works here but changes to the code might happen before the final release.
On a side note. I recently started playing around with a RAID-5 setup for my file server. After finishing it up, I'll probably post an entry or two.
Sat, 10 Nov 2007
As promised here is the patch for 2.6.24-rc1. It should also work with rc2 but I haven't tested it myself yet. Debugging also changed. I now use pr_debug for output. This means you need to compile the modules with "-DDEBUG" to get the debug output.
NB: As always, this code works for me, if you find any bugs or have fixes please contact me.
Page 1 of 2 >>

