[Live-devel] how to use ffmpeg to decode PCM streaming and encode it to AAC stream?

2010-04-30 Thread wei su
Hi Ross. I recently use live555 to relay PCMU rtp streaming from a media server to a rtsp client. and pcmu streaming works well on VLC streaming player. but now we need to relay the PCMU streaming to cellphone, and lots of cellphone streaming player don't support PCMU codec. so we have to transcode

Re: [Live-devel] Crash in RTSPServer.cpp

2010-04-30 Thread Ross Finlayson
...at this point, our application on the camera crashes. I'm not sure if this gives you any clues or not. Not a lot, unfortunately. Can you run something like "valgrind" that will give you more detailed information about where/why the crash is occurring? I'm going to try the same thing

Re: [Live-devel] Playlists

2010-04-30 Thread Ross Finlayson
We are running some tests with Live555 to generate rtsp live streams. We have encoded several videos in .ts format and would like to run a playlist so one video plays after the next, or loop a video so it runs continuously. Any idea on how to do that? Yes, you can use a "ByteStreamMultiFileSou

[Live-devel] Playlists

2010-04-30 Thread Mleventhal
We are running some tests with Live555 to generate rtsp live streams. We have encoded several videos in .ts format and would like to run a playlist so one video plays after the next, or loop a video so it runs continuously. Any idea on how to do that? _

Re: [Live-devel] Crash in RTSPServer.cpp

2010-04-30 Thread Jeremy Noring
On Wed, Apr 21, 2010 at 4:44 PM, Ross Finlayson wrote: >> We have a crash in our RTSP server (implemented with Live555) that >> reproduces when streaming the same session to multiple RTP-over-TCP clients. > > You have "reuseFirstSource" set to "True" in your > "OnDemandServerMediaSubsession" subcl

Re: [Live-devel] need H264 RTP streaming tutorial

2010-04-30 Thread Jeremy Noring
On Fri, Apr 30, 2010 at 9:21 AM, Charlie X. Liu wrote: > > http://www.fileden.com/files/2008/12/4/2210768/live555_H.264_tutorial.tar.gz > > That tutorial is wrong in so many ways, and personally cost me a good month or two of banging my head against the wall. Worst of all: // Create an 'H264

Re: [Live-devel] need H264 RTP streaming tutorial

2010-04-30 Thread Charlie X. Liu
http://www.fileden.com/files/2008/12/4/2210768/live555_H.264_tutorial.tar.gz From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of ??? Sent: Thursday, April 29, 2010 7:

Re: [Live-devel] rtsp client crashes

2010-04-30 Thread Mallikarjuna Rao
Dear Ross, Thanks for the reply. I have no problem with OpenRTSP application. It runs for RTSP URL and closes the program. Where as my application runs continuously by opening and closing each URL at time. Even I have no problem for some iterations, after say 100 iterations I am getting the p