Re: [Live-devel] Issue with RTSP server, MPEGTS_RTP and successive client connections

2016-03-25 Thread Ross Finlayson
> I am using the following chain : > Grabbing picture -> FFMPEG encoding with RTP_MPEGTS output, over UDP -> RTSP > (live555 library) Are you using the “MPEG2TransportUDPServerMediaSubsession” class for this? > > Everything is working perfectly for the first client connection. But if i > clo

Re: [Live-devel] matroska audio/L16 support

2016-03-25 Thread Ross Finlayson
> You can download an MKV sample (H264+PCM) from http://dl.free.fr/c9v3H3gHL Michel, I tried this, but the downloaded file “sample.mkv” is *not* a MKV file. It appears instead to be just raw data of some form: %hexdump -C sample.mkv|head 31 ab ce 4b 5c b4 a5 94 ad 10 ef 74 b6 3b e0

Re: [Live-devel] matroska audio/L16 support

2016-03-25 Thread PROMONET Michel
Hi Ross, You can download an MKV sample (H264+PCM) from http://dl.free.fr/c9v3H3gHL Best Regards, Michel. [@@ THALES GROUP INTERNAL @@] -Message d'origine- De : live-devel [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : jeudi 24 mars 2016 20:32 À : LIV

[Live-devel] Issue with RTSP server, MPEGTS_RTP and successive client connections

2016-03-25 Thread Sylvain Fabre
Hi, I am using the following chain : Grabbing picture -> FFMPEG encoding with RTP_MPEGTS output, over UDP -> RTSP (live555 library) Everything is working perfectly for the first client connection. But if i close the client, wait a few minutes, and then re-open the connection to the RTSP serv