fyhertz / libstreaming

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
Apache License 2.0
3.49k stars 1.08k forks source link

Streaming without wowza #122

Open blugz opened 9 years ago

blugz commented 9 years ago

is there another way using libsteaming without wowza ?

jsertx commented 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.

magnusjjj commented 9 years ago

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.

Locnath commented 9 years ago

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.