|
accessing the stream on a v2 DNAS mainly depends on what stream # is being accessed and what streampath value has been set.
in the current build /stream/1/ (note the extra slash) will play stream #1, whereas the next build changes things to be more v1 DNAS like on stream #1 where it's just / that needs to be accessed. the ; fiddle on the end should work either way (which was generally to make sure that DNAS doesn't try to server up the html admin page) but if you're accessing it via a HTML5 type connection then you'll need it for stream #1 unless you go for the explicit /stream/x/ option (where x is the stream #).
-daz
|