Hi,
I built vlc-0.8.6h on linux, it works to play some audios from local files and network, but failed to play following audios. Could following failures be limited by VLC player codec or streaming capacities, or could I miss some options during the compilation?
$ ./vlc AudioFile/test3_WMA_40_v2_32kbps_32kHz_2.asf
VLC media player 0.8.6h Janus
Remote control interface initialized. Type `help' for help.
status change: ( new input: test3_WMA_40_v2_32kbps_32kHz_2.asf )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000275] oss audio output error: cannot open audio device (/dev/dsp)
$ ./vlc imuscut.hendra.ra
VLC media player 0.8.6h Janus
Remote control interface initialized. Type `help' for help.
[00000275] main decoder error: no suitable decoder module for fourcc `sipr'.
VLC probably does not support this sound or video format.
status change: ( new input: imuscut.hendra.ra )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
status change: ( stop state: 0 )
[00000240] main playlist: nothing to play
$ ./vlc /home/AudioFile/dreamst0.ram
VLC media player 0.8.6h Janus
Remote control interface initialized. Type `help' for help.
status change: ( new input: dreamst0.ram )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
status change: ( stop state: 0 )
status change: ( new input: http://www.lysator.liu.se/~zap/compare/dreamst0.ra )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000300] a52 decoder: A/52 channels:1 samplerate:11025 bitrate:16000
[00000310] oss audio output error: cannot open audio device (/dev/dsp)
[00000310] main audio output error: couldn't find a filter for the conversion
[00000310] main audio output error: couldn't set an input pipeline
$ ./vlc http://www.di.fm/wma/ambient.asx
VLC media player 0.8.6h Janus
Remote control interface initialized. Type `help' for help.
status change: ( new input: http://www.di.fm/wma/ambient.asx )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
status change: ( stop state: 0 )
status change: ( new input: mms://wstream5e.di.fm/ambient )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000292] access_mms access: selecting stream[0x1] audio (39 kb/s)
[00000292] access_mms access: connection successful
[00000312] oss audio output error: write failed (Input/output error)
[00000312] oss audio output error: write failed (Input/output error)
[00000312] oss audio output error: write failed (Input/output error)
[00000312] oss audio output error: write failed (Input/output error)
./vlc rtsp://66.70.119.243/FoxFM
VLC media player 0.8.6h Janus
Remote control interface initialized. Type `help' for help.
status change: ( new input: rtsp://66.70.119.243/FoxFM )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
Segmentation fault
Thank you.
Kind Regards,
Jim