LiveCode_Panos wrote:Ah I see! Yeah, we will change the default value of dontUseQT to true.
That is weird though. I can successfully play wmv and avi files without having to set the dontUseQT to true first.
Regarding the offset issue, this is reported in http://quality.livecode.com/show_bug.cgi?id=17701 and it will be fixed in the next build.
just installed the LAVFilter package, see page 1 of this thread, and now I can even
play FLV videos and some MOV files with e.g. the Sörensen 3 codec!
So don't hesitate and install that stuff, it's free, good times are coming
Best
Klaus
Klaus, have you tried opening a multicast stream in the new player? I'm having trouble getting my development environment to work properly to test myself, but my app opens a ".sdp" file that references an H.264 UDP multicast stream (RTP). The little testing I have done so far seems to play ".wmv" files just fine, but others are hit and miss, and the ".sdp" files that I really need don't work at all. The same ".sdp" files open just fine in WMP, so I have the right codecs, but I'm not really that familiar with DirectShow, so maybe it behaves differently?
studawg66 wrote:I'm having trouble getting my development environment to work properly to test myself, but my app opens a ".sdp" file that references an H.264 UDP multicast stream (RTP). The little testing I have done so far seems to play ".wmv" files just fine, but others are hit and miss, and the ".sdp" files that I really need don't work at all. The same ".sdp" files open just fine in WMP, so I have the right codecs, but I'm not really that familiar with DirectShow, so maybe it behaves differently?
Just an update on this...I created a standalone app that does nothing else but try to open one of my .sdp files to a multicast stream and it worked! Video plays just fine! So I must have some "weirdness" in my old app in the way the new player object functions versus using QT in previous builds. That sounds like code issues that can be resolved with some digging, so that gives me some hope.