Re: [Live-devel] streaming AC3 over RTP using LIve555

2011-06-16 Thread Ross Finlayson
Sorry for the long delay in addressing this issue. It turns out that our "AC3AudioStreamFramer" implementation was not implemented properly for streaming from a raw AC-3 audio file. (Instead, it was working only when streaming AC-3 audio that had been extracted from a VOB file.) I have now i

Re: [Live-devel] streaming AC3 over RTP using LIve555

2011-03-23 Thread Ashwani Kathuria
Hi Ross, Thanks for the reply. I used the following file as test.ac3: http://www.lynnemusic.com/surround/Bjorn_Lynne-Joolis-Song-surround.ac3 Apart from this on network I saw RTCP-GOODBYE from server in reply to RTSP-PLAY from client. The corresponding wireshark traces [CRASH_traces.txt] are att

Re: [Live-devel] streaming AC3 over RTP using LIve555

2011-03-23 Thread Ross Finlayson
Thanks for the note. Please send us a link to your "test.ac3" file (or send the file itself if it is small), so we can try to replicate this crash ourselves. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list l

[Live-devel] streaming AC3 over RTP using LIve555

2011-03-23 Thread Ashwani Kathuria
Hi, I am trying to stream AC3 audio format file using Live555. For that I have implemented a new class AC3AudioFileServerMediaSubsession. However if I compile the code without NODEBUG=1 flag than the server crashes with stack trace mentioned below in mail. With NODEBG=1 flag nothing happens at s