I want to be able to parse the rtsp stream in order to extract data about the radio station, current playing song name, duration etc.
I have to do it manually – no libraries.
Preferred language is Java but I could work with something else too.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Welcome to the world of RFC 2326: Real Time Streaming Protocol (RTSP).
You’ll need to become a bit of an expert in the higher level structures and then code your own parser to extract the meta data.
You’d really save a lot of time by using a library. You should reconsider that decision.