Hi,
I'm currently letting VLC stream a WMV file while it converts the file live to H264 with MP3 audio. This means you get an URL with just an IP and a port (http://127.0.0.1:1234/). When I try to let MPMoviePlayerController stream this, it says it can't open that extension...
What should I do? I heard that you have to create a M3U8 file, but I have no idea how to do that.
Are there any solutions for this problem, or is there an alternative to MPMoviePlayerController?
Thanks in advance