Search found 48 matches

Go to advanced search

by yinglcs
10 Jul 2007 21:09
Forum: VLC stream-output (sout)
Topic: Saving incoming stream to a file
Replies: 11
Views: 1568

Re: Saving incoming stream to a file

I am using these parameter for transcoding ,and it works (#1): #transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128}:rtp{dst=127.0.0.1,port-video=1234,port-audio=1235,sdp=a.sdp} But when I change it to this, it does not work (#2): #transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128}:standard{access=rtp,dst...
by yinglcs
10 Jul 2007 17:44
Forum: VLC stream-output (sout)
Topic: Saving incoming stream to a file
Replies: 11
Views: 1568

Re: Saving incoming stream to a file

Hi,
Can you please tell me how do you save a incoming stream to a file using just command line parameters?

Thank you.
by yinglcs
09 Jul 2007 22:57
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use vlc to view a rtsp stream
Replies: 3
Views: 914

Re: How to use vlc to view a rtsp stream

Thanks. I try opening a rtsp stream again using VLC with 'vvv' options. Here is the log I get: I appreciate any more pointers. [root@REDHAT3 bin]# ./vlc -vvv rtsp://127.0.0.1:554/sample_300kbit.mp4 VLC media player 0.9.0-svn Grishenko [[32;1m00000001[0m] main libvlc debug: [0mchecking builtin module...
by yinglcs
09 Jul 2007 08:44
Forum: VLC stream-output (sout)
Topic: how to save the transcode stream to a file
Replies: 0
Views: 530

how to save the transcode stream to a file

hi,

from the vlc documentation here, it talks about how to transcode a stream and sent it to an ip address.

http://www.videolan.org/doc/videolan-howto/en/ch09.html

But how can I do that and then write the transcoded stream to a file on disk?

Thank you.
by yinglcs
02 Jul 2007 19:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use vlc to view a rtsp stream
Replies: 3
Views: 914

How to use vlc to view a rtsp stream

Hi, i am trying to use vlc to view a rtsp stream, but I get this error: # ./vlc /usr/local/movies/sample_300kbit.mp4 VLC media player 0.9.0-svn Grishenko [00000282] main playlist error: Reloading playlist not implemented. [00000001] main libvlc error: option key-menu-on does not exist [00000001] mai...
by yinglcs
23 Jun 2007 00:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Which Linux distros/versions does VLC support?
Replies: 16
Views: 2416

Thanks. But I just 'make install' libgcrypt-1.2.4' and it still gives me the same error message. ./bootstrap + AUTOMAKESUCKS=no + INSTALLSUCKS=no + ACLOCAL_ARGS='-I m4 ' + test -d extras/contrib/bin ++ pwd + export PATH=/home/scheung/src/vlc-trunk/extras/contrib/bin:.:/home/scheung/bin/bin:/home/sch...
by yinglcs
22 Jun 2007 21:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Which Linux distros/versions does VLC support?
Replies: 16
Views: 2416

I am trying to compile VLC on RedHat EL 4. Can you please tell me what is the easiest way to do that? I need to get all the necessary libraries and development libraries. How can I do that? and when I run '/.bootstrap', I get this: $ ./bootstrap + AUTOMAKESUCKS=no + INSTALLSUCKS=no + ACLOCAL_ARGS='-...
by yinglcs
17 Jun 2007 05:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Building vlc-0.8.6a: undefined reference to `gpg_strerror'
Replies: 4
Views: 3642

Hi, i am having the same problem when compile extra/contrib under ubuntu. i have install libgpg-error 1.6 in /usr/local/lib $ pwd libgpg-error.so /usr/local/lib $ nm libgpg-error.so | grep gpg_strerror 00000950 T gpg_strerror 00000780 T gpg_strerror_r And i have /usr/local/lib in my LD_LIBRARY_PATH,...
by yinglcs
08 Jun 2007 07:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC on ubuntu
Replies: 2
Views: 705

Compile VLC on ubuntu

Hi, I am trying to compile VLC trunk on ubuntu 7.0.4. I get it to compile, but when I use it to open a mov file, I can hear the audio, but I can't see the video. I see the following error: VLC probably does not support the 'h263' audio or video format. Unfortunately there is no way for you to fix th...
by yinglcs
07 Jun 2007 21:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How can i display debug message on console when run VLC
Replies: 2
Views: 729

How can i display debug message on console when run VLC

hi,

How can i display debug message on console when run VLC in command mode?

I have looked at 'vlc --help --advanced', but I can't find my answer.

Thank you.
by yinglcs
06 Jun 2007 16:42
Forum: VLC media player for Windows Troubleshooting
Topic: How to use VLC to view HTTP stream
Replies: 2
Views: 619

How to use VLC to view HTTP stream

Hi, I opened this thread for my question about how to use VLC to view HTTP stream http://forum.videolan.org/viewtopic.php?t=37574 I have some new information about Windows . 2 days ago when I try to use VLC to view this: $ vlc http://sjl-casing1.sjl.youtube.com/get_video?video_id=XaXz-dryqLg it take...
by yinglcs
04 Jun 2007 21:19
Forum: VLC stream-output (sout)
Topic: Vlc + DSS streaming to p990
Replies: 19
Views: 8246

Thanks for the help. i have another question: Can I stream from a file hosting by a http server instead of a local file? i.e. doing this: ./vlc -I dummy http://httpserver/test.avi --sout .... And when I do this, does it mean it will download the whole file via HTTP first? or it will stream as it dow...
by yinglcs
04 Jun 2007 17:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use VLC to view a http stream
Replies: 3
Views: 969

Thanks. It turns out that it only takes 5 seconds to display that on Windows XP, but it talks 3 minutes to display on Ubunutu (on same machine, same network).

i am running 0.8.6 on both environment. Any idea why there is such a big difference?

Thank you.
by yinglcs
04 Jun 2007 06:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use VLC to view a http stream
Replies: 3
Views: 969

How to use VLC to view a http stream

Hi, I tried using vlc to view a http stream,like this: > vlc http://sjl-casing1.sjl.youtube.com/get_video?video_id=XaXz-dryqLg It takes 'vlc' more than 3 minutes before start displaying the content. Does vlc support http streaming? If yes, why it takes so long before VLC starts showing content? Than...
by yinglcs
01 Jun 2007 07:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How can i use VLC to view a http stream
Replies: 0
Views: 533

How can i use VLC to view a http stream

Hi, I am trying to use VLC to view a http stream from 'youtube'. Here is the url 'http://lax-v76.lax.youtube.com/get_video?video_id=egJR3K6UIJY'. And when I open the stream using the 'Open stream' menu in vlc, i see nothing. But when I enter that same url in firefox, i can download the flv file and ...
by yinglcs
31 May 2007 06:22
Forum: VLC stream-output (sout)
Topic: Vlc + DSS streaming to p990
Replies: 19
Views: 8246

I have a few questions on this matter. I appreciate if you can help me as well: 1. I thought I need to use 3gp instead of 'mp4v' when I stream to a phone, is that true? Why 'mp4v' will work? 2. What is this 'width=176,height=144' for? 3. what does this mean 'Add "mp4a-latm," to rtp{....}. ...
by yinglcs
29 May 2007 00:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How can I adjust the amount of time VLC to wait for a rtsp
Replies: 0
Views: 454

How can I adjust the amount of time VLC to wait for a rtsp

Hi,
i am trying to use VLC to view a rtsp stream. I think by default, it waits for 10 seconds for a rtsp response. Can you please tell me how can I increase the amount of that time?

Thank you.
by yinglcs
07 May 2007 07:20
Forum: VLC stream-output (sout)
Topic: DVB Streaming to Internet Via VLC and Darwin
Replies: 2
Views: 1234

Hi,

I am trying to use VLC to stream a file to Darwin.
Can you please tell me how you setup Darwin (to accept VLC ouptut)
and how to configure VLC to stream to Darwin?

Thank you.
by yinglcs
07 May 2007 07:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to use VLC to view flv file
Replies: 0
Views: 865

how to use VLC to view flv file

Hi, How can I use VLC to view flv file? I have compiled vlc 0.8.6 on my fedora 5, I get the error when I try to view flv file: vlc: pcm_plug.c:384: snd_pcm_plug_change_channels: Assertion `snd_pcm_format_linear(slv->format)' failed. Aborted I have compiled mplayer on the same machine, but I can use ...
by yinglcs
06 May 2007 06:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to use VLC to stream a file to Darwin
Replies: 0
Views: 538

how to use VLC to stream a file to Darwin

Hi,

Can you please tel me how can I use VLC to stream a file to Darwin as if a live boardcast?

Thank you.
by yinglcs
08 Jan 2007 00:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem in using VLC to play a wmv file on Linux
Replies: 1
Views: 856

Problem in using VLC to play a wmv file on Linux

Hi, I am trying to play a wmv file on Linux (fedora 5) usinv VLC. But I get this following error, can anyone please tell me how to fix it? $ vlc ~/downloadfiles/Teri.wmv VLC media player 0.8.5 Janus vlc: pcm_plug.c:384: snd_pcm_plug_change_channels: Assertion `snd_pcm_format_linear(slv->format)' fai...
by yinglcs
05 Jan 2007 00:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How can i install VLC on fedora 6?
Replies: 2
Views: 1516

How can i install VLC on fedora 6?

I tried install VLC via yum, but nothing was found.
Thanks for any help.

$ yum list vlc
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files
by yinglcs
06 Dec 2006 17:27
Forum: VLC stream-output (sout)
Topic: Can you please tell me can VLC stream re-scale the content
Replies: 0
Views: 471

Can you please tell me can VLC stream re-scale the content

Can you please tell me if VLC stream re-scale the content as it streams?

Thank you.

Go to advanced search