VLC media player 0.8.5-test4 beta release (was test3)

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
ChunkyLover54

LIBVLC.DLL constantly crashing while receiving streamed A/V

Postby ChunkyLover54 » 25 Apr 2006 11:31

Just installed 0.8.5 b3 because 0.8.4. crashed s o m e t i me s due to
liblibmpeg_plugin.dll. Now it's the LIBVLC.DLL that ALWAYS stalls when
I try to get a video or audio stream. Playing files from disc still works fine,
playing anything from the net leads into an immediate crash with that DLL
involved. In other words, ALL webradio and -tv is forcing VLC to abort.

Running XP Pro/SP2+weekly, K6-2@500MHz with ATI Mach64 (pls stand up
or honk for a veteran) and 512 MB RAM, remainders from 0.8.4 previously
removed or not didn't make a difference. More data or logs on request.

Problem is not essential for me, I use VLC for local files mostly.
(Too dumb to figure out how to make several sites work with VLC instead
of WMP and stuff :))

BTW: tested 0.8.5. intensively on that liblibmpeg_plugin.dll issue and
after playing local files several hours it seems to be more stable at least.
Also, it seems to run even smoother on that old fart of a computer now.
That's why I like VLC.

Ollie

Miguel_ULPGC

RTSP Client

Postby Miguel_ULPGC » 25 Apr 2006 20:50

RTSP protocol don't work properly........

The problem is in the client when you play
a VOD object....if you create a VOD object
and reproduce it(rtsp://....) with
vlc 0.8.2...perfect, but if you use
vlc 0.8.4 or highgest you can't move
the reproduction (forward, rewind)...

thanks

Guest

Postby Guest » 26 Apr 2006 14:24

THANK YOU for putting the moving up or down of items in the playlist BACK like in the old versions! It was REALLY annoying when it disappeared! :D

Gomitoney

KOOOL

Postby Gomitoney » 26 Apr 2006 14:33

That is kool******** 8)

FORCE
Blank Cone
Blank Cone
Posts: 84
Joined: 03 Mar 2006 20:23

Postby FORCE » 26 Apr 2006 16:02

XP SP1, Athlon XP 2500+

subtitles out of sync

main debug: control type=5
avi debug: seek requested: 555 secondes 17%
avi debug: old:1403361695 > new 555379166
avi debug: seek: 546 seconds
a52 debug: emulated sync word (no sync on following frame)
main debug: control type=5
avi debug: seek requested: 555 secondes 17%
avi debug: old:546504838 < new 555379166
avi debug: seek: 556 seconds
a52 debug: emulated sync word (no sync on following frame)
main warning: buffer is 87800 in advance, triggering downsampling
main debug: control type=5
a52 debug: emulated sync word (no sync on following frame)
avi debug: seek requested: 658 secondes 20%
avi debug: old:557807807 < new 658869994
avi debug: seek: 662 seconds
main warning: resampling stopped after 16613798 usec (drift: 3212)
main debug: control type=17
main debug: looking for decoder module: 27 candidates
subsdec debug: using enforced character encoding: ISO-8859-1
main debug: using decoder module "subsdec"
main debug: thread 4644 (decoder) created at priority 0 (input/decoder.c:159)
main debug: Registering subpicture channel, ID: 7
main debug: looking for video blending module: 1 candidate
blend debug: chroma: YUVP -> I420
main debug: using video blending module "blend"
main debug: looking for text renderer module: 1 candidate
freetype debug: using fontsize: 19
main debug: using text renderer module "freetype"
Tox.im - Alternative to Skype finally
ReactOS.org: no more closed Windows, C and C++ developers needed

alcos
New Cone
New Cone
Posts: 7
Joined: 26 Apr 2006 18:10
Location: Ecole d'Ingénieurs de Genève
Contact:

vlm, http interface and ActiveX control

Postby alcos » 26 Apr 2006 18:34

Hello friends,

it seems the vlm with http interface doesn't work correctly !

Under version test2 I had no problem to use the activeX control, now the video doesn't come ...

exemple of code which was ok with vlc-0.8.5-test2 and not ok with
vlc-0.8.5-test3 :

(not everything appears here, I just sent before vlm command to make the reception of rtp flow)

Code: Select all

... function Play() { document.video.play(); } // On insère l'objet conteneur de notre vidéo ici ! document.write('<object type="application/x-vlc-plugin" classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="axvlc.cab" width="330" height="250" id="video" events="True"><param id="cheminExplorer" name="Src" value="'+partitionMax+':/vadese/Temp/'+cheminVideo+'" /><param name="ShowDisplay" value="True" /><param name="Loop" value="False" /><param name="AutoPlay" value="False" /></object>'); setTimeout('Play()',1000); ...

Thank you if you can correct this and have a nice day,
alain costanza
There's no path to happiness, happiness is the path !

tomane

subtitles

Postby tomane » 26 Apr 2006 23:21

Sorry to post here, but I've registeres in trac but I can't submit. The new .8.5-test3 version has a serious problem: the subtitles are only partialy shown, I mean, only some phrases are shown while others don't appear

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Re: subtitles

Postby dionoea » 27 Apr 2006 00:15

Sorry to post here, but I've registeres in trac but I can't submit. The new .8.5-test3 version has a serious problem: the subtitles are only partialy shown, I mean, only some phrases are shown while others don't appear
Is that related to the use of accents or other non ASCII characters in the phrases that don't display ?
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

FORCE
Blank Cone
Blank Cone
Posts: 84
Joined: 03 Mar 2006 20:23

Re: subtitles

Postby FORCE » 27 Apr 2006 14:18

Sorry to post here, but I've registeres in trac but I can't submit. The new .8.5-test3 version has a serious problem: the subtitles are only partialy shown, I mean, only some phrases are shown while others don't appear
I had same problem but i changed encoding Preferences>input/codecs>other codecs>subtitles
TO developers: Can someone tell what causes some rare movie to run subtitles out of sync, most movies (95 %) works perfect now in test 3.
Last edited by FORCE on 28 Apr 2006 11:09, edited 2 times in total.
Tox.im - Alternative to Skype finally
ReactOS.org: no more closed Windows, C and C++ developers needed

Pilot
New Cone
New Cone
Posts: 2
Joined: 27 Apr 2006 18:17
Contact:

Postby Pilot » 27 Apr 2006 19:09

VLC has very interesting bug.
As llama wrote we have a problem with saving multicast TS video stream compressed with mp4v & mpga to hard disk. But suddenly I find out that if I open a video file (that had been written with TS preset) with saving a stream to hard disk with mp4v & mpga, it saves only audio track without video in 100% of cases.

Guest

OSX 10.4.6 Green trianges still here

Postby Guest » 27 Apr 2006 19:32

I still get the green triangles when playing some AVI files. the lower right half of the screen is not aligned with the top left half.

Guest

Re: OSX 10.4.6 Green trianges still here

Postby Guest » 27 Apr 2006 19:46

I still get the green triangles when playing some AVI files. the lower right half of the screen is not aligned with the top left half.
Screenshot to illustrate my point

Image

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 » 27 Apr 2006 20:36

Can you try making a Snapshot with command-alt-s and confirm the line is not in that image? Also, can you provide the messages output of the Messages window when this issue occurs?

Especially lines like
main debug: picture in 624x352 (0,0,624x352), chroma I420, ar 382909:216000, sar 1:1
main debug: picture user 624x352 (0,0,624x352), chroma I420, ar 382909:216000, sar 1:1
main debug: picture out 624x352 (0,0,624x352), chroma YUY2, ar 382909:216000, sar 1:1
main debug: looking for chroma module: 6 candidates
main debug: using chroma module "i420_yuy2_altivec"
main debug: indirect render, mapping render pictures 0-7 to system pictures 1-8
main debug: thread 43564032 (video output) created at priority 37 (src/video_output/video_output.c:416)
Don't use PMs for support questions.

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 28 Apr 2006 17:29

It's about ticket #525, there is another bug after changeset #15344, repertory mozilla is not remove when uninstalling.
Thanks for the report. This should now be fixed.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

FORCE
Blank Cone
Blank Cone
Posts: 84
Joined: 03 Mar 2006 20:23

Postby FORCE » 28 Apr 2006 20:44

Please add in final release option to edit bitrate, samplerate and channels in streaming/transcode wizard because it is really needed.
Playng own transcoded ac3 wont work, only silence and somtimes makes sound...
Winamp and MPlayer plays files ok.
if you need more log but it is very long.

Update:
example this file works fine
http://www.seemoredigital.net/51_Test_E ... Files.html
AC3 - 6Ch 'Speaker Test'.7z (446KB)


main debug: creating new input thread
main debug: waiting for thread completion
main warning: drive letter D: found in source
main debug: `D:\jj.ac3' gives access `' demux `' path `D:\jj.ac3'
main debug: creating demux: access='' demux='' path='D:\jj.ac3'
main debug: looking for access_demux module: 1 candidate
main debug: creating access '' path='D:\jj.ac3'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: D:\jj.cue
access_file debug: opening file `D:\jj.ac3'
main debug: using access2 module "access_file"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: pre-buffering done 1408981 bytes in 0s - 168333 kbytes/s
main debug: creating demux: access='' demux='' path='D:\jj.ac3'
main debug: looking for demux2 module: 43 candidates
main debug: looking for packetizer module: 17 candidates
main debug: using packetizer module "a52"
main debug: selecting program id=0
main debug: using demux2 module "a52sys"
main debug: looking for a subtitle file in D:\
main debug: looking for decoder module: 27 candidates
main debug: using decoder module "a52"
main debug: thread 4080 (decoder) created at priority 2 (input/decoder.c:159)
main debug: `D:\jj.ac3' successfully opened
a52: A/52 channels:2 samplerate:44100 bitrate:256000
main debug: thread 3792 (input) created at priority 1 (input/input.c:261)
a52: A/52 channels:2 samplerate:44100 bitrate:256000
main debug: looking for audio output module: 3 candidates
aout_directx debug: OpenAudio
aout_directx debug: found device: Primary Sound Driver
aout_directx debug: found device: SB Live! Audio [9000]
aout_directx debug: device supports 2 channels
aout_directx debug: device supports 1 channel
aout_directx debug: creating DirectSoundThread
main debug: thread 3848 (DirectSound Notification Thread) created at priority 15 (directx.c:372)
aout_directx debug: DirectSoundThread ready
main debug: using audio output module "aout_directx"
main debug: output 's16l' 44100 Hz Dolby frame=1 samples/4 bytes
main debug: mixer 'fl32' 44100 Hz Dolby frame=1 samples/8 bytes
main debug: filter(s) 'fl32'->'s16l' 44100 Hz->44100 Hz Dolby->Dolby
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "float32tos16"
main debug: found a filter for the whole conversion
main debug: looking for audio mixer module: 3 candidates
main debug: using audio mixer module "trivial_mixer"
main debug: input 'a52 ' 44100 Hz Dolby frame=1536 samples/1114 bytes
main debug: filter(s) 'a52 '->'fl32' 44100 Hz->44100 Hz Dolby->Dolby
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "a52tofloat32"
main debug: found a filter for the whole conversion
main debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Dolby->Dolby
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "bandlimited_resampler"
main debug: found a filter for the whole conversion
a52tofloat32 warning: liba52 couldn't do the requested downmix 0xa->0x2
main debug: removing module "a52tofloat32"
main debug: removing module "bandlimited_resampler"
aout_directx debug: closing audio device
aout_directx debug: DirectSoundThread exiting
main debug: thread times: real 0m0.031250s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 3848 joined (directx.c:598)
main debug: removing module "aout_directx"
main debug: removing module "float32tos16"
main debug: removing module "trivial_mixer"
main debug: looking for audio output module: 3 candidates
aout_directx debug: OpenAudio
aout_directx debug: found device: Primary Sound Driver
aout_directx debug: found device: SB Live! Audio [9000]
aout_directx debug: device supports 2 channels
aout_directx debug: device supports 1 channel
aout_directx debug: creating DirectSoundThread
main debug: thread 3832 (DirectSound Notification Thread) created at priority 15 (directx.c:372)
Last edited by FORCE on 29 Apr 2006 09:46, edited 6 times in total.
Tox.im - Alternative to Skype finally
ReactOS.org: no more closed Windows, C and C++ developers needed

Khamelion
Blank Cone
Blank Cone
Posts: 45
Joined: 06 Apr 2006 03:05

Postby Khamelion » 28 Apr 2006 20:59

I don't understand the volume in Fullscreen. Why does it fill only the half of the "box" on full blast?

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 » 28 Apr 2006 22:10

In Windows VLC, the volume normally goes from 0 - 100%, but in fullscreen mode you can use the hotkeys to take the volume to 400%.
Don't use PMs for support questions.

Bernd

Not working at all

Postby Bernd » 28 Apr 2006 23:13

Version 0.8.5-test3 does not work on Win98 anymore. No matter what type of file I try to play I'm getting the following errors:

main debug: adding playlist item `C:\test.mp3' ( C:\test.mp3 )
main debug: creating new input thread
main debug: waiting for thread completion
main warning: drive letter C: found in source
main debug: `C:\test.mp3' gives access `' demux `' path `C:\test.mp3'
main debug: creating demux: access='' demux='' path='C:\test.mp3'
main debug: looking for access_demux module: 1 candidate
main debug: creating access '' path='C:\test.mp3'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: C:\test.cue
access_file warning: C:\test.mp3: No such file or directory
cdda debug: trying .cue file: C:\test.cue
cdda warning: could not open C:\test.mp3
main error: no suitable access module for `C:\test.mp3'
main debug: thread 1288 (input) created at priority 0 (input/input.c:261)
main debug: thread 1288 joined (input/input.c:399)
main warning: unable to find parent!
main: nothing to play

If I uninstall and install 0.8.4a again everything works. Have you dropped support for win9x?

Bernd

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Re: Not working at all

Postby dionoea » 29 Apr 2006 01:35

If I uninstall and install 0.8.4a again everything works. Have you dropped support for win9x?
We haven't dropped it intentionaly but we don't really bother to test anymore. I'll try to see if this can be fixed.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

noname!

Postby noname! » 29 Apr 2006 10:47

Image

Windows 98
amd xp 2000+
224 MB Ram
vlc-0.8.5-test3

vlc-0.8.5-test2 -> no problems

FORCE
Blank Cone
Blank Cone
Posts: 84
Joined: 03 Mar 2006 20:23

Postby FORCE » 29 Apr 2006 13:42

Add force override audio device channels then users can manually choose channel output if VLC cannot detect (example 6ch aac sound). In my last post there is audio and video tests web link, these are good for all vlc developers.
Tox.im - Alternative to Skype finally
ReactOS.org: no more closed Windows, C and C++ developers needed

Khamelion
Blank Cone
Blank Cone
Posts: 45
Joined: 06 Apr 2006 03:05

Postby Khamelion » 29 Apr 2006 16:05

Can you add a feature to make the files in the playlist moveable?

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 29 Apr 2006 16:17

Can you add a feature to make the files in the playlist moveable?
they are in all interfaces except skins2. And we won't implement that in skins2 for 0.8.5. sorry
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Khamelion
Blank Cone
Blank Cone
Posts: 45
Joined: 06 Apr 2006 03:05

Postby Khamelion » 29 Apr 2006 16:41

Well, will you release it in the next version?

DyLoU
Blank Cone
Blank Cone
Posts: 17
Joined: 03 Apr 2006 22:00
VLC version: 1.1.4
Operating System: Linux
Location: France, Val-de-Marne

Postby DyLoU » 30 Apr 2006 13:33

It's about ticket #525, there is another bug after changeset #15344, repertory mozilla is not remove when uninstalling.
Thanks for the report. This should now be fixed.
Hi,
Doesn't works :( , nothing is removed


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 4 guests