Re: [Live-devel] Is this a bug??

2009-12-10 Thread Kam Wai-ip
ok, can you tell me where is the code cause this problem, then i will try to fix it, thanks On Fri, Dec 11, 2009 at 12:59 AM, Ross Finlayson wrote: > I just found that, when I stream h264 video, every data that contain 0x0d >> 0x0a will be replaced by 0x0d 0x0d 0x0a, is this a bug, or just my >>

[Live-devel] Integration with Third party RTP library

2009-12-10 Thread Paulo Rogério Panhoto
Hello everyone, This is my first post to this list. I was checking out the openRTSP source and one question popped to my mind. How can I use only the RTSP client (to do the session stablishment and control, like PLAY, RECORD) without using the RTP library? Regards, Paulo

Re: [Live-devel] Crash on TaskScheduler DoEventLoop

2009-12-10 Thread Ross Finlayson
We implemented a code to obtain raw data from cameras IP via RTSP using Live 555. In order to obtain it, we create a class which each time a new camera it is connected a new thread of the class is started. Have you read the FAQ entry about threads? -- Ross Finlayson Live Networks, Inc. http:/

Re: [Live-devel] Is this a bug??

2009-12-10 Thread Ross Finlayson
I just found that, when I stream h264 video, every data that contain 0x0d 0x0a will be replaced by 0x0d 0x0d 0x0a, is this a bug, or just my imagination?? Remember, You Have Complete Source Code. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] Crash on TaskScheduler DoEventLoop

2009-12-10 Thread Josep Aguilera
Hi Ross, We implemented a code to obtain raw data from cameras IP via RTSP using Live 555. In order to obtain it, we create a class which each time a new camera it is connected a new thread of the class is started. You can see the code below which is working properly where each time the func

[Live-devel] Is this a bug??

2009-12-10 Thread Kam Wai-ip
I just found that, when I stream h264 video, every data that contain 0x0d 0x0a will be replaced by 0x0d 0x0d 0x0a, is this a bug, or just my imagination?? However this can be fixed easily, but it is let you guys know. ___ live-devel mailing list live-deve

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

2009-12-10 Thread Ross Finlayson
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 my rtp packets transport ? No. "RTPSink"s a