프로그램 사용/VLC2011. 2. 24. 15:26
VLC 도움말
RTP/RTSP/SDP 디먹서 (Live555 사용)
      --rtsp-tcp, --no-rtsp-tcp  RTSP (TCP) 을 통한 RTP 사용 (기본 사용안함)
          RTSP (TCP) 을 통한 RTP 사용 (기본 사용안함)
      --rtp-client-port=<정수> 클라이언트 포트
          세션의 RTP 소스에 사용하는 포트
      --rtsp-mcast, --no-rtsp-mcast
                                 RTSP 을 통한 RTP 멀티캐스트 강제
                                 (기본 사용안함)
          RTSP 을 통한 RTP 멀티캐스트 강제 (기본 사용안함)
      --rtsp-http, --no-rtsp-http
                                 HTTP 을 통한 RTSP 및 RTP 터널 (기본 사용안함)
          HTTP 을 통한 RTSP 및 RTP 터널 (기본 사용안함)
      --rtsp-http-port=<정수>  HTTP 터널 포트
          HTTP 을 통한 RTSP/RTP 터널링에 사용할 포트.
      --rtsp-caching=<정수>    캐시 값 (ms)
          RTSP 스트림의 기본 캐싱 값 변경을 허용. 이 값은
          밀리초 단위로 설정되어야 합니다.
      --rtsp-kasenna, --no-rtsp-kasenna
                                 Kasenna RTSP 표현법 (기본 사용안함)
          Kasenna servers use an old and nonstandard dialect of RTSP. With this
          parameter VLC will try this dialect, but then it cannot connect to
          normal RTSP servers. (기본 사용안함)
      --rtsp-wmserver, --no-rtsp-wmserver
                                 WMServer RTSP dialect (기본 사용안함)
          WMServer uses an unstandard dialect of RTSP. Selecting this parameter
          will tell VLC to assume some options contrary to RFC 2326 guidelines.
          (기본 사용안함)
      --rtsp-user=<문자열>    RTSP 사용자명
          Sets the username for the connection, if no username or password are
          set in the url.
      --rtsp-pwd=<문자열>     RTSP 비밀번호
          Sets the password for the connection, if no username or password are
          set in the url.

Receiving streamed data via TCP instead of UDP
If you're not receiving any data packets (you can test this using "-n"), then you may be behind a firewall that (stupidly) blocks UDP packets. If this is the case, you can use the "-t" option to request that the RTSP server stream RTP and RTCP data packets over its TCP connection, instead of using UDP packets. (Note that not all RTSP servers support TCP streaming, and that TCP cannot be used to receive multicast streams.)

You should use this option only if you are unable to receive UDP packets, or if you are recording the stream for later playback, and need to do so without packet loss. Streaming over TCP can cause incoming data to be excessively delayed, which is inappropriate if the data is being processed in real time.

Alternatively, you can use the "-T <http-port-number>" option to request that the stream be sent (using TCP) over a "RTSP-over-HTTP tunnel", using the specified HTTP port number. RTSP-over-HTTP tunneling can be useful if you are behind a HTTP-only firewall. (Note, however, that not all RTSP servers support this.)

[링크 : http://www.live555.com/openRTSP/]
    [링크 : http://developer.apple.com/quicktime/icefloe/dispatch028.html] RTSP over HTTP 관련글



결론 : 그래도 안되네 -_-

'프로그램 사용 > VLC' 카테고리의 다른 글

VLC 외부코덱 연결하기 제약사항  (0) 2011.06.23
VLC 화면 캡쳐하기  (0) 2011.05.30
VLC 를 터널링으로 사용하기 (실패 OTL)  (0) 2011.02.23
VLC에서 RTSP를 multicast로 받기  (0) 2011.02.15
VLC - V4L2 modules  (0) 2010.07.03
Posted by 구차니