RTSP stream, what is possible?
Hi.
I want to create a java application on mobile devices that makes it possible to send(stream) live video to a server(streaming server).
So far i have only discovered java applications that makes it possible to receive the video stream to the phone if the phone supports the rtsp protocol. Correct me if im wrong.
Im wondering if it is possible to do it the other way. Filming on the phone and do a live stream to the server.
any help would be much appreciated //Christian
Re: RTSP stream, what is possible?
There is no support available in J2ME for RTP Protocol except for RTSP streaming. At the max what you can do is you have to create the RTP stack and divide the recorded data in to packets and build a RTP header for each packet and then establish a session with the server and then transfer these to the server. Its difficult but certainly not impossible.
Re: RTSP stream, what is possible?
I dont know the java application but if its in c laungauge then its possible ,if RTSP and RTCP protocol is there.