Search found 12 matches

Go to advanced search

by kiran
21 Dec 2007 12:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while running ffserver through ffmpeg.
Replies: 0
Views: 390

Error while running ffserver through ffmpeg.

Hello forum, I am compiling ffmpeg with the following options: ./configure --disable-mmx --enable-shared --enable-pp --enable-gpl --enable-pthreads --enable-static Then when i run ./ffserver i get following error: ./ffserver: error while loading shared libraries: libavformat.so.50: cannot open share...
by kiran
17 Dec 2007 08:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: 3GP Demuxer
Replies: 0
Views: 502

3GP Demuxer

Hello forum,

I need a 3GP demuxer code or specifications ,for demuxing an AAC audio from a 3gp container file format...
If anyone is aware of it pls reply..

Thanks & Regards,
gkj
by kiran
15 Dec 2007 11:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Streaming of AAC through ffmpeg
Replies: 3
Views: 934

Re: Streaming of AAC through ffmpeg

yes i have looked into the code and found that there is packetisation for mp2,mp3 audio format...so first i want to check for these format... From the ffserver documentation i enabled ffserver by giving : ./ffserver -f ffserver.conf & I created a ffserver.conf file with following options in it: ...
by kiran
14 Dec 2007 10:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Streaming of AAC through ffmpeg
Replies: 3
Views: 934

Streaming of AAC through ffmpeg

Hello forum, I want to know whether we can stream AAC file through ffmpeg.? When i looked into the code i found that there is mo2,mp3 audio streaming support...i.e rtp packetisation of these codecs were present... As AAC is mp4 file format so can we stream it through ffmpeg....? If so how we have to...
by kiran
14 Dec 2007 05:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where to include the faac and faad library folder in ffmpeg
Replies: 4
Views: 1169

Re: where to include the faac and faad library folder in ffmpeg

I am using gcc-3.4.3 version compiler. I did not update the gcc compiler,but i have modified static always_inline long int lrintf(float x) to static inline long int lrintf(float x) in common.h. and ffmpeg got built successfully... Then i configured vlc with following additional options: ./vlc --enab...
by kiran
13 Dec 2007 10:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where to include the faac and faad library folder in ffmpeg
Replies: 4
Views: 1169

Re: where to include the faac and faad library folder in ffmpeg

Thanks a lot for ur reply. I have compiled faac and faad by giving following commands: ./bootstrap,./configure,make,make install.The corresponding libraries were updated in /usr/local/lib. But when i am compiling ffmpeg after enabling libfaac,libfaad i get the following errors: libavutil/internal.h:...
by kiran
13 Dec 2007 06:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where to include the faac and faad library folder in ffmpeg
Replies: 4
Views: 1169

where to include the faac and faad library folder in ffmpeg

Hello Forum, I need to enable aac support in ffmpeg.I am having faac and faad libraries.I dont know at which location these folders have to pasted in ffmpeg.When i pasted them in libavcodedc folder i was getting following eror message: /usr/local/bin/ld: cannot find -lfaac So please help me if at al...
by kiran
16 Jun 2007 09:17
Forum: VLC stream-output (sout)
Topic: problem while streaming with RTCP option
Replies: 1
Views: 962

problem while streaming with RTCP option

Hello Forum, We are having a setup of vlc Streamer-Darwin Server-Quicktime player as client. When we are streaming from vlc with RTCP support to Quicktime player through Darwin server, the QT player is getting hanged within a seconds . But when we stream again from vlc second time,QT is able to Play...
by kiran
12 Apr 2007 13:51
Forum: General VLC media player Troubleshooting
Topic: RTCP support in vlc streamer
Replies: 1
Views: 842

RTCP support in vlc streamer

Hello forum,

When i am streaming through rtsp command from vlc i am not able to receive any rtcp packets in the ethereal.But the rtcp code is implemented in vlc.Can anyone tell me what modificationas i have to do to get rtcp packets.

Thanks
Kiran.
by kiran
07 Mar 2007 06:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: AMR pts problems while streaming with VLC
Replies: 3
Views: 1390

AMR pts problems while streaming with VLC

Hi, I using VLC streamer + FFMPEG to stream AMR file on to a VLC receiver. On the received side if I enable the debug messages I get the below log. [00000459] main audio output debug: *******aout_InputPlay()******* [00000459] main audio output debug: start_date = 1172814669874048 [00000459] main aud...
by kiran
12 Feb 2007 07:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: amr file streaming
Replies: 2
Views: 1540

Hello all, i was able to resolve the socket error,but even then i am not able to play it The updated log of streaming is as follows: VLC media player 0.8.5 Janus starting VLC root wrapper... using UID 0 (root) *************************************** * Running VLC as root is discouraged. * **********...
by kiran
08 Feb 2007 13:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: amr file streaming
Replies: 2
Views: 1540

amr file streaming

Hello all, i have downloaded respective files from 3gpp.org in to ffmpeg.But i am not able to play the amr file after successfull compilation.But when i am checking through ethereal i am able to get udp packets while streaming. This is the log i obtain when i stream an amr file:Pls give any ideas VL...

Go to advanced search