Search found 18 matches

Go to advanced search

by yfwong
19 Jan 2010 11:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem with compiling for arm linux platform?
Replies: 8
Views: 3096

Re: problem with compiling for arm linux platform?

Try to modify bin/Makefile. It works for me.
vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc` $(am__append_2)
change to
vlc_LDADD = ../src/libvlccore.la ../src/libvlc.la `$(VLC_CONFIG) -libs vlc` $(am__append_2)
by yfwong
19 Jun 2009 06:50
Forum: General VLC media player Troubleshooting
Topic: some links can not be played
Replies: 3
Views: 528

Re: some links can not be played

Oh yes, the first one works as mmsh:// link. The second one does not work anyway. The third one works as mms:// link, but it gets stuck inside access_mms for a long time before playing starts. Here is debug message: access_mms debug: connection(tcp) with "www.51hoo.com:1250" successful mai...
by yfwong
21 May 2008 05:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to encode audio to adpcm format?
Replies: 0
Views: 417

How to encode audio to adpcm format?

I tried to encode audio to mpga format. VLC calls the mpga encoder of libavcodec and it works fine for those with sampling frequency 44.1k, 48k, 32k, 22.05k, 12k or 16k. But the encoder itself does not support 11.025k, 12k and 8k. I am looking for another encoding format to deal with those of the ab...
by yfwong
30 Apr 2008 09:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to listen to and save a stream at the same time
Replies: 1
Views: 455

how to listen to and save a stream at the same time

It works fine to use the option "--sout=#transcode{acodec=mpga,ab=128}:duplicate{dst=std{access=file,mux=mp4,dst=/tmp/out.mp3}}" to save an audio stream. But how can I listen to the stream during recording?

Thanks.
by yfwong
22 Apr 2008 09:33
Forum: General VLC media player Troubleshooting
Topic: audio filter problem
Replies: 3
Views: 1511

audio filter problem

I am trying to save an mp3 audio stream to a file. The module libfixed32tos16_plugin.so is present at the plugin path, but vlc cannot find a suitable audio filter for fi32->s16l. Is it a bug in that module? This is the option I used: :sout=#transcode{acodec=mpga,ab=128,channels=2}:duplicate{dst=std{...
by yfwong
22 Apr 2008 09:03
Forum: General VLC media player Troubleshooting
Topic: saving audio stream to file
Replies: 1
Views: 438

saving audio stream to file

Now, the stream is decoded, re-encoded and finally saved to a file. Is it a setting to save a stream directly without decoding and encoding?
Thanks.
by yfwong
01 Apr 2008 05:03
Forum: General VLC media player Troubleshooting
Topic: noise comes out when running ugly resampler
Replies: 0
Views: 316

noise comes out when running ugly resampler

When VLC use ugly resampler to do an upsampling, I hear there is a little noise and it will disappear after the resampling is done. Is it a bug of the ugly resampler?
by yfwong
27 Mar 2008 08:20
Forum: General VLC media player Troubleshooting
Topic: question about the streaming buffer
Replies: 8
Views: 1823

Re: question about the streaming buffer

It seems the latency to start playing increases with the cache size.
by yfwong
27 Mar 2008 07:43
Forum: General VLC media player Troubleshooting
Topic: question about the streaming buffer
Replies: 8
Views: 1823

Re: question about the streaming buffer

use all the *-caching options.
Thanks, the *-caching options can configure the buffer size.
And is it possible to check the buffering status while playing a stream?
by yfwong
27 Mar 2008 03:55
Forum: General VLC media player Troubleshooting
Topic: question about the streaming buffer
Replies: 8
Views: 1823

question about the streaming buffer

While listening to a stream, can I check how many seconds of data is buffered up? Is it possible to set the buffer larger?
by yfwong
10 Mar 2008 04:31
Forum: General VLC media player Troubleshooting
Topic: Help! vlc0.8.6e cannot play BBC radio rtsp stream
Replies: 1
Views: 948

Re: Help! vlc0.8.6e cannot play BBC radio rtsp stream

I used Wireshark to observe the network traffic while stream the rtsp stream. I found that the server sent some data packets to vlc and vlc acknowledged the server after that. Eventually, the window size of the ack package decreased for a few second and dropped to zero finally. The server will stop ...
by yfwong
29 Feb 2008 10:11
Forum: General VLC media player Troubleshooting
Topic: Help! vlc0.8.6e cannot play BBC radio rtsp stream
Replies: 1
Views: 948

Help! vlc0.8.6e cannot play BBC radio rtsp stream

Hi! I attempted to play the BBC radio link (http://www.bbc.co.uk/radio1/realaudio/media/r1live.ram). VLC can stream it smoothly for about 1.5 minutes. Then, the stream stops suddenly and cannot resume again. It shows from the log that VLC cannot receive further data after on. Any idea? main debug: a...
by yfwong
25 May 2007 11:47
Forum: General VLC media player Troubleshooting
Topic: Does vlc support srtp?
Replies: 2
Views: 626

That's great :D
by yfwong
25 May 2007 11:30
Forum: General VLC media player Troubleshooting
Topic: Does vlc support srtp?
Replies: 2
Views: 626

Does vlc support srtp?

I cannot find anything above srtp in the source code of 0.8.6, seems it is not supported in this version. Will it be supported in the next version?
by yfwong
07 Feb 2007 11:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to retrieve buffer status while streaming audio?
Replies: 0
Views: 492

How to retrieve buffer status while streaming audio?

I am wiriting a player with libvlc.
Is there any function call to get the buffer status? Is is stored in any struct?
Thanks.

Go to advanced search