Re: [Live-devel] RTPInterface blocking readsocket()

2008-12-11 Thread Ross Finlayson
I'm using livemedia to stream over TCP. In the RTPInterface file there is a function tcpReadHandler() which handles all the data received from the client (reports, commands, ...). This function tries to read a '$' through a non-blocking call to readSocket(). Afterwards several more bytes are re

[Live-devel] Live 555 and Darwin Streaming Server 5.5.5

2008-12-11 Thread Andre Morais
Hello to you all, I'm recently starting to use Live555.Before that I use Darwin Streaming Server but it's limited in functionality that I can do over the streaming media while hosting.Does anybody already uses this servers at the same time to give more functionalitys to DSS? Thanks Regards _

[Live-devel] RTPInterface blocking readsocket()

2008-12-11 Thread Wouter Dhondt
Hi. I'm using livemedia to stream over TCP. In the RTPInterface file there is a function tcpReadHandler() which handles all the data received from the client (reports, commands, ...). This function tries to read a '$' through a non-blocking call to readSocket(). Afterwards several more bytes

Re: [Live-devel] Converting timeval to DateTime .NET

2008-12-11 Thread Ross Finlayson
I would like to know how can I convert a timeval presentationTime value in function afterGettingFrame(..., struct timeval presentationTime) to .NET DateTime ticks (number of ticks passed since 0001-01-01)? I don't know, but this seems completely unrelated to your next question: In my after

[Live-devel] Converting timeval to DateTime .NET

2008-12-11 Thread Alexey Vasilyev
Hi, I'm using Windows. Windows version uses QueryPerformanceCounter() in GroupsockHelper.cpp. I would like to know how can I convert a timeval presentationTime value in function afterGettingFrame(..., struct timeval presentationTime) to .NET DateTime ticks (number of ticks passed since 0001-0

[Live-devel] H264 RTP Streaming: A Tutorial

2008-12-11 Thread qiqi z
HI, The H264 RTP Streaming Tutorial comes back, thanks to Ron ^ He drove a time machine back to the past and obtained the file. Here is the link: http://www.fileden.com/files/2008/12/4/2210768/live555_H.264_tutorial.tar.gz q ___ live-devel mailing li