Hello, I try to stream h.264 video using VLC to Apple Quicktime (win32). Quicktime successfully intiates RTSP-session but does not show any video. There is no error report either.
I use following command line to start streaming:
vlc.exe" ./h264test.mpg --sout "#duplicate{dst=rtp{dst=172.16.1.168,port=1234,port-audio=1235,port-video=1235,sdp=rtsp://172.16.1.168:9554/h264test}}" --sout-all
Have someone been successful in streaming H.264 to Quicktime?