Either you speedup my video downloads for which I am you sure you people are perfectly incapble.and also incompetent Better refund my money.<br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div  dir="ltr" > <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Meftah Tayeb <tayeb.dotnet@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> FFserver user questions and RTFMs <ffserver-user@ffmpeg.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Sunday, July 15, 2012 9:11 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [FFserver-user] Help with MP4 file streaming<br> </font> </div> <br>
try add loop to your stream definition<BR>----- Original Message ----- From: "roko" <<a ymailto="mailto:roko98@yahoo.com" href="mailto:roko98@yahoo.com">roko98@yahoo.com</a>><BR>To: <<a ymailto="mailto:ffserver-user@ffmpeg.org" href="mailto:ffserver-user@ffmpeg.org">ffserver-user@ffmpeg.org</a>><BR>Sent: Sunday, July 15, 2012 7:53 PM<BR>Subject: [FFserver-user] Help with MP4 file streaming<BR><BR><BR>Please forgive my English. I want  ffserver to stream continuously a mp4 file forever, using rtsp, for an internal testing. That means, when the original file ends, I want to ffserver start from the beginning, so the remote player don’t see any interruption. So far, I have this file:<BR><BR><BR>Port 8090<BR>RTSPPort 5540<BR>BindAddress 0.0.0.0<BR>MaxHTTPConnections 100<BR>MaxClients 100<BR>MaxBandwidth 10000<BR><BR><Stream test1.rtsp><BR>File /home/emelo/algo2.mp4<BR>Format rtp<BR></Stream><BR><BR><Stream
 stat.html><BR>Format status<BR><BR># Only allow local people to get the status<BR>ACL allow localhost<BR>ACL allow 192.168.0.0 192.168.255.255<BR></Stream><BR><BR># Redirect index.html to the appropriate site<BR><BR><Redirect index.html><BR>URL http://www.ffmpeg.org/<BR></Redirect><BR><BR>And have this output:<BR><BR>emelo@alfa:~/workspace/survey> ffserver -f ~/Temp/ffserver-file_to_rtsp.conf<BR>ffserver version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers<BR>built on Jun 10 2012 22:43:48 with gcc 4.5.1 20101208 [gcc-4_5-branch revision 167585]<BR>configuration: --shlibdir=/usr/lib64 --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib64 --enable-shared --disable-static --enable-debug --disable-stripping --extra-cflags='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fPIC -I/usr/include/gsm' --enable-gpl --enable-x11grab --enable-version3
 --enable-pthreads --enable-avfilter --enable-libpulse --enable-libvpx --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libxvid --enable-libx264 --enable-libschroedinger --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-postproc --enable-libdc1394 --enable-librtmp --enable-libfreetype  --enable-avresample<BR>libavutil 51. 54.100 / 51. 54.100<BR>libavcodec 54. 23.100 / 54. 23.100<BR>libavformat 54. 6.100 / 54. 6.100<BR>libavdevice 54. 0.100 / 54. 0.100<BR>libavfilter 2. 77.100 / 2. 77.100<BR>libswscale 2. 1.100 / 2. 1.100<BR>libswresample 0. 15.100 / 0. 15.100<BR>libpostproc 52. 0.100 / 52. 0.100<BR>Sun Jul 15 11:44:09 2012 Opening file '/home/emelo/algo2.mp4'<BR>Sun Jul 15 11:44:09 2012 FFserver started.<BR>Sun Jul 15 11:44:16 2012 127.0.0.1 - - [DESCRIBE] "rtsp://localhost:5540/test1.rtsp RTSP/1.0" 200 501<BR>Sun Jul 15 11:44:16 2012 127.0.0.1:36284 - - "PLAY test1.rtsp/streamid=0
 RTP/UDP"<BR>Sun Jul 15 11:45:13 2012 127.0.0.1 - - [] " RTP/UDP" 200 591838<BR>Sun Jul 15 11:45:14 2012 127.0.0.1 - - [TEARDOWN] "rtsp://localhost:5540/test1.rtsp/ RTSP/1.0" 200 760<BR><BR><BR>When the file ends, the player gets EOF:<BR><BR>emelo@alfa:~/workspace/survey> mplayer rtsp://localhost:5540/test1.rtsp<BR>MPlayer dev-SVN-r35007-4.5-openSUSE Linux 11.4 (x86_64)-Packman (C) 2000-2012 MPlayer Team<BR>mplayer: could not connect to socket<BR>mplayer: No such file or directory<BR>Failed to open LIRC support. You will not be able to use your remote control.<BR><BR>Playing rtsp://localhost:5540/test1.rtsp.<BR>Resolving localhost for AF_INET6...<BR>Connecting to server localhost[::1]: 5540...<BR><BR>connect error: Connection refused<BR>Resolving localhost for AF_INET...<BR>Connecting to server localhost[127.0.0.1]: 5540...<BR><BR>rtsp_session: unsupported RTSP server. Server type is 'unknown'.<BR>STREAM_LIVE555, URL:
 rtsp://localhost:5540/test1.rtsp<BR>Stream not seekable!<BR>file format detected.<BR>Initiated "video/H264" RTP subsession on port 36284<BR>demux_rtp: Guessed the video frame rate as 8 frames-per-second.<BR>(If this is wrong, use the "-fps <frame-rate>" option instead.)<BR>VIDEO: [H264] 0x0 0bpp 8.000 fps 0.0 kbps ( 0.0 kbyte/s)<BR>Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory<BR>[vdpau] Error when calling vdp_device_create_x11: 1<BR>==========================================================================<BR>Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family<BR>libavcodec version 54.29.100 (internal)<BR>Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)<BR>==========================================================================<BR>Audio: no sound<BR>Starting playback...<BR>Unsupported PixelFormat 61<BR>Unsupported PixelFormat 53<BR>Unsupported PixelFormat
 81<BR>Movie-Aspect is undefined - no prescaling applied.<BR>VO: [xv] 320x240 => 320x240 Planar YV12<BR>V: 56.6 342/342 1% 0% 0.0% 0 0<BR><BR><BR>Exiting... (End of file)<BR><BR>Any help with the settings I'm missing would be greatly appreciated. Thx.<BR><BR><BR>__________ Information from ESET NOD32 Antivirus, version of virus signature database 7293 (20120712) __________<BR><BR>The message was checked by ESET NOD32 Antivirus.<BR><BR><a href="http://www.eset.com" target=_blank >http://www.eset.com</a><BR><BR><BR><BR><BR>--------------------------------------------------------------------------------<BR><BR><BR>> _______________________________________________<BR>> ffserver-user mailing list<BR>> <a ymailto="mailto:ffserver-user@ffmpeg.org" href="mailto:ffserver-user@ffmpeg.org">ffserver-user@ffmpeg.org</a><BR>> <a href="http://ffmpeg.org/mailman/listinfo/ffserver-user" target=_blank
 >http://ffmpeg.org/mailman/listinfo/ffserver-user</a><BR>> <BR>> <BR>> <BR>> __________ Information from ESET NOD32 Antivirus, version of virus signature database 7293 (20120712) __________<BR>> <BR>> The message was checked by ESET NOD32 Antivirus.<BR>> <BR>> <a href="http://www.eset.com" target=_blank >http://www.eset.com</a><BR>> <BR>> <BR><BR><BR>__________ Information from ESET NOD32 Antivirus, version of virus signature database 7300 (20120715) __________<BR><BR>The message was checked by ESET NOD32 Antivirus.<BR><BR><a href="http://www.eset.com" target=_blank >http://www.eset.com</a><BR><BR><BR><BR>_______________________________________________<BR>ffserver-user mailing list<BR><a ymailto="mailto:ffserver-user@ffmpeg.org" href="mailto:ffserver-user@ffmpeg.org">ffserver-user@ffmpeg.org</a><BR><a href="http://ffmpeg.org/mailman/listinfo/ffserver-user" target=_blank
 >http://ffmpeg.org/mailman/listinfo/ffserver-user</a><BR><br><br> </div> </div> </blockquote>