[FFmpeg-trac] #1461(FFserver:new): Unable to encode video and post it to ffserver for streaming on android-x86 - http://pastebin.com/AWnDEKYU

FFmpeg trac at avcodec.org
Wed Jun 20 10:44:54 CEST 2012


#1461: Unable to encode video and post it to ffserver for streaming on android-x86
- http://pastebin.com/AWnDEKYU
-------------------------------------+-------------------------------------
             Reporter:  rconline     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  FFserver
              Version:  0.11.1       |               Resolution:
             Keywords:  FFserver     |               Blocked By:  Ambiguous
             Blocking:               |  error
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by burek):

 Just to copy the content from pastebin, if it expires or something:

 {{{
 Port 8090
 RTSPPort 7654
 BindAddress 0.0.0.0
 RTSPBindAddress 0.0.0.0
 MaxHTTPConnections 2000
 MaxClients 1000
 MaxBandwidth 1000
 CustomLog -


 <Feed feed1.ffm>
 File /data/feed1.ffm
 ACL allow 127.0.0.1
 </Feed>


 <Stream test1.flv>
    Feed feed1.ffm
    Format flv
    VideoCodec libx264
    AVOptionVideo flags +global_header
    NoAudio
 </Stream>


 ##################################################################
 # Special streams

 # Server status

 <Stream stat.html>
 Format status

 # Only allow local people to get the status
 ACL allow localhost
 ACL allow 192.168.0.0 192.168.255.255
 </Stream>
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1461#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list