video download too slow please speed up<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> roko <roko98@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> "ffserver-user@ffmpeg.org" <ffserver-user@ffmpeg.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Sunday, July 15, 2012 10:23 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [FFserver-user] Help with MP4 file streaming<br> </font> </div> <br>
<meta http-equiv="x-dns-prefetch-control" content="off"><div id=yiv686863570><html><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt;"><div>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></div><div><br></div><div>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></div><div><br></div><div>And have this output:</div><div><br></div><div>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></div><div><br></div><div>When the file ends, the player gets EOF:</div><div><br></div><div>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></div><div><br></div><div>Exiting... (End of file)</div><div><br></div><div>Any help with the settings I'm missing would be greatly appreciated.  Thx.<br><br></div><div><br></div></div></div></html></div><meta http-equiv="x-dns-prefetch-control" content="on"><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>