Re: [Live-devel] live555 for wm6.1 loss udp packet

2009-12-09 Thread Kevin.Liu
Hi Ross: Thank you very much for your reply. I have changed the buffer of the socket to 4,000,000 and the audio stream has much better. But the video stream also not good. I wrote my own "BufferSink" inherit form "MediaSink" directly ,so I did not use the "RTPSink" ,must I use the "RTPSink" in

Re: [Live-devel] 64 bit portability

2009-12-09 Thread Ross Finlayson
- Are there any plans to get rid of there warnings to make Visual Studio compilers happy? No, because most of those warnings are silly and/or bogus, and the few warnings that *are* legitimate turn out not to be a problem in our code. Specifically: - The "conversion from 'SOCKET' to int" war

[Live-devel] 64 bit portability

2009-12-09 Thread Němec Alexandr
Hi all, I compiled the live555 media streaming library using the Visual Studio 2005 compiler and the compiler reports 176 warnings when compiled with the 64 bit portability issues detection feature. The warnings are not reported when this compiler feature is turned off. Yes, most of the warnings

[Live-devel] The implementation of H264VideoStreamFramer stream from .h264 file

2009-12-09 Thread Fan Rong-B23625
Hi guys, I am studying H264VideoStreamFramer now. I want to stream from .h264 file, then VLC play this stream. I kown somebody has implemented this feature, But I cann't get the source codes by google. Who can share these source codes with me? Thanks a lot. Fan Rong __

Re: [Live-devel] live555 for wm6.1 loss udp packet

2009-12-09 Thread Ross Finlayson
I have migrated the live555 library to window mobile 6.1 ,but I found a question that live555 client app can not receive all the media data sent by the live555 server (udp). I thought the live555 client may be not quick enough to handle the udp packet which means the server send too fast ( w

[Live-devel] live555 for wm6.1 loss udp packet

2009-12-09 Thread Kevin.Liu
Hi to all , I have migrated the live555 library to window mobile 6.1 ,but I found a question that live555 client app can not receive all the media data sent by the live555 server (udp). I thought the live555 client may be not quick enough to handle the udp packet which means the server send t