[Live-devel] Questions about Groupsock

2009-09-11 Thread Finta Tartaruga
Dear all, for my final project I need to do few tests with an experimental transport protocol. We decided to use the library live555 suitably modified to include our experimental protocol. I studied the source code for a while, especially the Groupsock part. I think I understood it quite well,

Re: [Live-devel] Live G711 audio source

2009-09-11 Thread Jeremy Noring
Sorry for the constant posts--I solved it. Again, timestamping bug. I changed my code to use the gettimeofday() defined in GroupsockHelper.hh, and everything works, so...pretty clear the problem is in our timestamping class (portable timestamping code == royal PITA). Thanks for all your help, Ro

Re: [Live-devel] Streaming from a device

2009-09-11 Thread Matt Schuckmann
Doesn't the watchVariable solution generally require you to setup some sort of scheduled periodic event scheduleDelayedTask so that the event loop is guarantied to wake up and check it every so often? For consuming data from a separate thread I've always preferred skipping the watch variable a

[Live-devel] Audio problem with openRTSP command

2009-09-11 Thread gerardo ares
Hi, I'm trying to get video+audio from an Axis m1031 device (RTSP stream) with the openRTSP command. I'm using options -4 (to create a mp4 file) and -y (to get video and audio sync). The video is fine, but i've some problem with the audio. When I play the mp4 file (generated by the openRTSP comma