[FFmpeg-user] Fwd: Not able to stream over HTTP

sujith sudhakaran supretsonu99 at gmail.com
Mon Sep 17 16:42:09 CEST 2012


Hi Guys,

I am very new to ffmpeg, What I am trying to do is that, I have made some
changes in the ffserver code and have started the HTTP server.
Now, when I am trying to run the command to stream the media, it is giving
some error.
command: ffmpeg -i test.mp4 http://localhost:8090/feed1.ffm


Error:

ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
  built on Apr  5 2012 15:17:16 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
  configuration: --cxx=CXX
  libavutil      51. 34.101 / 51. 34.101
  libavcodec     53. 60.100 / 53. 60.100
  libavformat    53. 31.100 / 53. 31.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 60.100 /  2. 60.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp42avc1
    creation_time   : 2012-04-27 08:20:10
  Duration: 00:02:08.28, start: 0.000000, bitrate: 539 kb/s
    Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo,
s16, 104 kb/s
    Metadata:
      creation_time   : 2012-04-27 08:20:10
      handler_name    : Apple Sound Media Handler
    Stream #0:1(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p,
320x240, 429 kb/s, 25 fps, 25 tbr, 2500 tbn, 5k tbc
    Metadata:
      creation_time   : 2012-04-27 08:20:10
      handler_name    : Apple Video Media Handler
[buffer @ 0x112cc860] w:320 h:240 pixfmt:yuv420p tb:1/1000000 sar:0/1
sws_param:
[scale @ 0x112b9e40] w:320 h:240 fmt:yuv420p -> w:160 h:128 fmt:yuv420p
flags:0x4
[buffer @ 0x112e0a40] w:320 h:240 pixfmt:yuv420p tb:1/1000000 sar:0/1
sws_param:
[scale @ 0x11286e00] w:320 h:240 fmt:yuv420p -> w:352 h:240 fmt:yuv420p
flags:0x4

I am not able to figure out what is happening.  Please help me out with
this.
Thanking in advance.


More information about the ffmpeg-user mailing list