Guest User

Untitled

a guest
Jan 24th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. $ cat ffserver_rtp.conf
  2.  
  3. Port 8090
  4. RTSPPort 5454
  5. BindAddress 0.0.0.0
  6. MaxHTTPConnections 5
  7. MaxClients 5
  8. MaxBandwidth 40000
  9. CustomLog -
  10. NoDaemon
  11.  
  12. <Feed feed1.ffm>
  13. File /tmp/feed1.ffm
  14. FileMaxSize 100M
  15. ACL allow localhost
  16. ACL allow 127.0.0.1
  17. ACL allow 10.10.250.0 10.10.255.255
  18. </Feed>
  19.  
  20. <Stream stream.sdp>
  21. Feed feed1.ffm
  22. Format rtp
  23. </Stream>
  24.  
  25. <Stream status.html>
  26. Format status
  27. ACL allow localhost
  28. ACL allow 10.10.250.0 10.10.255.255
  29. ACL allow 127.0.0.1
  30. </Stream>
  31.  
  32. # ./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
  33.  
  34. # ./ffserver -f /etc/ffmpeg/ffserver_rtp.conf
  35. ffserver version N-48413-gdc8b367 Copyright (c) 2000-2013 the FFmpeg developers
  36. built on Jan 22 2013 15:58:23 with gcc 4.5 (SUSE Linux)
  37. 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
  38. libavutil 52. 13.100 / 52. 13.100
  39. libavcodec 54. 85.101 / 54. 85.101
  40. libavformat 54. 59.102 / 54. 59.102
  41. libavdevice 54. 3.102 / 54. 3.102
  42. libavfilter 3. 30.102 / 3. 30.102
  43. libswscale 2. 1.103 / 2. 1.103
  44. libswresample 0. 17.102 / 0. 17.102
  45. libpostproc 52. 2.100 / 52. 2.100
  46. Thu Jan 24 17:18:17 2013 FFserver started.
  47. Thu Jan 24 17:18:20 2013 10.10.250.122 - - [GET] "/feed1.ffm HTTP/1.1" 200 4175
  48. Thu Jan 24 17:18:24 2013 [NULL @ 0x154f500]AAC with no global headers is currently not supported.
  49. Thu Jan 24 17:18:24 2013 10.10.250.65:6970 - - "PLAY stream.sdp/streamid=0 RTP/UDP"
  50. Thu Jan 24 17:18:24 2013 10.10.250.65:6972 - - "PLAY stream.sdp/streamid=1 RTP/UDP"
  51. Thu Jan 24 17:19:00 2013 10.10.250.122 - - [POST] "/feed1.ffm HTTP/1.1" 200 6221824
  52. Thu Jan 24 17:19:05 2013 [NULL @ 0x154f500]AAC with no global headers is currently not supported.
  53. 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
  54. 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