gstreamer/gst
Sebastian Dröge 69e346419a rtsp-client: Use a random session ID in the SDP
RFC4566 Section 5.2 says that it should make the username, session id,
nettype, addrtype and unicast address tuple globally unique. Always using
1188340656180883 is not going to guarantee that: https://xkcd.com/221/

Instead let's create a 64 bit random number, which at least brings us
closer to the goal of global uniqueness.

https://tools.ietf.org/html/rfc4566#section-5.2
2015-01-18 19:08:36 +01:00
..
rtsp-server rtsp-client: Use a random session ID in the SDP 2015-01-18 19:08:36 +01:00
Makefile.am Split in library and example program 2009-01-08 13:18:55 +01:00