Re: [Live-devel] Streaming H.264 and PCM in a session.

2010-03-10 Thread Ross Finlayson
I have written own codes that testOnDemandRTSPServer send two RTPs to a RTSP client; one is for H.264 NAL and another is for PCM. I referenced the case of mpeg1or2AudioVideoTest and I think it is possible. If only a type of RTP packet is received to VLC(audio or video), VLC can decode it with n

[Live-devel] Streaming H.264 and PCM in a session.

2010-03-09 Thread William
I have written own codes that testOnDemandRTSPServer send two RTPs to a RTSP client; one is for H.264 NAL and another is for PCM. I referenced the case of mpeg1or2AudioVideoTest and I think it is possible. If only a type of RTP packet is received to VLC(audio or video), VLC can decode it with no p