[FFmpeg-user] ffplay error :

Maxim Kozlov rogat1y at gmail.com
Sat Feb 1 13:07:33 CET 2014


2014-01-27 Keestu Pillo <get2jils at gmail.com>:

> Hi all,
> I am new to ffmplay.
> I tried streaming from vlc player with rtsp, and trying to run by ffplay.
>
> i tried the below command
>   ./ffplay_g  rtsp://192.168.8.47:8554/
>
> and i end up getting the below error!.
>
> ffplay version git-2014-01-27-6369766 Copyright (c) 2003-2014 the FFmpeg
> developers
>   built on Jan 27 2014 15:30:45 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
>   configuration: --prefix=/home/ramprakash/ffmpeg-linux/ffmpeg-build
> --extra-cflags=-I/home/ramprakash/ffmpeg-linux/ffmpeg-build/include
> --extra-ldflags=-L/home/ramprakash/ffmpeg-linux/ffmpeg-build/lib
> --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac
> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
> --enable-libvpx --enable-libx264 --enable-nonfree --enable-debug
>   libavutil      52. 63.100 / 52. 63.100
>   libavcodec     55. 49.100 / 55. 49.100
>   libavformat    55. 26.100 / 55. 26.100
>   libavdevice    55.  5.102 / 55.  5.102
>   libavfilter     4.  1.101 /  4.  1.101
>   libswscale      2.  5.101 /  2.  5.101
>   libswresample   0. 17.104 /  0. 17.104
>   libpostproc    52.  3.100 / 52.  3.100
> [tcp @ 0x7fd798001500]
> *Connection to tcp://192.168.8.47:8554?timeout=0
> <http://192.168.8.47:8554?timeout=0> failed: No route to
> hostrtsp://192.168.8.47:8554/ <http://192.168.8.47:8554/>: Input/output
> error*
>
>
> How can i resolve this issue?
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


No route to host

first try
telnet 192.168.8.47 8554
to check that you can connect to remote host


More information about the ffmpeg-user mailing list