Video PLayer throws error when playing Transport Stream File from Url

Heres what the code looks like

<App>
	<DockPanel>
	<Video AutoPlay="true" Width="420" Height="745" ux:Name="video" Dock="Fill" Url="http://www.dododge.net/roku/hd-test-streams/football.ts" IsLooping="true" StretchMode="UniformToFill">
	    <ProgressAnimation>
	        <Change progressBar.Width="100" />
	    </ProgressAnimation>
	</Video>
	<Rectangle ux:Name="progressBar" Dock="Bottom" Fill="#f00" Width="0%" Height="10" />
	<Grid Dock="Bottom" ColumnCount="2" RowCount="1">
	    <Button Text="Play">
	        <Clicked>
	            <Play Target="video" />
	        </Clicked>
	    </Button>
	    <Button Text="Pause">
	        <Clicked>
	            <Pause Target="video" />
	        </Clicked>
	    </Button>
	</Grid>
	</DockPanel>
</App>

And here is the error thrown

[GT-I9500]: InternalError: Video error: what: 1 extra: -2147483648 in Fuse.Controls.VideoImpl.VideoVisual</Users/[User]/Library/Application Support/Fusetools/Packages/Fuse.Controls.Video/1.0.0/$.uno:1081>