AVS › AVS Forum › Gaming & Content Streaming › ReplayTV & Showstopper PVRs › vlc-0.8.5-replaytv released
New Posts  All Forums:Forum Nav:

vlc-0.8.5-replaytv released

post #1 of 29
Thread Starter 
I got several requests to release an up to date version of Videolan VLC media player with Replaytv-specific enhancements (automatic commercial advance being the major one). I finally found some time to get this done (only a win32 binary is available). Here is one based on the now current VLC 0.8.5.
http://replayguide.sourceforge.net/vlc/vlc85_alpha1/

This was only tested under Win XP SP2 so let me know if there are any issues on other win32 OSs.

Enjoy.
post #2 of 29
I received this error when I attempted to download.


An error has been encountered in accessing this page.

1. Server: replayguide.sourceforge.net
2. URL path: /vlc/vlc85_alpha1/vlc-0.8.5-replaytv-win32.zip
3. Error notes: File does not exist: /home/groups/r/re/replayguide/htdocs/vlc/vlc85_alpha1/vlc-0.8.5-replaytv-win32.zip
4. Error type: 404
5. Request method: GET
6. Request query string:
7. Time: 2006-06-02 15:51:12 PDT (1149288672)
post #3 of 29
Ditto. @16:09 PST

(just sent Kevin an email regarding the broken link)
post #4 of 29
Yep, got the error message too when attempting to DL. Problem at Sourceforge?
post #5 of 29
Possible, but I don't think so, since the binaries from http://replayguide.sourceforge.net/vlc/vlc82_alpha1/ download fine.
post #6 of 29
me too [got error]
post #7 of 29
Thread Starter 
Sorry about that guys - wrong file name in the link. It's fixed now (make sure you refresh the page).
post #8 of 29
In the event that anyone else runs into this same issue, after exchanging a few emails last night with Moyekj, I've been informed that the hosting server apparently likes to occationally cut the downloads short.

File size should be: 10,015KB
MD5: 293046f187fc322cb6806b8dfbcf2795
CRC-32: 2cef98b8
post #9 of 29
Initial testing on W2k, sp-4 w/ nVidia GeeForce up the wazoo video appears to be working as expected/desired.
post #10 of 29
New version is working good for me (CA and alll)! Thanks moyekj for keeping this updated!
post #11 of 29
Thread Starter 
Thanks for the feedback guys. Good to hear it's working OK.
post #12 of 29
Hi,
Trying to get the patch file for compilation (Linux). 404 error.
Another wrong name? Thanks for all the work on this; indispensable.
post #13 of 29
Quote:
Originally Posted by jcdunlop View Post

Trying to get the patch file for compilation (Linux). 404 error.

Until this is fixed, just download the binary (the patch is included in the zip).
post #14 of 29
Thread Starter 
sourceforge ssh/sftp seems to be down right now so I can't check. As el borak mentioned the win32 zip file contains the patch tar.
post #15 of 29
What are the chances of getting this patch rolled into the official source tree?
post #16 of 29
Thread Starter 
Quote:
Originally Posted by zabolots View Post

What are the chances of getting this patch rolled into the official source tree?

Not sure what the process is for that to happen, but the way it's currently written in there it can't be a simple add-in module as it affects some of the core source files unrelated to modules. I personally don't want to invest too much time making it become part of the official release but anyone else who wants to volunteer the source code changes I made are available so have at it.

P.S. Link to source code patch file is now fixed.
post #17 of 29
Has anybody compiled a Mac OSX executable version of this?
post #18 of 29
Quote:
Originally Posted by Freddy B. View Post

Has anybody compiled a Mac OSX executable version of this?

I'm going to attempt to do so now.
post #19 of 29
Any luck ndrake? I just got a new MacBook Pro so am in the market for a Universal or Intel version if possible...
post #20 of 29
Sorry. Forgot all about this. I haven't gotten things working.
post #21 of 29
vlc-0.8.6 is now available. Hopefully an RTV version will follow shortly (wink wink)

http://www.videolan.org/vlc/
post #22 of 29
I compiled from source the latest version (0.8.6) on my macbook pro last night. I'd like to attempt to patch the sources with moyekj's changes to make a replaytv version. Moyekj do you have an 0.8.6 patch? Alternatively, do you think the 0.8.5 patch has a chance of working with the 0.8.6 sources? I'll go back to older source if I have to, but I'd rather stick to the latest and greatest.
post #23 of 29
A quick update: I've patched the current (0.8.6) vlc version with moyekj's changes. The RTV patch does not compile under MacOS, and I'm trying to fix that. Once I have a working mac version, I'm going to release that together with the code patch for 0.8.6.

Moyekj a couple of questions/comments:
a) Are all your code changes marked with "mojekj START/END" comments?
b) I second an earlier comment that the patch should be submitted to the project and made part of the official tree. Moyekj, if you don't mind, I may pursue this but it's better if you do it since you actually understand the code and can answer questions the maintainers may have.
post #24 of 29
Attached are 2 files:

* rtv-files-for-vlc-0.8.6a.tar.zip is a tarball of all files added or modified to the vlc 0.8.6a distribution to enable RTV CA functionality
* rtvpatch-vlc-0.8.6a.zip is a diff-style patch that can be used with the patch command to , well, patch the standard 0.8.6a source with the above changes - use "patch -p1" to apply it.

The first file is similar to how moyekj distributed the patch for previous releases. The second file is a more standard and easier to apply method of providing patches - use either one.

I've tested the patch on a macos build of vlc and it works fine. They should also build on other platforms. The F9 key can be used to toggle CA, and when you open an RTV file (or stream it from DVA) you get bookmarks for the end of each commercial break.

I can provide a mac binary to anyone that wants it.

 

rtv-files-for-vlc-0.8.6a.tar.zip 69.7705078125k . file

 

rtvpatch-vlc-0.8.6a.zip 13.841796875k . file
post #25 of 29
Quote:
Originally Posted by little_blaine View Post

I can provide a mac binary to anyone that wants it.

If you could oblige with a binary (Universal if possible!) I'd be grateful. I'm a bit lazy and busy or I'd compile it myself, and will get around to it soon if needed for either Intel or PPC if necessary...
post #26 of 29
Quote:
Originally Posted by Freddy B. View Post

If you could oblige with a binary (Universal if possible!) I'd be grateful. I'm a bit lazy and busy or I'd compile it myself, and will get around to it soon if needed for either Intel or PPC if necessary...

Not a problem, I'll try to do it later this morning, I'll start a new thread when I have it up since this one is no longer on topic.
post #27 of 29
You can download the mac version here. Please let me know if it works ok, and then I'll post a new thread so more people see it. I don't know if it's a universal binary to tell you the truth, I'm an old unix hand but relatively new to the world of mac os X, I just followed the VLC compilation instructions on my (intel) macbook pro and there was no mention of "universal" there. I don't have a PPC mac, so maybe you can try it out on one and let me know?
post #28 of 29
Quote:
Originally Posted by little_blaine View Post

You can download the mac version here. Please let me know if it works ok, and then I'll post a new thread so more people see it. I don't know if it's a universal binary to tell you the truth, I'm an old unix hand but relatively new to the world of mac os X, I just followed the VLC compilation instructions on my (intel) macbook pro and there was no mention of "universal" there. I don't have a PPC mac, so maybe you can try it out on one and let me know?

I just gave it a spin on my MacBook Pro and it works perfectly, all of the RTV enhancements are there, CA works, etc. THANKS!

However since you compiled it on an Intel machine it is an "Intel Only" app and will not run on PPC machines - see the attached "Get Info" picture. For PPC owners we'll either have to compile it on a PPC machine (such as my G5) or figure out how to compile it as Universal on your MBP.

I'd be happy to compile a PPC version, I just need some simple instructions - as I remember I got rather confused when I first set out to compile myself using the instructions on sourceforge, but I only looked at it for 5 seconds before moving. I'll also look around to see if you can compile a Universal given your current setup. I too am an old unix hand and have never compiled a true OSX package application, but have compiled rtvpatch for OSX successfully, e.g.

THanks again!
FB
LL
post #29 of 29
Cool, glad it works. I've done some searching (google, grep through vlc files) to figure out how to do a universal compile but came up with very little. I know that the VLC 0.8.6a binary distribution is universal, and that it was the first mac release to be such, and it had something to do with moving to xcode for builds. Other than that...

Anyway let me know what you come up with. If I can modify something in my environment to build universal, I'll be glad to do so. If you want to try the PPC build yourself, here are the instructions I followed. Make sure you get the 0.8.6a tarball instead of checkout from subversion, the current code is _much_ different than the release and buggy. Then apply the code patch as I described a few posts ago.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: ReplayTV & Showstopper PVRs
AVS › AVS Forum › Gaming & Content Streaming › ReplayTV & Showstopper PVRs › vlc-0.8.5-replaytv released