Wowza Community

How to play transcoder in rtmp?

Hello, I tried to transcoding my stream and its seems succeed because I can see all the streams at incoming stream --> http://gyazo.com/124c922118e27c86008b4dda334c006b

and I can play each of them --> http://gyazo.com/f5db737715462988cb199fb4705bba91

But I was tried to play here but failed --> https://account.jwplayer.com/#/publish/select/internet

this is what I put there at JWPlayer:

http://103.28.148.147:1935/live/smil:myStream.smil/manifest.f4m

http://103.28.148.147:1935/live/smil:myStream.smil/manifest

http://103.28.148.147:1935/live/smil:myStream.smil/playlist.m3u8

http://103.28.148.147:1935/live/ngrp:mystream_all/playlist.m3u8

Im not found the format link for RTMP, please help.

thankyou.

Hi,

To play SMIL files that consist of RTMP streams in JW Player you may need to use their Dynamic RTMP Streaming method. We do provide this article explaining how it is set up. If you wish to test a single RTMP stream on JW Player’s site then the usual format is something like

vod: rtmp://[wowza-server]:1935/vod/mp4:sample.mp4
live: rtmp://[wowza-server]:1935/live/myStream

Paul