Click here to Skip to main content
15,899,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everbody, I want to get packet rtsp in C but I don't known a way to do it? Can you help me to find C library to do it?Thanks
Posted

pcap (libpcap) library is the best one and it is free.
 
Share this answer
 
I've never seen a library for this (so far) but the standard is actually pretty straight-forward and easy to implement. You can use a UDP library then just implement the application layer yourself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900