Search found 48 matches

Go to advanced search

by yinglcs
15 May 2011 22:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Linker problem when compile vlc-android on ubuntu 11.04
Replies: 0
Views: 445

Linker problem when compile vlc-android on ubuntu 11.04

Hi, i have been following the steps here http://wiki.videolan.org/AndroidCompile but at the end of the 'make' step, I get the following linker error: SharedLibrary : libvlcjni.so /home/yinglcs/Programs/android-ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-and...
by yinglcs
06 May 2011 21:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Need help to compile vlc-android under ubuntu 11.04
Replies: 2
Views: 944

Re: Need help to compile vlc-android under ubuntu 11.04

There is no file name 'libjnivlc.h' under my vlc-android directory (which I created via git clone).

~/vlc-android (master) $ find . -name libjnivlc.h
~/vlc-android (master) $
by yinglcs
06 May 2011 21:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Need help to compile vlc-android under ubuntu 11.04
Replies: 2
Views: 944

Need help to compile vlc-android under ubuntu 11.04

Hi, I am trying to compile vlc-android under ubuntu 11.04. I have followed the HOWTO. But i get the following error when I perform this step. I have set the path correctly. - Build the JNI interface for libvlc VLC_BUILD_DIR=path_to_vlc_builddir VLC_CONTRIB=path_to_vlc_contribs make I have set the pa...
by yinglcs
05 May 2011 20:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC from git on Ubuntu 11.04
Replies: 5
Views: 1366

Re: Compile VLC from git on Ubuntu 11.04

The error is from vlc_fixups.h (which is under include/vlc_fixups.h of official vlc git checkout). and vlc_fixups.h is included in config.h which is also under vlc git checkout.
by yinglcs
05 May 2011 19:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC from git on Ubuntu 11.04
Replies: 5
Views: 1366

Compile VLC from git on Ubuntu 11.04

Hi, I am trying to compile VLC from git on Ubuntu 11.04. I ran bootstrap and configure successfully. But when I compile, I get these errors: In file included from ../config.h:825:0, from pthread_cancel.c:12: ERROR : ../include/vlc_fixups.h:327: 45: expected ')' before '*' token ERROR : ../include/vl...
by yinglcs
19 Apr 2011 23:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Video audio goes muted when I seek to a position of the file
Replies: 6
Views: 4633

Video audio goes muted when I seek to a position of the file

Hi, I am running the latest VLC (I built from source just git and did a 'git pull --rebase') on Ubuntu 10.10. When I first play a video file (a mkv file), I have audio. But as soon as I seek to a position of the file (click on the progress bar some where), the audio is gone (goes silence). I have th...
by yinglcs
24 Mar 2011 20:11
Forum: VLC stream-output (sout)
Topic: Does VLC support secure RTP (SRTP)
Replies: 1
Views: 813

Does VLC support secure RTP (SRTP)

Hi,

Can you please tell me if the latest VLC supports secure RTP (SRTP)?
Streaming as a server and as a client?

I find this ticket, but i am not sure which vlc release has srtp support?
http://trac.videolan.org/vlc/ticket/321

Thank you.
by yinglcs
30 Jul 2010 09:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc configure script can't find libavcode
Replies: 3
Views: 1181

vlc configure script can't find libavcode

Hi, I am trying to run './configure' for vlc on ubuntu 10.04. But it can't find libavcode libraries for some reason. I have check /usr/lib, it has the libraries, why ./configure can't find it? This is the error from './configure': checking for AVCODEC... no configure: error: Could not find libavcode...
by yinglcs
10 Oct 2008 23:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC 0.9.2 on Ubuntu 8.0.4
Replies: 0
Views: 534

Compile VLC 0.9.2 on Ubuntu 8.0.4

Hi, I tried to download the source of vlc 0.9.2 and compile it on ubuntu 8.0.4: ../configure --prefix=/home/scheung/bin --enable-snapshot --enable-debug --enable-dbus-control --enable-musicbrainz --enable-shared-libvlc --enable-mozilla --enable-lirc --with-ffmpeg-tree=../extras/ffmpeg --enable-shout...
by yinglcs
01 Jun 2008 20:31
Forum: General VLC media player Troubleshooting
Topic: rtmp support in vlc
Replies: 1
Views: 768

rtmp support in vlc

Hi,

From earlier postings in the forms, vlc's nightly build supports rtmp.
Can you please tell me which known sites using rtmp that vlc can currently support?

Thank you for any tips.
by yinglcs
27 Jul 2007 07:57
Forum: VLC stream-output (sout)
Topic: ffmpeg decoder warning: warning: first frame is no keyframe
Replies: 0
Views: 1901

ffmpeg decoder warning: warning: first frame is no keyframe

I am getting this warning when I stream a flv file (source) ffmpeg decoder warning: warning: first frame is no keyframe My full command: vlc -vvv -I dummy video.flv --sout '#transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128}:rtp{dst=127.0.0.1,port-video=3342,port-audio=3346,sdp=file:///usr/local/movie...
by yinglcs
26 Jul 2007 01:43
Forum: VLC stream-output (sout)
Topic: How to specify AMR audio encoding in VLC transcoding
Replies: 5
Views: 3054

Re: How to specify AMR audio encoding in VLC transcoding

Hi, I have compile AMR libraries and then ffmpeg with AMR support. And recompile VLC. But when I use VLC to transcode using AMR, I get 'can not open encoder'. this the transcode parameter I used "#transcode{acodec=samr,samplerate=8000,channels=1,vcodec=mp4v,fps=15,vb=100}" Can you please t...
by yinglcs
25 Jul 2007 05:26
Forum: VLC stream-output (sout)
Topic: How to specify AMR audio encoding in VLC transcoding
Replies: 5
Views: 3054

Re: How to specify AMR audio encoding in VLC transcoding

Okay, I have compile ffmpeg with amr enable, like this: ./configure --enable-gpl --enable-pp --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-libamr-nb --enable-libamr-wb make And then I 'make clean', and make again, ./configure --enable-x11 --enable-xvideo --disable-gtk --enable-sdl ...
by yinglcs
24 Jul 2007 20:32
Forum: VLC stream-output (sout)
Topic: How can I control number of frames between key frames?
Replies: 3
Views: 490

How can I control number of frames between key frames?

Hi,

When I use VLC for transcoding, is there a way to control the number for frames between key frames in the output video?

Thank you.
by yinglcs
24 Jul 2007 17:44
Forum: VLC stream-output (sout)
Topic: How to specify AMR audio encoding in VLC transcoding
Replies: 5
Views: 3054

Re: How to specify AMR audio encoding in VLC transcoding

Thanks. I have followed the steps here to compile AMR support in ffmpeg: http://wiki.videolan.org/Win32CompileCygwin#FFmpeg_with_AMR_support_.28optional.29 But when I try to 'reconfigure' ffmpeg, i get this errror: $ ./configure --enable-gpl --enable-pp --enable-pthreads --enable-libmp3lame --enable...
by yinglcs
24 Jul 2007 07:12
Forum: VLC stream-output (sout)
Topic: How to specify AMR audio encoding in VLC transcoding
Replies: 5
Views: 3054

How to specify AMR audio encoding in VLC transcoding

Hi,

Can you give me an example about how to use AMR audio encoding in VLC transcoding mentioned in this thread?

viewtopic.php?f=4&t=37261&start=0&st=0&sk=t&sd=a
by yinglcs
20 Jul 2007 17:58
Forum: VLC stream-output (sout)
Topic: How to enable MPEG-4 encoder in vlc stream
Replies: 1
Views: 781

How to enable MPEG-4 encoder in vlc stream

Hi, How to enable MPEG-4 encoder in vlc streaming? I tried this transcode parameter #transcode{vcodec=h264,vb=226,fps=15,acodec=mp4a,ab=64,width=176height=144} [00000327] ffmpeg encoder error: cannot find encoder H264 - MPEG-4 AVC (part 10) [00000313] stream_out_transcode private error: cannot find ...
by yinglcs
20 Jul 2007 15:23
Forum: VLC stream-output (sout)
Topic: Using Quicktime/Real Player to watch a stream from VLC
Replies: 1
Views: 1229

Using Quicktime/Real Player to watch a stream from VLC

Hi, I have setup VLC streaming to boardcast to Darwin on linux and then view it via a video player. Here is my transcode parameter for VLC streaming: Code: Select all #transcode{vcodec=mp4v,vb=226,fps=15,acodec=mpga,ab=128} When I use vlc client on windows to watch the sdp file, it plays smooth. But...
by yinglcs
19 Jul 2007 23:26
Forum: VLC stream-output (sout)
Topic: Using VLC streaming to boardcast to Darwin
Replies: 1
Views: 857

Using VLC streaming to boardcast to Darwin

Hi, I have setup VLC streaming to boardcast to Darwin on linux. Here is my code: #transcode{vcodec=mp4v,vb=226,fps=15,acodec=mpga,ab=128} When I use vlc client on windows to watch the sdp file, it plays smooth. but when I use Quicktime client on window, the video/audio is very bad (almost not watcha...
by yinglcs
19 Jul 2007 08:30
Forum: VLC stream-output (sout)
Topic: VLC streaming to Darwin
Replies: 0
Views: 458

VLC streaming to Darwin

Hi, I am using VLC streaming (as a boardcaster) to Darwin. But when I use a video client (e.g. quicktime/vlc) to watch that stream by hitting Darwin, I see a lot of green rectangles in the video in the beginning. Can you please tell me what is wrong? And how can i fix it? p.s. I have a screen shot t...
by yinglcs
18 Jul 2007 07:56
Forum: VLC stream-output (sout)
Topic: Using VLC to stream to DSS and stream to P990
Replies: 0
Views: 659

Using VLC to stream to DSS and stream to P990

Hi, I am trying to following this email thread to use VLC to stream to DSS and then stream to P990 http://forum.videolan.org/viewtopic.php?f=4&t=37261&start=0&st=0&sk=t&sd=a Here is the transcode argument that I use: #transcode{vcodec=mp4v,vb=226,width=%d,height=%d,fps=15,acodec=...
by yinglcs
12 Jul 2007 01:22
Forum: VLC stream-output (sout)
Topic: Saving incoming stream to a file
Replies: 11
Views: 1550

Re: Saving incoming stream to a file

Thanks again. I am using this argument to transcode from flv to mp4: #transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128,width=176,height=144} My question is why my final mp4 file is bigger (almost double) then my original flv: original flv: 12430891 final mp4: 22409186 During the transoformation, I sc...
by yinglcs
11 Jul 2007 01:03
Forum: VLC stream-output (sout)
Topic: Saving incoming stream to a file
Replies: 11
Views: 1550

Re: Saving incoming stream to a file

I think I fix my problem by doing this: dst={standard{access=file, mux=mp4, dst=1.mp4} I have have 1 question which is If I do this, does that mean vlc will transcode the stream for me once? or twice (one for broadcasting, one for saving it to a file)? '#transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=1...
by yinglcs
11 Jul 2007 00:46
Forum: VLC stream-output (sout)
Topic: Saving incoming stream to a file
Replies: 11
Views: 1550

Re: Saving incoming stream to a file

Thanks for your help. I have change my transcode parameter to this, per your advice: #transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128}:duplicate{dst={standard{access=file, name=file:///tmp/1.mp4}} , dst={rtp{dst=63.23.35.161,port-video=1234,port-audio=1251,sdp=file:///tmp/1.sdp}} } The boradcast wor...

Go to advanced search