vlc crash with pvr350

*nix specific usage questions
eCL@n

vlc crash with pvr350

Postby eCL@n » 27 Sep 2005 15:31

Hello,
I'm on Debian/sarge with pvr350 and vlc 0.8.2.

When I try to read stream with this command vlc crash;
vlc -vvv pvr:/dev/video0

but after do this it work very well :
ln /dev/video /dev/video0.mpg
vlc -vvv pvr:/dev/video0.mpg

It seems that vlc doesn't recognize the stream type. How to force it to recognize the stream?

Thanks for your help.

here the crash log :
~$ vlc -vvvv pvr:/dev/video0
VLC media player 0.8.2-svn Janus
[00000001] main vlc debug: opening config file /home/admin/.vlc/vlcrc
[00000001] main vlc warning: config file /home/admin/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/admin/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 197 modules
[00000001] main vlc debug: opening config file /home/admin/.vlc/vlcrc
[00000001] main vlc warning: config file /home/admin/.vlc/vlcrc does not exist yet
[00000000] main root debug: VLC media player - version 0.8.2-svn Janus - (c) 1996-2005 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --mandir=/share/man --infodir=/share/info --enable-release --prefix=/usr --disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi --enable-sdl --enable-esd --disable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozilla --disable-kde --enable-mp4 --enable-dvb --enable-dv --disable-satellite --enable-ogg --enable-vorbis --enable-wxwindows --with-wx-config=wxgtk-2.4-config --disable-slp --enable-flac --disable-skins --disable-basic-skins --enable-skins2 --enable-freetype --enable-mkv --enable-v4l --enable-pvr --disable-speex --enable-caca --enable-livedotcom --enable-libmpeg2 --enable-dts --enable-fribidi --enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav --enable-gnutls --enable-ffmpeg --enable-ncurses --enable-faad --with-faad-tree=extras/faad2 --enable-x264 --with-x264-tree=extras/x264 --enable-glide --enable-svgalib --enable-dvd --without-dvdcss
[00000001] main vlc debug: translation test: code is "Fr"
[00000001] main vlc debug: opening config file /home/admin/.vlc/vlcrc
[00000001] main vlc warning: config file /home/admin/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/admin/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 197 modules
[00000001] main vlc debug: opening config file /home/admin/.vlc/vlcrc
[00000001] main vlc warning: config file /home/admin/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000245] main playlist debug: waiting for thread completion
[00000245] main playlist debug: thread 1085963184 (playlist) created at priority 0 (src/playlist/playlist.c:149)
[00000246] main private debug: waiting for thread completion
[00000246] main private debug: thread 1094351792 (preparser) created at priority 0 (src/playlist/playlist.c:171)
[00000247] main interface debug: looking for interface module: 1 candidate
[00000130] main module debug: using interface module "hotkeys"
[00000247] main interface debug: interface initialized
[00000247] main interface debug: thread 1102760880 (interface) created at priority 0 (src/interface/interface.c:211)
[00000245] main playlist: adding playlist item `pvr:/dev/video0' ( pvr:/dev/video0 )
[00000249] main interface debug: looking for interface module: 5 candidates
[00000035] main module debug: using interface module "wxwindows"
[00000249] main interface debug: interface initialized
[00000249] main interface debug: thread 1120471984 (manager) created at priority 0 (src/interface/interface.c:196)
[00000245] main playlist debug: creating new input thread
[00000252] main input debug: waiting for thread completion
[00000252] main input debug: `pvr:/dev/video0' gives access `pvr' demux `' path `/dev/video0'
[00000252] main input debug: creating demux: access='pvr' demux='' path='/dev/video0'
[00000252] main input debug: thread 1129135024 (input) created at priority 0 (src/input/input.c:227)
[00000253] main demuxer debug: looking for access_demux module: 0 candidates
[00000253] main demuxer warning: no access_demux module matched "pvr"
[00000252] main input debug: creating access 'pvr' path='/dev/video0'
[00000254] main access debug: looking for access2 module: 5 candidates
[00000254] pvr access debug: using video device: /dev/video0
[00000030] main module debug: using access2 module "pvr"
[00000256] main private debug: pre buffering
[00000256] main private debug: received first data for our buffer
[00000256] main private debug: prebuffering done 16320 bytes in 1s - 14 kbytes/s
[00000252] main input debug: creating demux: access='pvr' demux='' path='/dev/video0'
[00000257] main demuxer debug: looking for demux2 module: 37 candidates
[00000257] main demuxer debug: looking for id3 module: 2 candidates
[00000257] id3tag demuxer debug: checking for ID3 tag
[00000175] main module debug: using id3 module "id3tag"
[00000175] main module debug: unlocking module "id3tag"
Erreur de segmentation (core dumped)

eCL@n

Postby eCL@n » 27 Sep 2005 17:21

On Tue, Sep 27, 05 at 16:10 +0200, Justin Teliet wrote:
> Hello,
>
> I need some help from you. I'm on Debian/sarge with vlc 0.8.2 and pvr350.
>
> When I try to stream with my pvr350, vlc crash:
> vlc -vvv pvr:/dev/video0

This a known bug of the vlc version in sarge.

you have to specify the demux with pvr/ts:/dev/video

Or you can go in /usr/lib/vlc/and delete the file with "ty" in its name.

hth

--
Xtophe

--
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 76 guests