View difference between Paste ID: AWnDEKYU and 4ZgLgMeM
SHOW: | | - or go back to the newest paste.
1
./ffmpeg -f rawvideo -pix_fmt rgb565 -s 800X640 -vcodec rawvideo -preset slow -i /dev/graphics/fb0 http://localhost:8090/feed1.ffm
2-
./ffmpeg -f rawvideo -vcodec rawvideo -preset slow -i /dev/graphics/fb0 http://localhost:8090/feed1.ffm
2+
3
ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
4
  built on Jun 18 2012 15:09:13 with gcc 4.4.3
5
  configuration: --enable-version3 --disable-pthreads --enable-libx264 --disable-yasm --disable-asm --enable-gpl --enable-nonfree --disable-doc --enable-small --target-os=linux --disable-debug --disable-stripping --enable-cross-compile --cross-prefix=/home/rohit/Downloads/android-ndk-r7b/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linux- --sysroot=/home/rohit/Downloads/android-ndk-r7b/platforms/android-9/arch-x86 --arch=x86 --extra-cflags=-I/home/rohit/android-ec2/streamserver/newffmpeg/libs/x264-snapshot-20120616-2245/ --extra-ldflags=-L/home/rohit/android-ec2/streamserver/newffmpeg/libs/x264-snapshot-20120616-2245/
6
  libavutil      51. 54.100 / 51. 54.100
7
  libavcodec     54. 23.100 / 54. 23.100
8
  libavformat    54.  6.100 / 54.  6.100
9
  libavdevice    54.  0.100 / 54.  0.100
10
  libavfilter     2. 77.100 /  2. 77.100
11
  libswscale      2.  1.100 /  2.  1.100
12
  libswresample   0. 15.100 /  0. 15.100
13
  libpostproc    52.  0.100 / 52.  0.100
14
[rawvideo @ 0x8c2ab70] Warning: not compiled with thread support, using thread emulation
15
[rawvideo @ 0x8c1c620] Estimating duration from bitrate, this may be inaccurate
16
Input #0, rawvideo, from '/dev/graphics/fb0':
17
  Duration: N/A, start: 0.000000, bitrate: N/A
18
    Stream #0:0: Video: rawvideo (RGB[16] / 0x10424752), rgb565le, 800x640, 25 tbr, 25 tbn, 25 tbc
19
[buffer @ 0x8c1be50] w:800 h:640 pixfmt:rgb565le tb:1/25 sar:0/1 sws_param:flags=2
20
[buffersink @ 0x8c1bf80] No opaque field provided
21
[scale @ 0x8c1c110] w:800 h:640 fmt:rgb565le sar:0/1 -> w:800 h:640 fmt:yuv420p sar:0/1 flags:0x4
22
[libx264 @ 0x8c1b7a0] Warning: not compiled with thread support, using thread emulation
23
[libx264 @ 0x8c1b7a0] broken ffmpeg default settings detected
24
[libx264 @ 0x8c1b7a0] use an encoding preset (e.g. -vpre medium)
25
[libx264 @ 0x8c1b7a0] preset usage: -vpre <speed> -vpre <profile>
26
[libx264 @ 0x8c1b7a0] speed presets are listed in x264 --help
27
[libx264 @ 0x8c1b7a0] profile is optional; x264 defaults to high
28
Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
29
    Stream #0:0: Video: h264, yuv420p, 800x640, q=2-31, 128 kb/s, 1000k tbn, 25 tbc
30
Stream mapping:
31
  Stream #0:0 -> #0:0 (rawvideo -> libx264)
32
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
33
34
35
36
37
Here's the ffserver configuration:
38
39
Port 8090
40
RTSPPort 7654
41
BindAddress 0.0.0.0
42
RTSPBindAddress 0.0.0.0
43
MaxHTTPConnections 2000
44
MaxClients 1000
45
MaxBandwidth 1000
46
CustomLog -
47
48
49
<Feed feed1.ffm>
50
File /data/feed1.ffm
51
ACL allow 127.0.0.1 
52
</Feed>
53
54
55
<Stream test1.flv>
56
   Feed feed1.ffm
57
   Format flv
58
   VideoCodec libx264
59
   AVOptionVideo flags +global_header
60
   VideoSize 800X640
61
   NoAudio
62
</Stream>
63
64
65
##################################################################
66
# Special streams
67
68
# Server status
69
70
<Stream stat.html>
71
Format status
72
73
# Only allow local people to get the status
74
ACL allow localhost
75
ACL allow 192.168.0.0 192.168.255.255
76
77
#FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
78
</Stream>