Re: [Live-devel] Matroska parsing issues

2012-06-07 Thread Ross Finlayson
> I've been playing a bit with live555MediaServer, and it appears to me that > it's not able to properly parse tracks of some Matroska files, for example > this one: > > http://vvv.mokrakocicka.cz/gang/20120601-live555-example.mkv vvv.mokrakocicka.cz : No such host. > I've tried to look into

[Live-devel] Fw: duplicate stream from 2 cameras

2012-06-07 Thread Sumit Aggarwal
Hi, We are using multiple cameras stream using live555 in a single system. We observe that suddenly(at run time) a camera starts taking stream of other, so we start getting duplicate streams, although IPs and cameras are different. Is this because of ephemeral port issue on live555 rtsp cl

[Live-devel] AV Sync for live input

2012-06-07 Thread Sambhav
Hi, I have RTSP ServerMediaSession with one audio subsession and one video subsession. The sources for audio and video are live and coming as RTP streams whose timestamps are derived from same source. ( I subclassed OnDemandServerMediaSubsession to take live RTP input) The RTSP client is able to

[Live-devel] Metadata

2012-06-07 Thread Rahul kumar Pandey
Hi Ross,         I am using RTSP for transmitting video from server to client. At some points during the transmission I need the server to "send" metadata to the client. Could you please share how can I do this? Thanks Rahul ___ live-devel mailing lis

[Live-devel] uninitialised value in liveMedia/RTPSink.cpp ?

2012-06-07 Thread PROMONET Michel
Hi Ross, It seems that RTPTransmissionStats::fOldValid is not initialized, it is set in the second call of RTPTransmissionStats::noteIncomingRR (when fFirstPacket becomes false). Do you think it is possible to initialize it in the constructor ? Best Regards, M