Ok, I’ve bitten the bullet and am now developing on Ubuntu64 and Codeblocks instead of Windows and VS2010. Too many things in 32bit QuickTime were making it impossible for me to proceed.
BUT! I still can’t get a video coming over rstp: OR http: working.
It has something to do with OF not knowing how to get the duration, which in a stream isn’t important.
“GStreamer: cannot query time duration”
How can I tell OF not to CARE what the duration is and just start playing the frames?
if I stream from my own machine, and point OF at rtsp://127.0.0.1:5544/ I get,
OF: OF_LOG_WARNING: received a preroll without allocation
OF: OF_LOG_WARNING: GStreamer: unable to change speed
I’m on 007. I’ll try and find a public URL that doesn’t work. Right now I’m trying to use some streams which are local to our network. If I don’t loop it through VLC and just tell OF to look at udp://239.255.251.24:1234/ I get audio (hurray!) but no video and “OF: OF_LOG_WARNING: received a preroll without allocation” I’m looking into this now.