Android: Can I Stream RTP/RTCP Video?

  • Thread starter Thread starter xortan
  • Start date Start date
  • Tags Tags
    Android Stream
AI Thread Summary
Streaming an RTP/RTCP video stream from an IP camera to an Android device is indeed possible. RTCP, which works alongside RTP, provides feedback on transmission quality but is less commonly discussed than RTSP and HTTP. Android devices can handle RTCP streams, but it's crucial to choose an IP camera that supports both RTP and RTCP protocols. Additionally, utilizing a third-party app or software may be necessary to receive and decode the RTP/RTCP stream effectively on the Android device.
xortan
Messages
76
Reaction score
1
Hello everyone,

Not sure if this is the right place but...

I probably have a stupid question here but is it possible to stream an RTP/RTCP video stream from an IP camera to an Android device? I am not a programmer but am trying to select a camera to use for my current project.

I have done some research and seen that Android is able to accept RTSP and HTTP for video streams but not seeing much info if it will also accept RTCP.

Thanks in advance!
 
Technology news on Phys.org


Hello,

I can confirm that it is possible to stream an RTP/RTCP video stream from an IP camera to an Android device. RTCP is a control protocol used in conjunction with RTP to provide feedback on the quality of the data transmission. While it is not as commonly used as RTSP and HTTP, Android devices do have the capability to accept RTCP streams.

When selecting a camera for your project, it is important to make sure that it supports both RTP and RTCP protocols. Additionally, you may need to use a third-party app or software to receive and decode the RTP/RTCP stream on your Android device.

I hope this information helps and good luck with your project! Let me know if you have any further questions.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top