RTSP client in android
Posted
by Vinay
on Stack Overflow
See other posts from Stack Overflow
or by Vinay
Published on 2009-07-29T16:09:50Z
Indexed on
2010/04/20
3:23 UTC
Read the original article
Hit count: 1386
I am writing a RTSP client in Android. I am able to receive the Responses for all the requests i.e.,
- DESCRIBE it sends back the 200 OK
- SETUP with transport: RTP/AVP:unicast:client_port=4568:4569 got the 200 OK Message back
- Sent PLAY, and got the OK Message
After that how to get the audio and video frames?
I have searched on blogs, but all say to listen at client_port but I am not receiving any packets.
Please let me know am I doing correctly.
© Stack Overflow or respective owner