Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat ffserver_rtp.conf
- Port 8090
- RTSPPort 5454
- BindAddress 0.0.0.0
- MaxHTTPConnections 5
- MaxClients 5
- MaxBandwidth 40000
- CustomLog -
- NoDaemon
- <Feed feed1.ffm>
- File /tmp/feed1.ffm
- FileMaxSize 100M
- ACL allow localhost
- ACL allow 127.0.0.1
- ACL allow 10.10.250.0 10.10.255.255
- </Feed>
- <Stream stream.sdp>
- Feed feed1.ffm
- Format rtp
- </Stream>
- <Stream status.html>
- Format status
- ACL allow localhost
- ACL allow 10.10.250.0 10.10.255.255
- ACL allow 127.0.0.1
- </Stream>
- # ./ffmpeg -i http://qthttp.akamai.com.edgesuite.net/iphone_demo/Video_Content/npr/blindpilot_hdv_bug/all.m3u8 -vcodec copy -acodec copy http://10.10.250.122:8090/feed1.ffm
- # ./ffserver -f /etc/ffmpeg/ffserver_rtp.conf
- ffserver version N-48413-gdc8b367 Copyright (c) 2000-2013 the FFmpeg developers
- built on Jan 22 2013 15:58:23 with gcc 4.5 (SUSE Linux)
- configuration: --enable-gpl --enable-nonfree --enable-version3 --enable-libx264 --enable-libfaac --enable-libmp3lame --extra-cflags=-I/home/work/ffmpeg/x264 --extra-ldflags=-L/usr/local/lib
- libavutil 52. 13.100 / 52. 13.100
- libavcodec 54. 85.101 / 54. 85.101
- libavformat 54. 59.102 / 54. 59.102
- libavdevice 54. 3.102 / 54. 3.102
- libavfilter 3. 30.102 / 3. 30.102
- libswscale 2. 1.103 / 2. 1.103
- libswresample 0. 17.102 / 0. 17.102
- libpostproc 52. 2.100 / 52. 2.100
- Thu Jan 24 17:18:17 2013 FFserver started.
- Thu Jan 24 17:18:20 2013 10.10.250.122 - - [GET] "/feed1.ffm HTTP/1.1" 200 4175
- Thu Jan 24 17:18:24 2013 [NULL @ 0x154f500]AAC with no global headers is currently not supported.
- Thu Jan 24 17:18:24 2013 10.10.250.65:6970 - - "PLAY stream.sdp/streamid=0 RTP/UDP"
- Thu Jan 24 17:18:24 2013 10.10.250.65:6972 - - "PLAY stream.sdp/streamid=1 RTP/UDP"
- Thu Jan 24 17:19:00 2013 10.10.250.122 - - [POST] "/feed1.ffm HTTP/1.1" 200 6221824
- Thu Jan 24 17:19:05 2013 [NULL @ 0x154f500]AAC with no global headers is currently not supported.
- Thu Jan 24 17:19:05 2013 10.10.250.85 - - [DESCRIBE] "rtsp://10.10.250.122:5454/stream.sdp RTSP/1.0" 200 542
- Thu Jan 24 17:19:05 2013 10.10.250.85 - - [OPTIONS] "rtsp://10.10.250.122:5454 RTSP/1.0" 200 85
Advertisement
Add Comment
Please, Sign In to add comment