Advertisement
Guest User

with -p

a guest
Jan 7th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. srv testProgs # ./openRTSP -p 554 rtsp://5.14.241.144/h264/ch1/main/av_stream
  2. Opening connection to 5.14.241.144, port 554...
  3. ...remote connection opened
  4. Sending request: OPTIONS rtsp://5.14.241.144/h264/ch1/main/av_stream RTSP/1.0
  5. CSeq: 2
  6. User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.12.31)
  7.  
  8.  
  9. Received 153 new bytes of response data.
  10. Received a complete OPTIONS response:
  11. RTSP/1.0 200 OK
  12. CSeq: 2
  13. Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
  14. Date: Tue, Jan 07 2014 12:22:47 GMT
  15.  
  16.  
  17. Sending request: DESCRIBE rtsp://5.14.241.144/h264/ch1/main/av_stream RTSP/1.0
  18. CSeq: 3
  19. User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.12.31)
  20. Accept: application/sdp
  21.  
  22.  
  23. Received 681 new bytes of response data.
  24. Received a complete DESCRIBE response:
  25. RTSP/1.0 200 OK
  26. CSeq: 3
  27. Content-Type: application/sdp
  28. Content-Base: rtsp://5.14.241.144/h264/ch1/main/av_stream/
  29. Content-Length: 541
  30.  
  31. v=0
  32. o=- 1389097367649123 1389097367649123 IN IP4 192.168.0.10
  33. s=Media Presentation
  34. e=NONE
  35. b=AS:5050
  36. t=0 0
  37. a=control:rtsp://5.14.241.144/h264/ch1/main/av_stream/
  38. m=video 0 RTP/AVP 96
  39. b=AS:5000
  40. a=control:rtsp://5.14.241.144/h264/ch1/main/av_stream/trackID=1
  41. a=rtpmap:96 H264/90000
  42. a=fmtp:96 profile-level-id=420029; packetization-mode=1; sprop-parameter-sets=Z00AKZpmA8ARPyzUBAQFAAADA+gAAMNQBA==,aO48gA==
  43. a=Media_header:MEDIAINFO=494D4B48010100000400010000000000000000000000000000000000000000000000000000000000;
  44. a=appversion:1.0
  45.  
  46. Opened URL "rtsp://5.14.241.144/h264/ch1/main/av_stream", returning a SDP description:
  47. v=0
  48. o=- 1389097367649123 1389097367649123 IN IP4 192.168.0.10
  49. s=Media Presentation
  50. e=NONE
  51. b=AS:5050
  52. t=0 0
  53. a=control:rtsp://5.14.241.144/h264/ch1/main/av_stream/
  54. m=video 0 RTP/AVP 96
  55. b=AS:5000
  56. a=control:rtsp://5.14.241.144/h264/ch1/main/av_stream/trackID=1
  57. a=rtpmap:96 H264/90000
  58. a=fmtp:96 profile-level-id=420029; packetization-mode=1; sprop-parameter-sets=Z00AKZpmA8ARPyzUBAQFAAADA+gAAMNQBA==,aO48gA==
  59. a=Media_header:MEDIAINFO=494D4B48010100000400010000000000000000000000000000000000000000000000000000000000;
  60. a=appversion:1.0
  61.  
  62. Created receiver for "video/H264" subsession (client ports 554-555)
  63. Sending request: SETUP rtsp://5.14.241.144/h264/ch1/main/av_stream/trackID=1 RTSP/1.0
  64. CSeq: 4
  65. User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.12.31)
  66. Transport: RTP/AVP;unicast;client_port=554-555
  67.  
  68.  
  69. Received 200 new bytes of response data.
  70. Received a complete SETUP response:
  71. RTSP/1.0 200 OK
  72. CSeq: 4
  73. Session: 880118100;timeout=60
  74. Transport: RTP/AVP;unicast;client_port=554-555;server_port=8226-8227;ssrc=6f7988c3;mode="play"
  75. Date: Tue, Jan 07 2014 12:22:47 GMT
  76.  
  77.  
  78. Setup "video/H264" subsession (client ports 554-555)
  79. Created output file: "video-H264-1"
  80. Sending request: PLAY rtsp://5.14.241.144/h264/ch1/main/av_stream/ RTSP/1.0
  81. CSeq: 5
  82. User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.12.31)
  83. Session: 880118100
  84. Range: npt=0.000-
  85.  
  86.  
  87. Received 191 new bytes of response data.
  88. Received a complete PLAY response:
  89. RTSP/1.0 200 OK
  90. CSeq: 5
  91. Session: 880118100
  92. RTP-Info: url=rtsp://5.14.241.144/h264/ch1/main/av_stream/trackID=1;seq=37589;rtptime=1319109866
  93. Date: Tue, Jan 07 2014 12:22:47 GMT
  94.  
  95.  
  96. Started playing session
  97. Receiving streamed data (signal with "kill -HUP 17666" or "kill -USR1 17666" to terminate)...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement