Re: [Live-devel] Cancelling waiting to RTCP-RR (keep alive)

2009-07-23 Thread Ross Finlayson
Is it possible to disbale the fact that the streamer is waiting for RTCP-RR from the receiver, and if not received withing a period of time the session is termianed by the streamer? Yes, set the "reclamationTestSeconds" parameter in "RTSPServer::createNew()" to 0. -- Ross Finlayson Live Netw

Re: [Live-devel] RTSP Server

2009-07-23 Thread Jeremy Noring
On Wed, Jul 22, 2009 at 2:57 AM, wrote: > > I want to develop a server which streams H264 video (not on demand, just > begins the streaming as soon as one client is connected, and uses the same > stream for all the others clients connected; stops streaming when there's > no clients connected).

Re: [Live-devel] H264VideoRTPSource question

2009-07-23 Thread Jeremy Noring
I've written something similar using FFDShow's decoder filter that works fine, so it sounds like something in your directshow filter implementation is wrong; I'd try the dshow newsgroups. Hi, > > I'm trying to write a Microsoft DirectShow source filter based on live > media's RTP implementation. F

[Live-devel] [BUG] changing system time with live555 running

2009-07-23 Thread Sébastien Escudier
Hi If I launch a rtsp connection like this : openRtsp rtsp://myip/mystream And then I remove one hour to my system time (If I add one hour, there is no problem), then live555 becomes buggy. It uses 100% of my CPU. Any idea ? Thanks. ___ live-devel

Re: [Live-devel] Closing the media does not free allocated memory?

2009-07-23 Thread Ross Finlayson
How do I release memory allocated for ourClient since destructor is private operation. To reclaim an object derived from the "Medium" class, call "Medium::close()". That is sufficient. In general, you should reclaim objects in the reverse order that they were created. So, to reclaim your "

[Live-devel] Cancelling waiting to RTCP-RR (keep alive)

2009-07-23 Thread Yedidia Amit
Hi all, Is it possible to disbale the fact that the streamer is waiting for RTCP-RR from the receiver, and if not received withing a period of time the session is termianed by the streamer? Regards, Amit Yedidia Elbit System Ltd. Email: amit.yedi...@elbitsystems.com Tel: 972-4-8318905 ---

[Live-devel] Question on RTSP field OPTIONS syntax

2009-07-23 Thread Catherine Cheng
Hello, I'm using RTSP/RTP over TCP to get video data from an IP camera. As soon as I send out OPTIONS command, the camera server close the connection. However, the VLC player works fine. Its OPTIONS has many lines recognizable and unrecognizable and its User-Agent is LIVE555. My OPTIONS lines

[Live-devel] RTSP Server

2009-07-23 Thread tm18174
Hello, I'd like to know if there's any tutorial about RTSP Servers, because im a newbie programmer and i've never worked with Live555, and there's few information about how to use it on the internet. I want to develop a server which streams H264 video (not on demand, just begins the streaming a

[Live-devel] OpenRTSP video dumping

2009-07-23 Thread Sergio
Hi, Let me introduce my problem a bit and I'll very glad if you can give a hint. I'm using openRTSP to receive and RTP stream and dump it in to a mpeg file. Then, I transform this video into frames (pnm) with mplayer, in order to compare it to the original video and calculate psnr. Since there ar

[Live-devel] H264VideoRTPSource question

2009-07-23 Thread Dong Liu
Hi, I'm trying to write a Microsoft DirectShow source filter based on live media's RTP implementation. For mpeg4 it works perfectly. But for H264, the video is always jumpy. Sometimes with a lot artifacts. I tried the source filter with Cyperlink's H264/avc decoder, mpc-hc's MPCVideo decoder and

[Live-devel] get the rtp discontinuity info

2009-07-23 Thread Dong Liu
Hi, I'm writing a Microsoft directshow source filter based on live media's rtp. I'm interested to get the discontinuity, such as packet lost, packet out of order etc from the rtp layer. Is there API for this? Thanks! Dong ___ live-devel mailing list li

[Live-devel] testMP3Streamer.cpp and testMP3Receive.cpp

2009-07-23 Thread DannyLuo
Hi, I am still confused by the using of testMP3Streamer.exe and testMP3Receive.exe. when I test the testMP3Streamer.exe and testMP3Receive.exe on two computers with the IP address of 192.168.12.20 and 192.168.12.25 respectively, the program works good. But when I test the testMP3St

[Live-devel] problem trying to transmit raw audio data to mplayer

2009-07-23 Thread Ottavio Campana
For some tests I'0m trying to transmit raw audio data to maplayer. It's basically cd quality, thus with sampling rate 44100 Hz, 2 channels and 16 bits per sample, little endian. If I try to download the stream with openRTSP it works fine, I just open the received stream with audacity and I can lis