After setting up the transcoder I can get all individual streams running of the two stream groups. I can also see the video on iOS and test the Smooth Streaming from Wowza example players from Wowza Streaming Engine Manager.
But no matter what I try I cant get the Adobe RTMP example to work with ngrp. I tried:
No, ngrp is not supported directly for RTMP Dynamic Streaming. Take a look at the RTMP Dynamic Streaming example in the JW Player article, which shows how to leverage server-side MediaList (including ngrp) in JW player’s RTMP Dynamic Streaming implementation.
A .smil file and the ngrp (StreamNameGroup) of the Wowza Transcoder are both MediaLists. The client is seeing the same thing. Server-side MediaList does not work in Flash Dynamic Streaming, but there is that convenience method of generating the client-side smil file from a server-side smil or ngrp (or amlst, dynamic MediaList).
ngrp is not mentioned at all. Everything is directed towards manual smil file generation. In the current thread you mention that ngrp will work for all except for Adobe Flash (RTMP). Correct? Is Smil generation now automatic via ngrp for all except for RTMP?