views:

280

answers:

1

Hi guys,

I have a server socket (on port 3490) in my app which has a video data - It runs on a different thread. Now I have a mpmovieplayercontroller and would like to read the data from the socket and play it. I'm not sure what url should I pass to it. I've tried file://localhost:3490 http://localhost:3490 but this doesn't work. Please help

Thanks

Alex

A: 

You say server socket but you don't mention what kind of protocol the server implements. Is it HTTP? If so then you will need to use a http URL.

St3fan