Advertisement
Guest User

Untitled

a guest
Nov 16th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. test@ubuntu:/usr/local/src$ openRTSP -4 "rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd" | ffmpeg -i pipe: -vf yadif -acodec libfaac -ar 44100 -ab 64k -coder ac -vcodec libx264 -b:v 1536k -maxrate 1728k -bufsize 4800k -profile:v baseline -preset:v veryfast -tune film -crf 20 -g 50 -f flv rtmp://192.168.0.2/live/live1
  2. Warning: The -q, -4 or -i option was used, but not -w. Assuming a video width of 240 pixels
  3. Warning: The -q, -4 or -i option was used, but not -h. Assuming a video height of 180 pixels
  4. Warning: The -q, -4 or -i option was used, but not -f. Assuming a video frame rate of 15 frames-per-second
  5. Opening connection to 212.27.38.253, port 554...
  6. ...remote connection opened
  7. Sending request: OPTIONS rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd RTSP/1.0
  8. CSeq: 2
  9. User-Agent: openRTSP (LIVE555 Streaming Media v2011.12.23)
  10.  
  11.  
  12. Received 127 new bytes of response data.
  13. Received a complete OPTIONS response:
  14. RTSP/1.0 200 OK
  15. Cseq: 2
  16. Server: fbxrtspd/1.2 Freebox RTSP server
  17. Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
  18.  
  19.  
  20. Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd RTSP/1.0
  21. CSeq: 3
  22. User-Agent: openRTSP (LIVE555 Streaming Media v2011.12.23)
  23. Accept: application/sdp
  24.  
  25.  
  26. Received 415 new bytes of response data.
  27. Received a complete DESCRIBE response:
  28. RTSP/1.0 200 OK
  29. Cseq: 3
  30. Server: fbxrtspd/1.2 Freebox RTSP server
  31. Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
  32. Content-Length: 214
  33. Content-Type: application/sdp
  34. Content-Language: fr
  35.  
  36. v=0
  37. o=leCDN 1353087584 1353087584 IN IP4 kapoueh.proxad.net
  38. s=unknown
  39. i=unknown
  40. c=IN IP4 0.0.0.0
  41. t=0 0
  42. m=video 0 RTP/AVP 33
  43. a=control:rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd
  44.  
  45. Opened URL "rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd", returning a SDP description:
  46. v=0
  47. o=leCDN 1353087584 1353087584 IN IP4 kapoueh.proxad.net
  48. s=unknown
  49. i=unknown
  50. c=IN IP4 0.0.0.0
  51. t=0 0
  52. m=video 0 RTP/AVP 33
  53. a=control:rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd
  54.  
  55. ffmpeg version git-2012-11-16-9264810 Copyright (c) 2000-2012 the FFmpeg developers
  56. built on Nov 16 2012 12:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  57. configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3
  58. libavutil 52. 7.100 / 52. 7.100
  59. libavcodec 54. 71.100 / 54. 71.100
  60. libavformat 54. 36.100 / 54. 36.100
  61. libavdevice 54. 3.100 / 54. 3.100
  62. libavfilter 3. 23.100 / 3. 23.100
  63. libswscale 2. 1.102 / 2. 1.102
  64. libswresample 0. 16.100 / 0. 16.100
  65. libpostproc 52. 1.100 / 52. 1.100
  66. Created receiver for "video/MP2T" subsession (client ports 43018-43019)
  67. Sending request: SETUP rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd RTSP/1.0
  68. CSeq: 4
  69. User-Agent: openRTSP (LIVE555 Streaming Media v2011.12.23)
  70. Transport: RTP/AVP;unicast;client_port=43018-43019
  71.  
  72.  
  73. Received 338 new bytes of response data.
  74. Received a complete SETUP response:
  75. RTSP/1.0 200 OK
  76. Cseq: 4
  77. Server: fbxrtspd/1.2 Freebox RTSP server
  78. Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
  79. X-Freebox-ANPT-Range: 607973586/607973586/607973586/607973586
  80. Session: lSl43InxGBp3M1s;timeout=30
  81. Transport: RTP/AVP;unicast;mode=play;destination=192.168.0.77;client_port=43018-43019;server_port=32782-32783
  82.  
  83.  
  84. Setup "video/MP2T" subsession (client ports 43018-43019)
  85. Warning: We don't implement a QuickTime Video Media Data Type for the "MP2T" track, so we'll insert a dummy "????" Media Data Atom instead. A separate, codec-specific editing pass will be needed before this track can be played.
  86. Sending request: PLAY rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd RTSP/1.0
  87. CSeq: 5
  88. User-Agent: openRTSP (LIVE555 Streaming Media v2011.12.23)
  89. Session: lSl43InxGBp3M1s
  90. Range: npt=0.000-
  91.  
  92.  
  93. Received 338 new bytes of response data.
  94. Received a complete PLAY response:
  95. RTSP/1.0 200 OK
  96. Cseq: 5
  97. Server: fbxrtspd/1.2 Freebox RTSP server
  98. Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
  99. X-Freebox-ANPT-Range: 607973589/607973589/607973589/607973589
  100. Session: lSl43InxGBp3M1s;timeout=30
  101. RTP-Info: url=rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd;seq=1;rtptime=0
  102.  
  103.  
  104. Started playing session
  105. Receiving streamed data (signal with "kill -HUP 2992" or "kill -USR1 2992" to terminate)...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement