Hello. I'm writing a midlet to do streaming from a rtsp server.
I downloaded the S60 3rd edition sdk and I've read in the documentation that rtsp is supported by the implementation and that i can create a player passing a rtsp locator.
I've mp4 file on the Darwin server.
I do:
Manager.createPlayer("rtsp://localhost:554/file.mp4");
and the creation goes successfully but when i try to realize the player i get:
Realize error: -7002 !!!
What's that??I get the same error with other file types and then I noticed that if i do: Manager.getSupportedProtocols(null) i get http,https,file and device and not rtsp while if i check for supported types i get only audio types and no video types.I can understand what's wrong!!![]()
Please help me!Thank u!

Reply With Quote

...damn


