[Live-devel] openRTSP

2008-04-17 Thread Chon Wai Chung
We are making a project including the openRTSP program. It is now running on a Linux server that should store the video-stream of an AXIS video-server, to an AVI. The program is very easy and we got it working pretty quick. However it is not working 100% good and we can’t figure out why… It

[Live-devel] Drift over time

2008-04-17 Thread Ralf Globisch
Hi, I've written a basic RTSP server using live555 which streams live audio (PCM) and video (H263) to Windows Media Player. On the server side I've created a custom source similar to DeviceSource in which I set the presentation time of each sample using gettimeofday and since it's a live source

[Live-devel] saving H.264 video and streaming through DSS

2008-04-17 Thread Pramod Bhagwat
Hi, i wanted to save the H.264 video stream which is sent over RTP. The H.264 stream needs to be saved in .mp4 format with hint track added. For this used the openRTSP utility. i am able to generate the .mp4 file But if i try to stream this .mp4 file using Darwin Media Server it does not work. The

Re: [Live-devel] How to get RTP packets

2008-04-17 Thread Ross Finlayson
>Hi, >I would like to know how we get rtp packets. I am using openRTSP in >Live555 library. We can get rtp frames by using the getNextFrame(). But >i need rtp packets. I know, using incomingPacketHandler() we can get rtp >packets, but it is declared in the private section. So i can't use it in >the

Re: [Live-devel] RTSP server/client application

2008-04-17 Thread Ross Finlayson
Thanks for the information. If I got it correctly for the server side the new "RTPSink" subclass handless the interface to the livemedia library and to the dedicated hardware interface for controlling the hardware RTP packetization (payloadtype, ...). "OnDemandServerMediaSubsession" control's

Re: [Live-devel] Live streams from media Server

2008-04-17 Thread Ross Finlayson
>I noticed that the mediaServer can stream (one) LIVE TS framed stream >from a fifo, though it open and closes the fifo a couple of times before >forwarding the stream. No, it opens the file only once - for each client. However, because you are streaming from a live source - rather than from a p

[Live-devel] How to get RTP packets

2008-04-17 Thread Renjith
Hi, I would like to know how we get rtp packets. I am using openRTSP in Live555 library. We can get rtp frames by using the getNextFrame(). But i need rtp packets. I know, using incomingPacketHandler() we can get rtp packets, but it is declared in the private section. So i can't use it in the o

[Live-devel] Live streams from media Server

2008-04-17 Thread Peter Maersk-Moller
Hi. I noticed that the mediaServer can stream (one) LIVE TS framed stream from a fifo, though it open and closes the fifo a couple of times before forwarding the stream. Something like $ mkfifo fifo.ts $ live555MediaServer & $ while true; do get_ts_stream >fifo ; done Not perfect and

Re: [Live-devel] RTSP server/client application

2008-04-17 Thread Vankrunkelsven, Tony (NSN - BE/Herentals)
Hi Manju, In our case the RTP packetization is fully done in hardware (chip or FPGA) and controlled with a simple register based interface (start/stop RTP packetization with settings x, y, z). So what we want to do at the server side is to use the liveMedia Library for the RTSP/RTCP stuff and s

[Live-devel] RTSP server/client application

2008-04-17 Thread Vankrunkelsven, Tony (NSN - BE/Herentals)
Hi Ross, Thanks for the information. If I got it correctly for the server side the new "RTPSink" subclass handless the interface to the livemedia library and to the dedicated hardware interface for controlling the hardware RTP packetization (payloadtype, ...). "OnDemandServerMediaSubsession" con

Re: [Live-devel] RTSP server/client application

2008-04-17 Thread Manju TN
Hi, Software RTSP server / Hardware RTP streamer: I had worked on a similar setup. Streaming server cross compiled, running on ARM target and client running on Windows-XP (SP2)host. I am not completely sure what do you mean by Hardware RTP streamer. In my case it was a binary executable that us

Re: [Live-devel] RTSP server/client application

2008-04-17 Thread Ross Finlayson
Is it possible to use the LIVE555 Streaming Media libraries for the following two applications: 1) Software RTSP server / Hardware RTP streamer: There is a host handling all RTSP/RTCP related issues like connection setup, session control, RTP streaming control

[Live-devel] RTSP server/client application

2008-04-17 Thread Vankrunkelsven, Tony (NSN - BE/Herentals)
Hi All, Is it possible to use the LIVE555 Streaming Media libraries for the following two applications: 1) Software RTSP server / Hardware RTP streamer: There is a host handling all RTSP/RTCP related issues like connection setup, session control, RTP streaming