Re: [Live-devel] Problem streaming live audio and video

2013-01-17 Thread Ross Finlayson
>> That's a possibility. However a more likely cause of problems like this is >> that you are setting "fPresentationTime" incorrectly for one or both of your >> audio and video substreams - so they end up being non-synchronized at the >> receiver (VLC) end. >> >> For each frame delivered by yo

Re: [Live-devel] Problem streaming live audio and video

2013-01-17 Thread Felix Radensky
Hi Ross, On 01/17/2013 04:50 PM, Ross Finlayson wrote: I'm trying to stream live H.264 video and live G.711 audio, using testMPEG1or2AudioVideoStreamer.cpp as an example. I'm not sure how much of an 'examp

Re: [Live-devel] Problem streaming live audio and video

2013-01-17 Thread Ross Finlayson
> I'm trying to stream live H.264 video and live G.711 audio, using > testMPEG1or2AudioVideoStreamer.cpp as an example. I'm not sure how much of an 'example' the "testMPEG1or2AudioVideoStreamer" code can be, given that it streams from a file source, and uses completely different codecs (and thus

[Live-devel] Problem streaming live audio and video

2013-01-17 Thread Felix Radensky
Hi, I'm trying to stream live H.264 video and live G.711 audio, using testMPEG1or2AudioVideoStreamer.cpp as an example. Both video and audio come from hardware encoders. As soon as encoded buffer is available, live555 code is notified via event trigger associated with media source. I'm using VLC