Ive encountered a bug in filestream2 (which is nice btw ;):
If I change video to a different one with different resolution, filestream2 chrashes, shows funky patterns (memory stuff?) and V4 hangs up.
Which is in tech speak by g-spot:
both videos are H.264/MPEG-4 AVC
first
mp42: MP4 v2 [ISO 14496-14](ISO 14496-14)
- mp41: MP4 v1 [ISO 14496-1:ch13](ISO 14496-1:ch13)
Recommended Display Size: 844 x 988
change to second
mp42: MP4 v2 [ISO 14496-14](ISO 14496-14)
- mp41: MP4 v1 [ISO 14496-1:ch13](ISO 14496-1:ch13)
Recommended Display Size: 1688 x 988
I use ffd show (multiple instances enabled) and Haali media splitter.
Another strange behaviour is if I start two filestreams2 (was looking for a resolution workaround) everything is fine as long as I do not connect them to same string.spread input (splitting done by getslice). Because at a fresh start both renderer will show same video (one of both) instead of two different. If I connect a single string input to my second filestream2 this doesnt occur at start.
edit: Found a workaround: Instead of getslice, a switch at filename input and a switch at texture output is working - only filestream2 which is dedicated to small or big res is playing then. So, a hard switch between two filestream2 (having loaded my two resolutions at start) does the job.
Or is this a ffd-show issue?