Page 1 of 1

How to receive stream on PDA via rtsp?

Posted: 06 Dec 2004 03:28
by kass
hi,
Please help me!

I had tried to receiving a stream on my ipaq PDA(Familiar linux) via rtsp, but can't success.
(Streaming Server : DarwinStreamingServer, VLC )

In VLC Feature list, PDA(Familiar linux) can receive a stream via http, rtsp, rtp, udp ....

I can only success....

1. Receive mp3 stream from DarwinServer via http
2. Receive video stream from vlc server via http

How to receive stream on PDA via rtsp?

Please help me!!!

thanks..

Posted: 06 Dec 2004 08:50
by Sigmund
Do the familliar linux vlc have the "livedotcom" module? check output of vlc --list

Posted: 07 Dec 2004 05:03
by kass
Do the familliar linux vlc have the "livedotcom" module? check output of vlc --list
Thanks your reply..

I had check output of vlc --list. I can find only "access_udp UDP/RTP input".

So...I try to source compile, but livedotcom module can`t access.

=compile configure=

./configure --prefix=/usr/local/arm/3.4.1/arm-linux/usr/vlc --target=arm-linux --host=arm-linux --enable-release --enable-livedotcom --disable-plugins --disable-gtk --disable-gnome --disable-qt --disable-kde --disable-qte --disable-xosd --disable-arts --enable-dummy --enable-fb --enable-sdl --enable-oss --disable-alsa --enable-x11 --disable-xvideo --disable-dvd --disable-dvdread --disable-vcd --disable-maxosx --disable-xosd --disable-freetype --enable-flac --enable-libmpeg2 --enable-mad --enable-ffmpeg --enable-familiar --with-tuning=strongarm1100 --x-includes=/usr/local/arm/3.4.1/arm-linux/include --x-libraries=/usr/local/arm/3.4.1/arm-linux/usr/X11R6/lib --with-mad-tree=/home/mpeg/project/build/mad-0.14.2b --with-gtk-config-path=/usr/local/arm/3.4.1/arm-linux/usr/bin --with-gtk-prefix=/usr/local/arm/3.4.1/arm-linux/usr --with-sdl-config-path=/usr/local/arm/3.4.1/arm-linux/usr/bin --with-sdl-prefix=/usr/local/arm/3.4.1/arm-linux/usr --with-ffmpeg-tree=/home/mpeg/project/build/ffmpeg-0.4.8 --with-libmpeg2-tree=/home/mpeg/project/build/mpeg2dec LDFLAGS="-L/usr/local/arm/3.4.1/arm-linux/lib -L/usr/local/arm/3.4.1/arm-linux/usr/lib" CPPFLAGS="-I/usr/local/arm/3.4.1/arm-linux/usr/include -I/home/mpeg/project/build/ffmpeg-0.4.8/libavcodec" --disable-wxwindows --disable-skins2 --enable-livedotcom

please help me!