Hi,
I have opened the bunny example video from VLC and I am trying to re-stream it with Wowza. What I do is start broadcasting it with VLC, with this settings:
:sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{sdp=rtsp://:8554/bunny},dst=display} :sout-all :sout-keep
Also tried adding mux=ts to the rtp{} part.
I can open it from an other VLC instance and watch the movie. Then I created an application, and set it up based on the articles (rtp), add the stream file (rtsp://localhost:8554/bunny), connect to the stream successfully, etc.
Then I try to open it from the FLASH test player and it’s only black. Says successfully published stream, but nothing gets played. This is what I see in the logs:
INFO stream publish bunny.stream -
INFO server comment - RTPMediaCaster.Reconnector[2096477826:childcare/_definst_:bunny.stream]: done: 6
INFO server comment - MediaCasterStreamValidator.getMonitor[childcare/_definst_] create:bunny.stream
INFO server comment - MediaCasterStreamValidator.onValidateMediaCaster[childcare/_definst_] Stream not healthy [stream startup timeout]: mp4:bunny.stream
INFO server comment - MediaCasterStreamValidator.onValidateMediaCastersStop[childcare/_definst_] Reset stream [mediaCaster]: mp4:bunny.stream
INFO server comment - RTPMediaCaster.resetConnection[2096477826:childcare/_definst_:bunny.stream]:
INFO server comment - RTPMediaCaster.closeRTPSession[2096477826:childcare/_definst_:bunny.stream]
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose
INFO server comment - RTPSessionTracker.remove[rtsp://localhost:8554/bunny]: 0:true
INFO stream unpublish bunny.stream -
INFO stream destroy bunny.stream -
INFO server comment - RTPMediaCaster.Reconnector[2096477826:childcare/_definst_:bunny.stream]: start: 7
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.doConnect: rtsp://localhost[127.0.0.1]:8554/bunny
INFO server comment - RTPSessionTracker.add[rtsp://localhost:8554/bunny]: 1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:null sessionTimeout:0
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[childcare/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.
INFO stream create - -
INFO stream publish bunny.stream -
INFO server comment - RTPMediaCaster.Reconnector[2096477826:childcare/_definst_:bunny.stream]: done: 7
INFO server comment - MediaCasterStreamValidator.getMonitor[childcare/_definst_] create:bunny.stream
INFO server comment - MediaCasterStreamValidator.onValidateMediaCaster[childcare/_definst_] Stream not healthy [stream startup timeout]: mp4:bunny.stream
INFO server comment - MediaCasterStreamValidator.onValidateMediaCastersStop[childcare/_definst_] Reset stream [mediaCaster]: mp4:bunny.stream
INFO server comment - RTPMediaCaster.resetConnection[2096477826:childcare/_definst_:bunny.stream]:
INFO server comment - RTPMediaCaster.closeRTPSession[2096477826:childcare/_definst_:bunny.stream]
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession
INFO stream unpublish bunny.stream -
INFO stream destroy bunny.stream -
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose
INFO server comment - RTPSessionTracker.remove[rtsp://localhost:8554/bunny]: 0:true
INFO server comment - RTPMediaCaster.Reconnector[2096477826:childcare/_definst_:bunny.stream]: start: 8
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.doConnect: rtsp://localhost[127.0.0.1]:8554/bunny
INFO server comment - RTPSessionTracker.add[rtsp://localhost:8554/bunny]: 1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:null sessionTimeout:0
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[childcare/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.
INFO stream create - -
INFO stream publish bunny.stream -
Can you tell me what’s this stream not healthy thing?
I have seen this very old thread, Streaming RTSP from VLC problem but this is not serious support, saying “you may have more success with that”, and not explaining based on the specs and docs why this would not work and why that would work. And finally the thread ends without any resolution.
Thanks,
wtb