Advertisement
Guest User

Untitled

a guest
Jan 8th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. ./openRTSP rtsp://5.14.241.144:554/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:554/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: Wed, Jan 08 2014 11:29:04 GMT
  15.  
  16.  
  17. Sending request: DESCRIBE rtsp://5.14.241.144:554/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 693 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:554/h264/ch1/main/av_stream/
  29. Content-Length: 549
  30.  
  31. v=0
  32. o=- 1389180544651017 1389180544651017 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:554/h264/ch1/main/av_stream/
  38. m=video 0 RTP/AVP 96
  39. b=AS:5000
  40. a=control:rtsp://5.14.241.144:554/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:554/h264/ch1/main/av_stream", returning a SDP description:
  47. v=0
  48. o=- 1389180544651017 1389180544651017 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:554/h264/ch1/main/av_stream/
  54. m=video 0 RTP/AVP 96
  55. b=AS:5000
  56. a=control:rtsp://5.14.241.144:554/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. Unable to create receiver for "video/H264" subsession: getsockname() error: Bad file descriptor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement