Advertisement
Guest User

Untitled

a guest
Jan 8th, 2014
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ./openRTSP rtsp://37.43.41.142:554/live/ch00_0
  2. Opening connection to 37.43.41.142, port 554...
  3. ...remote connection opened
  4. Sending request: OPTIONS rtsp://37.43.41.142:554/live/ch00_0 RTSP/1.0
  5. CSeq: 2
  6. User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.12.31)
  7.  
  8.  
  9. Received 105 new bytes of response data.
  10. Received a complete OPTIONS response:
  11. RTSP/1.0 200 OK
  12. CSeq: 2
  13. Server: UBNT Streaming Server v1.2
  14. Public: DESCRIBE, SETUP, TEARDOWN, PLAY
  15.  
  16.  
  17. Sending request: DESCRIBE rtsp://37.43.41.142:554/live/ch00_0 RTSP/1.0
  18. CSeq: 3
  19. User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.12.31)
  20. Accept: application/sdp
  21.  
  22.  
  23. Received 561 new bytes of response data.
  24. Received a complete DESCRIBE response:
  25. RTSP/1.0 200 OK
  26. CSeq: 3
  27. Server: UBNT Streaming Server v1.2
  28. Content-Base: rtsp://37.43.41.142:554/live/ch00_0/
  29. Content-Type: application/sdp
  30. Content-Length: 393
  31.  
  32. v=0
  33. o=- 1 1 IN IP4 127.0.0.1
  34. s=Ubiquiti Live
  35. i=UBNT Streaming Media
  36. c=IN IP4 0.0.0.0
  37. t=0 0
  38. m=video 0 RTP/AVP 99
  39. b=AS:50000
  40. a=framerate:30
  41. a=x-dimensions:1280,720
  42. a=x-vendor-id:ubnt,a521
  43. a=x-rtp-ts:4617405454576779984
  44. a=rtpmap:99 H264/90000
  45. a=fmtp:99 profile-level-id=42A01E;packetization-mode=1;sprop-parameter-sets=Z0IAKOkAoAt1xIAG3dAAzf5gDYgQlA==,aM4xUg==
  46. a=control:trackID=0
  47.  
  48. Opened URL "rtsp://37.43.41.142:554/live/ch00_0", returning a SDP description:
  49. v=0
  50. o=- 1 1 IN IP4 127.0.0.1
  51. s=Ubiquiti Live
  52. i=UBNT Streaming Media
  53. c=IN IP4 0.0.0.0
  54. t=0 0
  55. m=video 0 RTP/AVP 99
  56. b=AS:50000
  57. a=framerate:30
  58. a=x-dimensions:1280,720
  59. a=x-vendor-id:ubnt,a521
  60. a=x-rtp-ts:4617405454576779984
  61. a=rtpmap:99 H264/90000
  62. a=fmtp:99 profile-level-id=42A01E;packetization-mode=1;sprop-parameter-sets=Z0IAKOkAoAt1xIAG3dAAzf5gDYgQlA==,aM4xUg==
  63. a=control:trackID=0
  64.  
  65. Unable to create receiver for "video/H264" subsession: getsockname() error: Bad file descriptor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement