Search found 30 matches

Go to advanced search

by rptr
03 Sep 2007 16:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

You problem is here. VLC doesn't find the mp3 encoder. [00000357] ffmpeg encoder error: cannot find encoder MPEG Audio layer 1/2/3 First of all install FFmpeg with mp3 support (libmp3lame). Have a look on the previous messages to know how to do that. You can check the mp3 encoder with the following ...
by rptr
20 Aug 2007 08:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

Ok... It works... Thanks :D
by rptr
17 Aug 2007 16:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

not for mp3 encoding...
by rptr
16 Aug 2007 16:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Buffers size and delays
Replies: 0
Views: 487

Buffers size and delays

I would like to have more information about buffers size and delays for both reading and streaming with vlc ? It is possible the change the buffer size ? Thanks.
by rptr
16 Aug 2007 16:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

To build it...
by rptr
16 Aug 2007 14:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: download VLC for UBUNTU
Replies: 5
Views: 1190

Re: download VLC for UBUNTU

Just open a new terminal and try...

Code: Select all

sudo apt-get install vlc
by rptr
16 Aug 2007 14:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

I think the best thing to do is to uninstall vlc and to reinstall it. Can you give me a correct configuration to do that ? I just need the defaults options and ffmpeg, ffmpeg-mp3lame. Thanks :D
by rptr
16 Aug 2007 13:54
Forum: VLC stream-output (sout)
Topic: Streaming to icecast server
Replies: 4
Views: 5515

Re: Streaming to icecast server

If I change "access=shout,mux=ts" to "access=shout{mp3},mux=raw", the mountpoint becomes constant.
by rptr
14 Aug 2007 17:00
Forum: VLC stream-output (sout)
Topic: Streaming to icecast server
Replies: 4
Views: 5515

Re: Streaming to icecast server

I made some changes, but I still can not read from icecast server. The mountpoint is not constant, so I think there is something wrong with the output from vlc to icecast... Command line... vlc -vvv --color couleur3.mp3 --sout '#standard{access=shout,mux=ts,dst=source:test@localhost:8800/test}' --lo...
by rptr
14 Aug 2007 15:29
Forum: VLC stream-output (sout)
Topic: Streaming to icecast server
Replies: 4
Views: 5515

Streaming to icecast server

I would like to stream with vlc to an icecast server using this command... vlc -vvv --color rhonefm.ogg --sout '#standard{access=shout,mux=ogg,dst=admin:*****@localhost:8800}' --loop ...but I obtain the following error message : [00000281] access_output_shout private warning: failed to connect using...
by rptr
14 Aug 2007 08:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

I already use ffmpeg : vlc to read | ffmpeg to encode in mp3 | vlc to stream :D

But it would be better with only vlc... if possible :D
by rptr
13 Aug 2007 19:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

which version of vlc are you compiling ? you should try to compile the same than in ubuntu
vlc version is 0.8.6...
even get the source package of vlc in ubuntu would be the best: apt-get source vlc
there is no possibility to transcode in mp3 with the source package in ubuntu...
by rptr
13 Aug 2007 14:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

did you run

sudo apt-get build-dep vlc

?
Yes, already done.
by rptr
13 Aug 2007 08:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

well --disable-*1394 while building ffmpeg should do the trick
I try that but always the same errors... Have you another solution ?
by rptr
10 Aug 2007 16:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

I try --disable-raw1394 and also --disable-dc139... but always the same errors while executing make...

Perhaps can I send to you the vlc-config file ?
by rptr
10 Aug 2007 15:20
Forum: VLC stream-output (sout)
Topic: Possible memory leak
Replies: 7
Views: 2177

Re: Possible memory leak

Is the client runing on the same computer? (I guess that the leak is in the client VLC only, right?)
Yes.

If I simply read a network stream (web radio streaming in mp3) with a VLC client, I also note that memory usage increase...
by rptr
10 Aug 2007 13:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

end of make output... /home/rptr/ffmpeg/libavformat/libavformat.a(dc1394.o): In function `dc1394_close': dc1394.c:(.text+0x1d): undefined reference to `dc1394_stop_iso_transmission' dc1394.c:(.text+0x2b): undefined reference to `dc1394_dma_unlisten' dc1394.c:(.text+0x39): undefined reference to `dc1...
by rptr
10 Aug 2007 09:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

Yes. As I said before, first I had the default vlc package installed using ubuntu synaptic package manager and then I try to reinstall manually over it. I obtain some "undefined references" while creating the makefile. I think this is the problem, but I don't understand why the "make&...
by rptr
10 Aug 2007 09:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

Yes, but no effect... Still ffmpeg encoder error...
by rptr
10 Aug 2007 07:59
Forum: VLC stream-output (sout)
Topic: Possible memory leak
Replies: 7
Views: 2177

Re: Possible memory leak

What VLC version are you using? My VLC version is 0.8.6 and I work with Ubuntu 7.04. Server side : vlc -vvv --color test.mp3 --sout '#std{access=udp,mux=ts,dst=230.2.2.2}' --loop Client side : vlc -vvv --color udp:@230.2.2.2 When I only stream, there is not problem memory, but when I start the clie...
by rptr
10 Aug 2007 07:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

if there is errors during vlc compilation, it obviously won't work then :/ I know it :D Perhaps something is wrong in my config... Can you tell me if you see an error ? what if you use mux=raw ? (maybe streaming won't work, but just to check) Same error with mux=raw... [00000343] ffmpeg encoder deb...
by rptr
09 Aug 2007 18:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

Re: ffmpeg encoder error

did you install ffmpeg build over the ubuntu's ffmpeg ? Yes, exactly. ffmpeg is not the problem, I can easily encode in mp3 using this command : ffmpeg -i input -f mp3 output.mp3 My problem is that I want to do the mp3 conversion directly with vlc : vlc -vvv --color input --sout '#transcode{acodec=...
by rptr
09 Aug 2007 16:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder error
Replies: 30
Views: 7952

ffmpeg encoder error

I use Ubuntu Feisty Fawn 7.04. When I try to transcode an input stream in mp3 with vlc I obtain the following error message : [00000343] ffmpeg encoder debug: libavcodec initialized (interface 3345152 ) [00000343] ffmpeg encoder error: cannot find encoder MPEG Audio layer 1/2/3 [00000299] stream_out...
by rptr
09 Aug 2007 10:46
Forum: VLC stream-output (sout)
Topic: Possible memory leak
Replies: 7
Views: 2177

Possible memory leak

When I stream in UDP Multicast (TS) with VLC and try to read it with another VLC player, it continuously consumes memory (approximately 4 MB in 1 minute at the beginning and then slower). I don't know if it's a memory leak or something else.

How can I fix it ? Thanks.
by rptr
08 Aug 2007 16:37
Forum: VLC stream-output (sout)
Topic: Add meta-information in mp3 stream
Replies: 5
Views: 781

Re: Add meta-information in mp3 stream

Still for mp3 stream, I would like to know if there is performance difference between ts mux and raw mux ?

Thanks :lol:

Go to advanced search