View Single Post
  #3  
Old 02-06-2012, 09:19 AM
benny benny is offline
Junior Member
 
Join Date: Feb 2012
Posts: 26
benny is on a distinguished road
Default

Re: A site can rtmpdump but just only few seconds


SOLVED!

Thanks....

but I have tried to put this into the ffserver and it can't work...
Code:
Port 8090
RTSPPort 554
BindAddress 0.0.0.0
MaxHTTPConnections 1000
MaxClients 200
MaxBandwidth 10000
CustomLog -
 
<Stream test2.flv>
Format rtp
File "rtmp://solive.wni.co.jp:1935/live app=live swfUrl=http://weathernews.jp/framework/current/mws_streaming_video.swf?1 pageUrl=http://weathernews.jp/solive24 playpath=livestream1 live=1"
MulticastAddress 224.124.0.1
MulticastPort 5000
MulticastTTL 16
NoLoop
</Stream>
the server starts and come with this error: (starts with "sudo ffserver")
Code:
ffserver version git-2012-01-17-7e62315 Copyright (c) 2000-2012 the FFmpeg developers
  built on Jan 17 2012 17:44:01 with gcc 4.4.3
  configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab
  libavutil      51. 34.100 / 51. 34.100
  libavcodec     53. 56.105 / 53. 56.105
  libavformat    53. 30.100 / 53. 30.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 59.100 /  2. 59.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    51.  2.100 / 51.  2.100
Tue Feb  7 00:17:46 2012 Opening file 'rtmp://solive.wni.co.jp:1935/live app=live swfUrl=http://weathernews.jp/framework/current/mws_streaming_video.swf?1 pageUrl=http://weathernews.jp/solive24 playpath=livestream1 live=1'
Tue Feb  7 00:18:37 2012 Could not open 'rtmp://solive.wni.co.jp:1935/live app=live swfUrl=http://weathernews.jp/framework/current/mws_streaming_video.swf?1 pageUrl=http://weathernews.jp/solive24 playpath=livestream1 live=1': -5
Tue Feb  7 00:18:37 2012 FFserver started.
any ideas?
Reply With Quote