[Live-devel] Receive Rtp packet through WiFi‏ (Modified)

2009-06-19 Thread zhBruce
I am sorry ,something is wrong with my last Question : This is the packets I captured on streaming server: ... Client->ServerRTP Payload type=ITU-T G.711 PCMU,SSRC=0,Seq=0,Time=0; Client->ServerRTCP Unknown packet type Client->ServerRTP Payload type=ITU-T G.711 PCMU,SSRC=0,Seq=

[Live-devel] Receive Rtp packet through WiFi

2009-06-19 Thread zhBruce
Hi all: I'm finishing a Directshow filter,Using live555 as my rtp/rtsp receiving module. Now I can receive data from my streaming server through ethernet and play them on PC. Last week I ported the filter to windows mobile 5, And I want to receive data through wifi. I found that My Filt

Re: [Live-devel] streaming H264 unicast to multiple clients with same source

2009-06-19 Thread Ross Finlayson
2. When I set the resuseFirstsource variable to be true, I find that only the first client is able to render the stream on VLC. The other clients do get connected and I saw that the stream state gets changed to playing for the subsequent clients, yet I am not able to view the stream. However wh

Re: [Live-devel] streaming H264 unicast to multiple clients with same source

2009-06-19 Thread Sundar
> > Hi All, > > > I am a newbie to multimedia streaming and got just hold of some novice > RTSP/RTP information. > > I could integrate a patch posted by Robert at > http://www.mail-archive.com/live-devel@lists.live555.com/msg03412.html into > the latest livemedia source downloaded. I am also able

Re: [Live-devel] Error in MPEG4VideoStreamParser::parseVideoObjectPlane()

2009-06-19 Thread Ross Finlayson
Hello! I'm trying to stream xVideo decoded video frames. I've written my own Video source file derived from FramedSource and I'm using MPEG4VideoStreamFramer and MPEG4ESVideoRTPSink. Unfortunately when the client connects to the server then following error is displayed. Your video source is p

[Live-devel] multiple instance of live555 lib

2009-06-19 Thread yanrx
I am developing a project using multiple instances of live555 lib to create 64 windows in one program. Each instance has the receiver thread and decoder thread, and each receiver thread has its own event loop. There are often errors in DoEventLoop(). I guess it's the conflict use of static v

[Live-devel] Error in MPEG4VideoStreamParser::parseVideoObjectPlane()

2009-06-19 Thread Muhammad Bilal
Hello! I'm trying to stream xVideo decoded video frames. I've written my own Video source file derived from FramedSource and I'm using MPEG4VideoStreamFramer and MPEG4ESVideoRTPSink. Unfortunately when the client connects to the server then following error is displayed. Help would be highly appreci

Re: [Live-devel] feed a "H264VideoStreamFramer" to a "H264VideoRTPSink"

2009-06-19 Thread Ross Finlayson
How can I feed my "H264VideoStreamFramer" to a "H264VideoRTPSink", to stream the H.264 stream via RTP ? Call "startPlaying()" on your sink object, passing your "H264VideoStreamFramer" (subclass) as a parameter. Look at the various demo applications in the "testProgs" directory to see how thi

[Live-devel] feed a "H264VideoStreamFramer" to a "H264VideoRTPSink"

2009-06-19 Thread Kevin
How can I feed my "H264VideoStreamFramer" to a "H264VideoRTPSink", to stream the H.264 stream via RTP ?Can anybody give me a example? thanks. -- Kevin 2009-06-19 ___ live-devel mailing list live-devel@lists.l