Open blugz opened 9 years ago
I am working on the same, you just have to get the .sdp file with the ip of your terminal and use it as feed in a server like ffmpeg, for example.
Same here, working on it. Got two issues. One is that the client sends a faulty content type (has an extra ' ' on the end, which breaks both ffmpeg's rtsp server, and crtmpserver. The second is that the client expects a session id, and when it doesnt get the session id it just fails and aborts the session.
If both the devices are in the same network, you could setup RTSP server on your device and have another device connect to it using your device's ipaddr and the port you have set for your RTSP server.
On the remote side, you could use the standard android widget VideoView to play the contents of the local camera.
is there another way using libsteaming without wowza ?