VLC-0.7.1-test1 available for download

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Gibalou
Big Cone-huna
Big Cone-huna
Posts: 608
Joined: 26 Nov 2003 10:59

VLC-0.7.1-test1 available for download

Postby Gibalou » 14 Feb 2004 00:39

The first test version for VLC 0.7.1 is available for download.
Please test and report any problems.
http://download.videolan.org/pub/testin ... 7.1-test1/

Among the new features:
- IGMPv3 support for Linux and Windows XP
- Software DTS decoding using libdts (http://www.videolan.org/dtsdec.html).
- SVCD (Philips OGT) and CVD subtitles.
- PVA demuxer
- MOD audio support
- demuxer using libavformat (ffmpeg) for fringe formats support
- MacOSX opengl video output
etc... (see http://developers.videolan.org/vlc/NEWS for the extensive list)

User avatar
hans-jürgen
Blank Cone
Blank Cone
Posts: 85
Joined: 15 Jan 2004 11:50
VLC version: 3.0.18
Operating System: Windows 10 Home
Location: Hamburg, Germany
Contact:

Re: VLC-0.7.1-test1 available for download

Postby hans-jürgen » 14 Feb 2004 10:53

etc... (see http://developers.videolan.org/vlc/NEWS for the extensive list)
Err... does the following quote from that page mean that VLC can already stream (i.e. encode, mux and send via RTP) MP4 and MOV files with AAC audio? :o
Stream output:
* MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
And by the way, is "Gibalou" another nick name for "gbazin"?
ZZee ya, Hans-Jürgen
BLUEZZ BASTARDZZ - "That lil' ol' ZZ Top cover band from Hamburg..."
INDIGO ROCKS - "Down home rockin' blues. Tasty as strudel."

Gibalou
Big Cone-huna
Big Cone-huna
Posts: 608
Joined: 26 Nov 2003 10:59

Postby Gibalou » 14 Feb 2004 11:39

Err... does the following quote from that page mean that VLC can already stream (i.e. encode, mux and send via RTP) MP4 and MOV files with AAC audio?
Don't hope too much ;)
The MP4/MOV muxing only works when using the file output because it will write the moov header right at the end (and move it to the beginning of the file in case of fast-start).

However VLC can send mp4v/aac in RTP but in raw format (not in a mov/mp4 container) with an SDP file available through the self contained http server.

And yes, gbazin and Gibalou is the same person (gbazin is my commit account).

User avatar
hans-jürgen
Blank Cone
Blank Cone
Posts: 85
Joined: 15 Jan 2004 11:50
VLC version: 3.0.18
Operating System: Windows 10 Home
Location: Hamburg, Germany
Contact:

Postby hans-jürgen » 14 Feb 2004 13:21

The MP4/MOV muxing only works when using the file output because it will write the moov header right at the end (and move it to the beginning of the file in case of fast-start).
OK, so no MP4 stream output, but a written MP4 file... By the way, why does your file muxer not use "optimize" like mp4creator? That would place the header info always at the beginning and interleave audio and video elementary streams, too. Or is "fast-start" just another name for "optimize"?
However VLC can send mp4v/aac in RTP but in raw format (not in a mov/mp4 container) with an SDP file available through the self contained http server.
SDP through HTTP? I always thought that providing the live-stream information with a SDP file would only work through RTSP, but it seems that this is wrong.

Anyhow, how do you encode the AAC bitstream then, with FAAC? And if yes, does this still mean that users have to compile libfaac, ffmpeg and VLC on their own, or is it implemented in all OS versions and binaries of VLC now?
ZZee ya, Hans-Jürgen
BLUEZZ BASTARDZZ - "That lil' ol' ZZ Top cover band from Hamburg..."
INDIGO ROCKS - "Down home rockin' blues. Tasty as strudel."

Gibalou
Big Cone-huna
Big Cone-huna
Posts: 608
Joined: 26 Nov 2003 10:59

Postby Gibalou » 14 Feb 2004 18:17

OK, so no MP4 stream output, but a written MP4 file... By the way, why does your file muxer not use "optimize" like mp4creator? That would place the header info always at the beginning and interleave audio and video elementary streams, too. Or is "fast-start" just another name for "optimize"?
I think "fast-start" is the official buzz word used by apple to describe the fact that the moov header is placed at the beginning of the stream.
And yes, VLC does also interleave the audio/video data so we do produce "optimized" files.
Anyhow, how do you encode the AAC bitstream then, with FAAC? And if yes, does this still mean that users have to compile libfaac, ffmpeg and VLC on their own, or is it implemented in all OS versions and binaries of VLC now?
Yes, with FAAC. We still don't include it in the binaries but that might change.

User avatar
hans-jürgen
Blank Cone
Blank Cone
Posts: 85
Joined: 15 Jan 2004 11:50
VLC version: 3.0.18
Operating System: Windows 10 Home
Location: Hamburg, Germany
Contact:

Postby hans-jürgen » 15 Feb 2004 08:14

And yes, VLC does also interleave the audio/video data so we do produce "optimized" files.
Can it also hint each elementary stream in a MP4 file? That would make things easier to produce ISMA-compliant MP4 files (including BIFS and OD tracks) with VLC and actually stream them via RTP with Apple's Darwin Streaming Server for example or the equivalent from Helix.
Yes, with FAAC. We still don't include it in the binaries but that might change.
Good to know... 8) At the moment I'm gathering information for a Audiocoding.com Wiki table of available freeware Windows MP4 decoders with RTSP capability, and VLC is of course on top of this list (besides QuickTime and the mpegable DS decoder). Could you tell me if there is also a WinCE version of VLC, and if all versions support .3gp files already (including AMR decoding and maybe even .3gp creation)? By the way, how far does the DirectShow support in VLC go, is it possible to use external DS filters in the decoding or even encoding chain like e.g. the ones from 3ivx?

Last but not least I would like to mention a very interesting video/audio test site that might also serve VLC users well, because it provides so many different formats and bitrates of several original files:

http://radio.irt.de/vida/begin.htm

It is maintained by the german Institut für Rundfunktechnik, Munich (IRT) which is the scientific test lab for all ARD TV and radio stations.
ZZee ya, Hans-Jürgen
BLUEZZ BASTARDZZ - "That lil' ol' ZZ Top cover band from Hamburg..."
INDIGO ROCKS - "Down home rockin' blues. Tasty as strudel."

diacronos

Nothing on pref pannel...

Postby diacronos » 15 Feb 2004 18:03

Ibook , G3 800mhz, combo OS 10.3.2

I downloaded and installed 0.7.1 today, seems to work fine, but there was nothing displayed on the pref. pannel???!!!...

Went Back to 0.7.0,

Thanks to VLAN folks anyway for your work....

marcos

Sigmund
Big Cone-huna
Big Cone-huna
Posts: 893
Joined: 26 Nov 2003 09:38

Postby Sigmund » 15 Feb 2004 20:47

Known problem, that's why we have test versions :) Use 0.7.0 untill 0.7.1 is officially released

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 16 Feb 2004 23:50

[quote="hans-jürgenCould you tell me if there is also a WinCE version of VLC, and if all versions support .3gp files already (including AMR decoding and maybe even .3gp creation)? By the way, how far does the DirectShow support in VLC go, is it possible to use external DS filters in the decoding or even encoding chain like e.g. the ones from 3ivx?[/quote]

1: No WinCE port. One was started a year ago, but never close to being finished. Another person is rumored to work on it now, but no results have been seen so far. We are very interested in a WinCE port BTW.
2: 3GP files are supported, AMR decoding is not, because there is no opensource decoder yet, only some reference code, which again has an unclear license. ( i'd wish someone slapped those standardization bodies ).
The code as it is linked in ffmpeg for instance would taint our binary at the moment.
3: 3GP creation is not supported.
4: there is only support for DS input devices. DS encoding/decoding or output to a DS device is not possible (yet ???)
Don't use PMs for support questions.

User avatar
hans-jürgen
Blank Cone
Blank Cone
Posts: 85
Joined: 15 Jan 2004 11:50
VLC version: 3.0.18
Operating System: Windows 10 Home
Location: Hamburg, Germany
Contact:

Postby hans-jürgen » 17 Feb 2004 08:13

1: No WinCE port. One was started a year ago, but never close to being finished. Another person is rumored to work on it now, but no results have been seen so far. We are very interested in a WinCE port BTW.
Yes, that would certainly fill another gap, because the freeware Philips Platform4 Player for WinCE is no longer distributed on their website.
2: 3GP files are supported, AMR decoding is not, because there is no opensource decoder yet, only some reference code, which again has an unclear license. ( i'd wish someone slapped those standardization bodies ).
The code as it is linked in ffmpeg for instance would taint our binary at the moment.
I don't know how GPAC manages the AMR decoding at the moment (i.e. if they also use the ffmpeg libraries for that), but besides QuickTime and mpegable DS decoder/player their Osmo4 player is the only freeware I know that has this capability.
4: there is only support for DS input devices. DS encoding/decoding or output to a DS device is not possible (yet ???)
I see, so at the moment I couldn't combine the mpegable DS filters (only input, not output like 3ivx) with VLC?

And thanks for your answers so far...
ZZee ya, Hans-Jürgen
BLUEZZ BASTARDZZ - "That lil' ol' ZZ Top cover band from Hamburg..."
INDIGO ROCKS - "Down home rockin' blues. Tasty as strudel."

JohnHybert
New Cone
New Cone
Posts: 2
Joined: 24 Feb 2004 13:07

VLC-0.7.1-test1

Postby JohnHybert » 24 Feb 2004 16:27

PowerBook G4 1GHz-Superdrive-OS10.3.2
Apologies for rather lo-tech feedback, but VLC-0.7.1-test1 will not play DVDs at all on the above machine, and there is no sound on VCDs - although the subtitles are present.
Not a complaint, you understand - just feedback.

Shredder

AAC audio does work better, but still incorrect...

Postby Shredder » 24 Feb 2004 19:08

I tested the beta release again, streaming a dvd with dolby 5.1 sound. with a52 audio codec selected the center channel is missing when channel is set to 1/2/4. Whenn channel is set to 6 the center channel is transmitted, but the rest is missing. I use VLC on Windows XP Pro and UDP transmission.

ArizonaSteve
Blank Cone
Blank Cone
Posts: 12
Joined: 27 Feb 2004 07:15

Test version don't work!

Postby ArizonaSteve » 27 Feb 2004 16:24

I tried downloading the test1 version but it don't work. After it was installed the previous version wouldn't work anymore either until I uninstalled test1.

Murray
Blank Cone
Blank Cone
Posts: 74
Joined: 24 Nov 2003 22:28
Location: Denmark, Mexico, Brazil, USA, France, Italy
Contact:

Postby Murray » 27 Feb 2004 16:40

We need more detailed bugreports in order to fix bugs before the release. Could you paste here the messages that it gave ?

Thanks a lot.

Gibalou
Big Cone-huna
Big Cone-huna
Posts: 608
Joined: 26 Nov 2003 10:59

Postby Gibalou » 27 Feb 2004 18:41

Yeah, I also really love the "it don't work" bug reports :p

Swift
New Cone
New Cone
Posts: 2
Joined: 01 Mar 2004 04:15
Location: Los Angeles
Contact:

Postby Swift » 01 Mar 2004 04:29

PowerMac G4 867, OS 10.3.2. I have a strange experience with SVCDs. Several of them have worked, up till now. But I made one today that crashes the player, hard. It tells me, "Can not read sector (I think) 356." From that point on, it seems to create directory damage (I had to run DiskWarrior), and hang the application so badly that I had to force-quit more than once. I tried 0.7.1, to no avail. There were no preferences, and the disks it would play had no sound. When I reinstalled 7.0, it was back to the same status. I downloaded a demo of Mac VCD X, a commercial program, and it played my bad disk with no problems.

So it seems that some SVCDs it will play, and others it won't.
"I hope we shall crush in its birth the aristocracy of our monied corporations which dare already to challenge our government to a trial of strength, and bid defiance to the laws our country."
-- Thomas Jefferson, 1816

Guest

Postby Guest » 01 Mar 2004 09:47

Got a G5 1.8 w/ 10.3.2 here. Starts up fine, no prefs tho. It can't seem to play any form of video file either, saying "main: couldn't find a filter for the conversion main: couldn't set an input pipeline", and these did work with 7.0. Some audio files play, some cause the same error.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 10 guests