Forum > Networking and Web Programming
RTSP or RTSP over HTTP
Marc:
RTSP is not that difficult to implement. It just some header.
In general for streams you don't want TCP overhead. TCP is guaranteed delivery, while on UDP you might lose a packet. For audio/video this doesn't hurt. You won't notice a dropped audio or video fragment, but you will notice that a lost TCP frame is send over (and over) again.
vexal:
Hi all,
Just to tell you that i find a lib that can pilot VLC (https://sourceforge.net/projects/paslibvlc/)
The lib is currently only for windows but i will try to make it works with linux later.
VLC can get a lots of streams, transcode in a lots of formats and stream to a lots of protocol.
8)
Navigation
[0] Message Index
[*] Previous page