Re: [Live-devel] True push DeviceSource

2013-10-30 Thread Ross Finlayson
> I tried to use openRTSP.exe on the output with option -F to save the audio > and video and i found that audio is getting saved just fine thought i was not > able to play back the video in saved file Note - the saved video file is just a H.264 Elementary Stream file. If you rename it to have

Re: [Live-devel] True push DeviceSource

2013-10-30 Thread ssingh
Hi, I tried to use openRTSP.exe on the output with option -F to save the audio and video and i found that audio is getting saved just fine thought i was not able to play back the video in saved file but at least i know that my audio is being streamed. But i am not sure why VLS is not renderin

Re: [Live-devel] True push DeviceSource

2013-10-30 Thread ssingh
Hi, Thanks for the guidance and I tried it. Now I can see the packets being transmitted in testRTSPClient and also in VLC. VLC shows packets being decoded for both audio and video. But still somehow video is running smooth but audio just comes and goes. Its like something is choking audio. It

Re: [Live-devel] True push DeviceSource

2013-10-26 Thread Ross Finlayson
> I am using AC3 codec to encode audio and then stream it using > AC3AudioStreamFramer and AC3AudioRTPSink. Am i doing anything wrong ? Yes. You should *not* be using an "AC3AudioStreamFramer". That's intended only for streaming AC3 audio that comes in a byte stream - e.g., from a file. Beca

Re: [Live-devel] True push DeviceSource

2013-10-25 Thread ssingh
Thank you Ross, That solved my issue with audio packets being properly transmitted. I am still facing issue with Audio at reception side. When I try with VLC it gives ausio for half a second and then stops. If i stop and start VLC again it agian gives audiio for half a second and stops. Then i

Re: [Live-devel] True push DeviceSource

2013-10-24 Thread Ross Finlayson
On Oct 24, 2013, at 11:35 AM, ssi...@neurosoft.in wrote: > Any input on this? Because of this violation of basic email netiquette - i.e., posting the same question to the mailing list multiple times - future postings from you will be moderated. Please don't do this again, otherwise you'll be

Re: [Live-devel] True push DeviceSource

2013-10-24 Thread Ross Finlayson
> Thank you Ross for clarification, its more clear now. Now I am facing issue > that i have separate thread that pushes audio packets for my device source to > stream. I trigger event each time I push packet to that queue. I noticed that > on VLC my audio comes for about a second and then stops.

Re: [Live-devel] True push DeviceSource

2013-10-24 Thread ssingh
Any input on this? On 2013-10-23 11:49, ssi...@neurosoft.in wrote: Thank you Ross for clarification, its more clear now. Now I am facing issue that i have separate thread that pushes audio packets for my device source to stream. I trigger event each time I push packet to that queue. I noticed th

Re: [Live-devel] True push DeviceSource

2013-10-23 Thread ssingh
Thank you Ross for clarification, its more clear now. Now I am facing issue that i have separate thread that pushes audio packets for my device source to stream. I trigger event each time I push packet to that queue. I noticed that on VLC my audio comes for about a second and then stops. When I

Re: [Live-devel] True push DeviceSource

2013-10-22 Thread Ross Finlayson
> I am confused as how the event mechanism works in live555. I have a source > that is fed with video and audio frames and I want to trigger > doGetNextFrame() of my custom DeviceSource so that those frames are streamed > using live555. For this I am using > > > m_eventID = envir().taskSchedul

[Live-devel] True push DeviceSource

2013-10-21 Thread ssingh
Hi, I am confused as how the event mechanism works in live555. I have a source that is fed with video and audio frames and I want to trigger doGetNextFrame() of my custom DeviceSource so that those frames are streamed using live555. For this I am using m_eventID = envir().taskScheduler().cr